summaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c
AgeCommit message (Expand)AuthorLines
2015-02-04of/fdt: fix sparse warningLad, Prabhakar-1/+1
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-44/+67
2014-12-03of: Drop ->next pointer from struct device_nodeGrant Likely-6/+18
2014-11-26of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell-2/+0
2014-11-24Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely-1/+1
2014-11-19of/fdt: export fdt blob as /sys/firmware/fdtArd Biesheuvel-16/+27
2014-11-18of: Fix crash if an earlycon driver is not foundKevin Cernekee-1/+1
2014-11-04of: check for size < 0 after rounding in early_init_dt_add_memory_archArd Biesheuvel-0/+5
2014-11-04of/fdt: Don't clear initial_boot_params if fdt_check_header() failsBjorn Helgaas-6/+3
2014-11-04of: Eliminate of_allnodes listGrant Likely-16/+14
2014-09-25of/fdt: fix memory range checkSrinivas Kandagatla-4/+4
2014-09-08of: Fix memory block alignment in early_init_dt_add_memory_arch()Geert Uytterhoeven-1/+5
2014-08-16of: Allow mem_reserve of memory with a base address of zeroAl Cooper-1/+1
2014-08-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-11/+11
2014-08-01of: Use proper types for checking memory overflowLaura Abbott-11/+11
2014-07-29of: Add memory limiting function for flattened devicetreesLaura Abbott-0/+48
2014-07-29of: Split early_init_dt_scan into two partsLaura Abbott-1/+17
2014-06-26of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott-0/+15
2014-05-28Merge branch 'earlycon-dt' into for-nextRob Herring-0/+56
2014-05-23of: Handle memory@0 node on PPC32 onlyLeif Lindholm-1/+1
2014-05-23of: Use NULL for pointersThierry Reding-1/+1
2014-05-20of/fdt: add FDT serial scanning for earlyconRob Herring-0/+56
2014-04-30of/fdt: convert initial_boot_params to opaque pointerRob Herring-1/+1
2014-04-30of/fdt: introduce of_get_flat_dt_sizeRob Herring-0/+8
2014-04-30of/fdt: fix phys_addr_t related print size warningsRob Herring-2/+2
2014-04-30of/fdt: move memreserve and dtb memory reservations into coreRob Herring-0/+16
2014-04-30of/fdt: create common debugfsRob Herring-0/+24
2014-04-30of/fdt: use libfdt accessors for header dataRob Herring-14/+12
2014-04-30of/fdt: Convert FDT functions to use libfdtRob Herring-152/+57
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring-19/+20
2014-04-30of/fdt: remove unused of_scan_flat_dt_by_pathRob Herring-67/+0
2014-04-30of/fdt: remove some unneeded includesRob Herring-5/+0
2014-04-14of: Fix the section mismatch warnings.Xiubo Li-1/+1
2014-03-19Merge branch 'devicetree/next-reserved-mem' into devicetree/nextGrant Likely-0/+143
2014-03-19of: device_node kobject lifecycle fixesPantelis Antoniou-2/+1
2014-03-15of: only scan for reserved mem when fdt presentJosh Cartwright-0/+3
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely-1/+2
2014-03-11drivers: of: add initialization code for dynamic reserved memoryMarek Szyprowski-2/+11
2014-03-11drivers: of: add initialization code for static reserved memoryMarek Szyprowski-0/+131
2013-12-11of: Fix NULL dereference in unflatten_and_copy()James Hogan-2/+10
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-3/+135
2013-10-14Revert "of: Feed entire flattened device tree into the random pool"Grant Likely-12/+0
2013-10-09of: introduce common FDT machine related functionsRob Herring-0/+60
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring-3/+6
2013-10-09of: create default early_init_dt_add_memory_archRob Herring-0/+19
2013-10-09of: Introduce common early_init_dt_scanRob Herring-0/+26
2013-10-09of: create unflatten_and_copy_device_treeRob Herring-0/+24
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds-38/+60
2013-09-09Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds-0/+76
2013-08-30of: Feed entire flattened device tree into the random poolAnton Blanchard-0/+12