summaryrefslogtreecommitdiff
path: root/drivers/of/fdt.c
Commit message (Expand)AuthorAge
* drivers/of: Fix build warning in populate_node()Gavin Shan2016-05-19
* drivers/of: Fix depth when unflattening devicetreeRhyland Klein2016-05-19
* drivers/of: Return allocated memory from of_fdt_unflatten_tree()Gavin Shan2016-05-16
* drivers/of: Specify parent node in of_fdt_unflatten_tree()Gavin Shan2016-05-16
* drivers/of: Rename unflatten_dt_node()Gavin Shan2016-05-16
* drivers/of: Avoid recursively calling unflatten_dt_node()Gavin Shan2016-05-16
* drivers/of: Split unflatten_dt_node()Gavin Shan2016-05-16
* fdt: fix extend of cmd lineMax Uvarov2016-04-19
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-17
|\
| * of/fdt: factor out assignment of initrd_start/initrd_endArd Biesheuvel2016-02-18
| * of/fdt: make memblock minimum physical address arch configurableArd Biesheuvel2016-02-18
* | of: earlycon: Log more helpful message if stdout-path node not foundPeter Hurley2016-02-06
* | of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley2016-02-06
* | of: earlycon: Initialize port fields from DT propertiesPeter Hurley2016-02-06
* | of: earlycon: Add options string handlingPeter Hurley2016-02-06
* | of: earlycon: Fixup earlycon console name and indexPeter Hurley2016-02-06
* | earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-06
|/
* of/fdt: Add mutex protection for calls to __unflatten_device_tree()Guenter Roeck2015-12-08
* of: do not use 0x in front of %paDmitry V. Krivenok2015-11-30
* drivers: of: removing assignment of 0 to static variableSaurabh Sengar2015-10-30
* of/fdt: fix error checking for earlycon addressMasahiro Yamada2015-10-27
* of/fdt: fix aliases with baudrate in earlyconStefan Agner2015-10-13
* of/fdt: make memblock maximum physical address arch configurableArd Biesheuvel2015-08-24
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-01
|\
| * Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2015-06-30
| |\
| | * dt/fdt: add empty versions of early_init_dt_*_memory_archRob Herring2015-06-18
| | * of/fdt: Make fdt blob input parameters of unflatten functions constGeert Uytterhoeven2015-05-28
| * | of/fdt: fix argument name and add comments of unflatten_dt_node()Masahiro Yamada2015-06-04
| |/
* | of/fdt: split off FDT self reservation from memreserve processingArd Biesheuvel2015-06-02
|/
* of/fdt: fix allocation size for device node pathRicky Liang2015-04-14
* of/fdt: Add endianness helper function for early init codeKevin Cernekee2015-04-14
* of/fdt: Remove "reg" data prints from early_init_dt_scan_memoryFlorian Fainelli2015-04-14
* of/fdt: fix sparse warningLad, Prabhakar2015-02-04
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-11
|\
| * of: Drop ->next pointer from struct device_nodeGrant Likely2014-12-03
| * Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely2014-11-24
| |\
| * | of/fdt: export fdt blob as /sys/firmware/fdtArd Biesheuvel2014-11-19
| * | of: check for size < 0 after rounding in early_init_dt_add_memory_archArd Biesheuvel2014-11-04
| * | of/fdt: Don't clear initial_boot_params if fdt_check_header() failsBjorn Helgaas2014-11-04
| * | of: Eliminate of_allnodes listGrant Likely2014-11-04
* | | of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell2014-11-26
| |/ |/|
* | of: Fix crash if an earlycon driver is not foundKevin Cernekee2014-11-18
|/
* of/fdt: fix memory range checkSrinivas Kandagatla2014-09-25
* of: Fix memory block alignment in early_init_dt_add_memory_arch()Geert Uytterhoeven2014-09-08
* of: Allow mem_reserve of memory with a base address of zeroAl Cooper2014-08-16
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-14
|\
| * of: Use proper types for checking memory overflowLaura Abbott2014-08-01
* | of: Add memory limiting function for flattened devicetreesLaura Abbott2014-07-29
* | of: Split early_init_dt_scan into two partsLaura Abbott2014-07-29
|/
* of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott2014-06-26