summaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-071-2/+2
|\
| * of: fdt.c header comment typoFrank Rowand2017-06-221-1/+1
| * of: make of_fdt_is_compatible() staticFrank Rowand2017-06-221-1/+1
* | Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-191-0/+3
|\ \ | |/ |/|
| * of: fdt: add missing allocation-failure checkJohan Hovold2017-05-171-0/+3
* | Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-121-0/+38
|\ \ | |/ |/|
| * of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandleNicholas Piggin2017-05-091-0/+38
* | of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring2017-05-041-2/+2
* | of: Add unit tests for applying overlaysFrank Rowand2017-04-271-5/+9
|/
* Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-221-1/+1
|\
| * of: Add missing space at end of pr_fmt().Frank Rowand2017-02-091-1/+1
* | of: Add check to of_scan_flat_dt() before accessing initial_boot_paramsTobias Wolf2017-01-031-3/+6
|/
* of/fdt: mark hotpluggable memoryReza Arbab2016-12-121-0/+19
* of/serial: move earlycon early_param handling to serialLeif Lindholm2016-09-281-10/+1
* drivers/of: Validate device node in __unflatten_device_tree()Gavin Shan2016-08-091-1/+1
* Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-301-9/+16
|\
| * of: fdt: mark unflattened tree as detachedMichal Suchanek2016-07-181-3/+10
| * of: use pr_fmt prefix for all console printingRob Herring2016-07-181-6/+6
* | FDT: Add a helper to get the subnode by given nameShannon Zhao2016-07-061-0/+13
|/
* drivers/of: Fix depth for sub-tree blob in unflatten_dt_nodes()Gavin Shan2016-06-091-2/+13
* drivers/of: Fix build warning in populate_node()Gavin Shan2016-05-191-8/+8
* drivers/of: Fix depth when unflattening devicetreeRhyland Klein2016-05-191-9/+9
* drivers/of: Return allocated memory from of_fdt_unflatten_tree()Gavin Shan2016-05-161-11/+22
* drivers/of: Specify parent node in of_fdt_unflatten_tree()Gavin Shan2016-05-161-4/+10
* drivers/of: Rename unflatten_dt_node()Gavin Shan2016-05-161-7/+7
* drivers/of: Avoid recursively calling unflatten_dt_node()Gavin Shan2016-05-161-48/+74
* drivers/of: Split unflatten_dt_node()Gavin Shan2016-05-161-102/+147
* fdt: fix extend of cmd lineMax Uvarov2016-04-191-2/+8
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-4/+15
|\
| * of/fdt: factor out assignment of initrd_start/initrd_endArd Biesheuvel2016-02-181-3/+11
| * of/fdt: make memblock minimum physical address arch configurableArd Biesheuvel2016-02-181-1/+4
* | of: earlycon: Log more helpful message if stdout-path node not foundPeter Hurley2016-02-061-3/+6
* | of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley2016-02-061-7/+1
* | of: earlycon: Initialize port fields from DT propertiesPeter Hurley2016-02-061-1/+1
* | of: earlycon: Add options string handlingPeter Hurley2016-02-061-5/+6
* | of: earlycon: Fixup earlycon console name and indexPeter Hurley2016-02-061-1/+1
* | earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-061-7/+7
|/
* of/fdt: Add mutex protection for calls to __unflatten_device_tree()Guenter Roeck2015-12-081-0/+5
* of: do not use 0x in front of %paDmitry V. Krivenok2015-11-301-1/+1
* drivers: of: removing assignment of 0 to static variableSaurabh Sengar2015-10-301-1/+1
* of/fdt: fix error checking for earlycon addressMasahiro Yamada2015-10-271-2/+3
* of/fdt: fix aliases with baudrate in earlyconStefan Agner2015-10-131-1/+4
* of/fdt: make memblock maximum physical address arch configurableArd Biesheuvel2015-08-241-5/+7
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-011-4/+18
|\
| * Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2015-06-301-3/+14
| |\
| | * dt/fdt: add empty versions of early_init_dt_*_memory_archRob Herring2015-06-181-0/+11
| | * of/fdt: Make fdt blob input parameters of unflatten functions constGeert Uytterhoeven2015-05-281-3/+3
| * | of/fdt: fix argument name and add comments of unflatten_dt_node()Masahiro Yamada2015-06-041-1/+4
| |/
* | of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel2015-06-021-5/+14
|/
* of/fdt: fix allocation size for device node pathRicky Liang2015-04-141-1/+1
OpenPOWER on IntegriCloud