aboutsummaryrefslogtreecommitdiff
path: root/drivers/of/fdt.c
AgeCommit message (Expand)Author
2015-08-24of/fdt: make memblock maximum physical address arch configurableArd Biesheuvel
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2015-06-30Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely
2015-06-18dt/fdt: add empty versions of early_init_dt_*_memory_archRob Herring
2015-06-04of/fdt: fix argument name and add comments of unflatten_dt_node()Masahiro Yamada
2015-06-02of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel
2015-05-28of/fdt: Make fdt blob input parameters of unflatten functions constGeert Uytterhoeven
2015-04-14of/fdt: fix allocation size for device node pathRicky Liang
2015-04-14of/fdt: Add endianness helper function for early init codeKevin Cernekee
2015-04-14of/fdt: Remove "reg" data prints from early_init_dt_scan_memoryFlorian Fainelli
2015-02-04of/fdt: fix sparse warningLad, Prabhakar
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-03of: Drop ->next pointer from struct device_nodeGrant Likely
2014-11-26of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell
2014-11-24Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely
2014-11-19of/fdt: export fdt blob as /sys/firmware/fdtArd Biesheuvel
2014-11-18of: Fix crash if an earlycon driver is not foundKevin Cernekee
2014-11-04of: check for size < 0 after rounding in early_init_dt_add_memory_archArd Biesheuvel
2014-11-04of/fdt: Don't clear initial_boot_params if fdt_check_header() failsBjorn Helgaas
2014-11-04of: Eliminate of_allnodes listGrant Likely
2014-09-25of/fdt: fix memory range checkSrinivas Kandagatla
2014-09-08of: Fix memory block alignment in early_init_dt_add_memory_arch()Geert Uytterhoeven
2014-08-16of: Allow mem_reserve of memory with a base address of zeroAl Cooper
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2014-08-01of: Use proper types for checking memory overflowLaura Abbott
2014-07-29of: Add memory limiting function for flattened devicetreesLaura Abbott
2014-07-29of: Split early_init_dt_scan into two partsLaura Abbott
2014-06-26of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott
2014-05-28Merge branch 'earlycon-dt' into for-nextRob Herring
2014-05-23of: Handle memory@0 node on PPC32 onlyLeif Lindholm
2014-05-23of: Use NULL for pointersThierry Reding
2014-05-20of/fdt: add FDT serial scanning for earlyconRob Herring
2014-04-30of/fdt: convert initial_boot_params to opaque pointerRob Herring
2014-04-30of/fdt: introduce of_get_flat_dt_sizeRob Herring
2014-04-30of/fdt: fix phys_addr_t related print size warningsRob Herring
2014-04-30of/fdt: move memreserve and dtb memory reservations into coreRob Herring
2014-04-30of/fdt: create common debugfsRob Herring
2014-04-30of/fdt: use libfdt accessors for header dataRob Herring
2014-04-30of/fdt: Convert FDT functions to use libfdtRob Herring
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring
2014-04-30of/fdt: remove unused of_scan_flat_dt_by_pathRob Herring
2014-04-30of/fdt: remove some unneeded includesRob Herring
2014-04-14of: Fix the section mismatch warnings.Xiubo Li
2014-03-19Merge branch 'devicetree/next-reserved-mem' into devicetree/nextGrant Likely
2014-03-19of: device_node kobject lifecycle fixesPantelis Antoniou
2014-03-15of: only scan for reserved mem when fdt presentJosh Cartwright
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely
2014-03-11drivers: of: add initialization code for dynamic reserved memoryMarek Szyprowski
2014-03-11drivers: of: add initialization code for static reserved memoryMarek Szyprowski
2013-12-11of: Fix NULL dereference in unflatten_and_copy()James Hogan