summaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-181-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-071-3/+6
* | of: earlycon: Move address translation to of_setup_earlycon()Peter Hurley2016-02-071-7/+1Star
* | of: earlycon: Initialize port fields from DT propertiesPeter Hurley2016-02-071-1/+1
* | of: earlycon: Add options string handlingPeter Hurley2016-02-071-5/+6
* | of: earlycon: Fixup earlycon console name and indexPeter Hurley2016-02-071-1/+1
* | earlycon: Use common framework for earlycon declarationsPeter Hurley2016-02-071-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-12-011-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-021-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-191-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-151-1/+1
* of/fdt: Add endianness helper function for early init codeKevin Cernekee2015-04-151-0/+19
* of/fdt: Remove "reg" data prints from early_init_dt_scan_memoryFlorian Fainelli2015-04-151-2/+1Star
* of/fdt: fix sparse warningLad, Prabhakar2015-02-041-1/+1
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-111-44/+67
|\
| * of: Drop ->next pointer from struct device_nodeGrant Likely2014-12-041-6/+18
| * Merge tag 'v3.18-rc6' into devicetree/nextGrant Likely2014-11-241-1/+1
| |\
| * | of/fdt: export fdt blob as /sys/firmware/fdtArd Biesheuvel2014-11-191-16/+27
| * | of: check for size < 0 after rounding in early_init_dt_add_memory_archArd Biesheuvel2014-11-041-0/+5
| * | of/fdt: Don't clear initial_boot_params if fdt_check_header() failsBjorn Helgaas2014-11-041-6/+3Star
| * | of: Eliminate of_allnodes listGrant Likely2014-11-041-16/+14Star
* | | of/fdt: memblock_reserve /memreserve/ regions in the case of partial overlapIan Campbell2014-11-261-2/+0Star
| |/ |/|
* | of: Fix crash if an earlycon driver is not foundKevin Cernekee2014-11-181-1/+1
|/
* of/fdt: fix memory range checkSrinivas Kandagatla2014-09-251-4/+4
* of: Fix memory block alignment in early_init_dt_add_memory_arch()Geert Uytterhoeven2014-09-081-1/+5
* of: Allow mem_reserve of memory with a base address of zeroAl Cooper2014-08-161-1/+1
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-11/+11
|\
| * of: Use proper types for checking memory overflowLaura Abbott2014-08-011-11/+11
* | of: Add memory limiting function for flattened devicetreesLaura Abbott2014-07-301-0/+48
* | of: Split early_init_dt_scan into two partsLaura Abbott2014-07-301-1/+17
|/
* of: Check for phys_addr_t overflows in early_init_dt_add_memory_archLaura Abbott2014-06-261-0/+15
* Merge branch 'earlycon-dt' into for-nextRob Herring2014-05-281-0/+56
|\
| * of/fdt: add FDT serial scanning for earlyconRob Herring2014-05-201-0/+56
* | of: Handle memory@0 node on PPC32 onlyLeif Lindholm2014-05-231-1/+1
* | of: Use NULL for pointersThierry Reding2014-05-231-1/+1
|/
* of/fdt: convert initial_boot_params to opaque pointerRob Herring2014-04-301-1/+1
* of/fdt: introduce of_get_flat_dt_sizeRob Herring2014-04-301-0/+8
* of/fdt: fix phys_addr_t related print size warningsRob Herring2014-04-301-2/+2
* of/fdt: move memreserve and dtb memory reservations into coreRob Herring2014-04-301-0/+16