aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-28of/serial: move earlycon early_param handling to serialLeif Lindholm1-10/+1
2016-08-09drivers/of: Validate device node in __unflatten_device_tree()Gavin Shan1-1/+1
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-9/+16
2016-07-18of: fdt: mark unflattened tree as detachedMichal Suchanek1-3/+10
2016-07-18of: use pr_fmt prefix for all console printingRob Herring1-6/+6
2016-07-06FDT: Add a helper to get the subnode by given nameShannon Zhao1-0/+13
2016-06-09drivers/of: Fix depth for sub-tree blob in unflatten_dt_nodes()Gavin Shan1-2/+13
2016-05-19drivers/of: Fix build warning in populate_node()Gavin Shan1-8/+8
2016-05-19drivers/of: Fix depth when unflattening devicetreeRhyland Klein1-9/+9
2016-05-16drivers/of: Return allocated memory from of_fdt_unflatten_tree()Gavin Shan1-11/+22
2016-05-16drivers/of: Specify parent node in of_fdt_unflatten_tree()Gavin Shan1-4/+10
2016-05-16drivers/of: Rename unflatten_dt_node()Gavin Shan1-7/+7
2016-05-16drivers/of: Avoid recursively calling unflatten_dt_node()Gavin Shan1-48/+74
2016-05-16drivers/of: Split unflatten_dt_node()Gavin Shan1-102/+147
2016-04-19fdt: fix extend of cmd lineMax Uvarov1-2/+8
2016-03-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-4/+15
2016-02-18of/fdt: factor out assignment of initrd_start/initrd_endArd Biesheuvel1-3/+11
2016-02-18of/fdt: make memblock minimum physical address arch configurableArd Biesheuvel1-1/+4
2016-02-06of: earlycon: Log more helpful message if stdout-path node not foundPeter Hurley1-3/+6
2016-02-06of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley1-7/+1
2016-02-06of: earlycon: Initialize port fields from DT propertiesPeter Hurley1-1/+1
2016-02-06of: earlycon: Add options string handlingPeter Hurley1-5/+6
2016-02-06of: earlycon: Fixup earlycon console name and indexPeter Hurley1-1/+1
2016-02-06earlycon: Use common framework for earlycon declarationsPeter Hurley1-7/+7
2015-12-08of/fdt: Add mutex protection for calls to __unflatten_device_tree()Guenter Roeck1-0/+5
2015-11-30of: do not use 0x in front of %paDmitry V. Krivenok1-1/+1
2015-10-30drivers: of: removing assignment of 0 to static variableSaurabh Sengar1-1/+1
2015-10-27of/fdt: fix error checking for earlycon addressMasahiro Yamada1-2/+3
2015-10-13of/fdt: fix aliases with baudrate in earlyconStefan Agner1-1/+4
2015-08-24of/fdt: make memblock maximum physical address arch configurableArd Biesheuvel1-5/+7
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