aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-4/+18
2015-06-30Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely1-3/+14
2015-06-18dt/fdt: add empty versions of early_init_dt_*_memory_archRob Herring1-0/+11
2015-06-04of/fdt: fix argument name and add comments of unflatten_dt_node()Masahiro Yamada1-1/+4
2015-06-02of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel1-5/+14
2015-05-28of/fdt: Make fdt blob input parameters of unflatten functions constGeert Uytterhoeven1-3/+3
2015-04-14of/fdt: fix allocation size for device node pathRicky Liang1-1/+1
2015-04-14of/fdt: Add endianness helper function for early init codeKevin Cernekee1-0/+19
2015-04-14of/fdt: Remove "reg" data prints from early_init_dt_scan_memoryFlorian Fainelli1-2/+1
2015-02-04of/fdt: fix sparse warningLad, Prabhakar1-1/+1
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-44/+67
2014-12-03of: Drop ->next pointer from struct device_nodeGrant Likely1-6/+18
2014-11-26of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell1-2/+0
2014-11-24Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely1-1/+1
2014-11-19of/fdt: export fdt blob as /sys/firmware/fdtArd Biesheuvel1-16/+27
2014-11-18of: Fix crash if an earlycon driver is not foundKevin Cernekee1-1/+1
2014-11-04of: check for size < 0 after rounding in early_init_dt_add_memory_archArd Biesheuvel1-0/+5
2014-11-04of/fdt: Don't clear initial_boot_params if fdt_check_header() failsBjorn Helgaas1-6/+3
2014-11-04of: Eliminate of_allnodes listGrant Likely1-16/+14
2014-09-25of/fdt: fix memory range checkSrinivas Kandagatla1-4/+4
2014-09-08of: Fix memory block alignment in early_init_dt_add_memory_arch()Geert Uytterhoeven1-1/+5
2014-08-16of: Allow mem_reserve of memory with a base address of zeroAl Cooper1-1/+1
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-11/+11
2014-08-01of: Use proper types for checking memory overflowLaura Abbott1-11/+11
2014-07-29of: Add memory limiting function for flattened devicetreesLaura Abbott1-0/+48
2014-07-29of: Split early_init_dt_scan into two partsLaura Abbott1-1/+17
2014-06-26of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott1-0/+15
2014-05-28Merge branch 'earlycon-dt' into for-nextRob Herring1-0/+56
2014-05-23of: Handle memory@0 node on PPC32 onlyLeif Lindholm1-1/+1
2014-05-23of: Use NULL for pointersThierry Reding1-1/+1
2014-05-20of/fdt: add FDT serial scanning for earlyconRob Herring1-0/+56
2014-04-30of/fdt: convert initial_boot_params to opaque pointerRob Herring1-1/+1
2014-04-30of/fdt: introduce of_get_flat_dt_sizeRob Herring1-0/+8
2014-04-30of/fdt: fix phys_addr_t related print size warningsRob Herring1-2/+2
2014-04-30of/fdt: move memreserve and dtb memory reservations into coreRob Herring1-0/+16
2014-04-30of/fdt: create common debugfsRob Herring1-0/+24
2014-04-30of/fdt: use libfdt accessors for header dataRob Herring1-14/+12
2014-04-30of/fdt: Convert FDT functions to use libfdtRob Herring1-152/+57
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring1-19/+20
2014-04-30of/fdt: remove unused of_scan_flat_dt_by_pathRob Herring1-67/+0
2014-04-30of/fdt: remove some unneeded includesRob Herring1-5/+0
2014-04-14of: Fix the section mismatch warnings.Xiubo Li1-1/+1
2014-03-19Merge branch 'devicetree/next-reserved-mem' into devicetree/nextGrant Likely1-0/+143
2014-03-19of: device_node kobject lifecycle fixesPantelis Antoniou1-2/+1
2014-03-15of: only scan for reserved mem when fdt presentJosh Cartwright1-0/+3
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely1-1/+2
2014-03-11drivers: of: add initialization code for dynamic reserved memoryMarek Szyprowski1-2/+11
2014-03-11drivers: of: add initialization code for static reserved memoryMarek Szyprowski1-0/+131
2013-12-11of: Fix NULL dereference in unflatten_and_copy()James Hogan1-2/+10
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+135