summaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c
Commit message (Expand)AuthorAgeFilesLines
...
* of/fdt: fix memory range checkSrinivas Kandagatla2014-09-251-4/+4
* of: Fix memory block alignment in early_init_dt_add_memory_arch()Geert Uytterhoeven2014-09-081-1/+5
* of: Allow mem_reserve of memory with a base address of zeroAl Cooper2014-08-161-1/+1
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-11/+11
|\
| * of: Use proper types for checking memory overflowLaura Abbott2014-08-011-11/+11
* | of: Add memory limiting function for flattened devicetreesLaura Abbott2014-07-291-0/+48
* | of: Split early_init_dt_scan into two partsLaura Abbott2014-07-291-1/+17
|/
* of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott2014-06-261-0/+15
* Merge branch 'earlycon-dt' into for-nextRob Herring2014-05-281-0/+56
|\
| * of/fdt: add FDT serial scanning for earlyconRob Herring2014-05-201-0/+56
* | of: Handle memory@0 node on PPC32 onlyLeif Lindholm2014-05-231-1/+1
* | of: Use NULL for pointersThierry Reding2014-05-231-1/+1
|/
* of/fdt: convert initial_boot_params to opaque pointerRob Herring2014-04-301-1/+1
* of/fdt: introduce of_get_flat_dt_sizeRob Herring2014-04-301-0/+8
* of/fdt: fix phys_addr_t related print size warningsRob Herring2014-04-301-2/+2
* of/fdt: move memreserve and dtb memory reservations into coreRob Herring2014-04-301-0/+16
* of/fdt: create common debugfsRob Herring2014-04-301-0/+24
* of/fdt: use libfdt accessors for header dataRob Herring2014-04-301-14/+12
* of/fdt: Convert FDT functions to use libfdtRob Herring2014-04-301-152/+57
* of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-19/+20
* of/fdt: remove unused of_scan_flat_dt_by_pathRob Herring2014-04-301-67/+0
* of/fdt: remove some unneeded includesRob Herring2014-04-301-5/+0
* of: Fix the section mismatch warnings.Xiubo Li2014-04-141-1/+1
* Merge branch 'devicetree/next-reserved-mem' into devicetree/nextGrant Likely2014-03-191-0/+143
|\
| * of: only scan for reserved mem when fdt presentJosh Cartwright2014-03-151-0/+3
| * drivers: of: add initialization code for dynamic reserved memoryMarek Szyprowski2014-03-111-2/+11
| * drivers: of: add initialization code for static reserved memoryMarek Szyprowski2014-03-111-0/+131
* | of: device_node kobject lifecycle fixesPantelis Antoniou2014-03-191-2/+1
* | of: Make device nodes kobjects so they show up in sysfsGrant Likely2014-03-111-1/+2
|/
* of: Fix NULL dereference in unflatten_and_copy()James Hogan2013-12-111-2/+10
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-3/+135
|\
| * of: introduce common FDT machine related functionsRob Herring2013-10-091-0/+60
| * of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-3/+6
| * of: create default early_init_dt_add_memory_archRob Herring2013-10-091-0/+19
| * of: Introduce common early_init_dt_scanRob Herring2013-10-091-0/+26
| * of: create unflatten_and_copy_device_treeRob Herring2013-10-091-0/+24
* | Revert "of: Feed entire flattened device tree into the random pool"Grant Likely2013-10-141-12/+0
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-101-38/+60
|\
| * of: Feed entire flattened device tree into the random poolAnton Blanchard2013-08-301-0/+12
| * of/fdt: Clean up casting in unflattening pathGrant Likely2013-08-301-33/+30
| * of/fdt: Remove duplicate memory clearing on FDT unflatteningGrant Likely2013-08-291-1/+0
| * of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely2013-08-281-0/+12
| * Merge tag 'v3.11-rc7' into devicetree/nextGrant Likely2013-08-281-0/+2
| |\
| * | of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-241-4/+6
* | | Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2013-09-091-0/+76
|\ \ \ | |_|/ |/| |
| * | drivers: of: add function to scan fdt nodes given by pathMarek Szyprowski2013-08-271-0/+76
| |/
* | of: fdt: fix memory initialization for expanded DTWladislav Wiebe2013-08-211-0/+2
|/
* open firmware: "/aliasas" -> "/aliases"Robert P. J. Day2013-06-181-1/+1
* drivers/of/fdt.c: re-use kernel's kbasename()Andy Shevchenko2012-12-171-8/+2
* Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes"Randy Dunlap2012-11-301-1/+1
OpenPOWER on IntegriCloud