summaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c
Commit message (Expand)AuthorAgeFilesLines
* of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomapMasahiro Yamada2019-07-081-3/+4
* of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warningKefeng Wang2019-06-181-54/+45Star
* of/fdt: Mark initial_boot_params as __ro_after_initStephen Boyd2019-05-241-1/+1
* of/fdt: Remove dead code and mark functions with __initStephen Boyd2019-05-241-32/+5Star
* of: del redundant type conversionxiaojiangfeng2019-04-291-1/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-1/+7
* of: Remove struct device_node.type pointerRob Herring2019-01-101-4/+0Star
* OF: Add a warning in case chosen node is not presentNick Kossifidis2018-12-041-1/+5
* of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli2018-11-261-5/+10
* of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli2018-11-261-0/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0Star
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-21/+0Star
* of: ignore sub-page memory regionsMike Rapoport2018-10-271-5/+6
* of/fdt: Remove PPC32 longtrail hack in memory scanMichael Ellerman2018-08-071-8/+1Star
* earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-04-231-2/+5
* of/fdt: use memblock_virt_alloc for early allocRob Herring2018-01-081-12/+4Star
* of: Use SPDX license tag for DT filesRob Herring2018-01-081-4/+1Star
* of/fdt: Document detached argument to __unflatten_device_tree()Stephen Boyd2017-10-161-0/+1
* of/fdt: skip unflattening of disabled nodesRob Herring2017-10-161-0/+4
* of/fdt: add of_fdt_device_is_available functionRob Herring2017-10-161-3/+14
* of/fdt: only store the device node basename in full_nameRob Herring2017-10-031-58/+11Star
* 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-201-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-281-5/+9
|/
* Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-231-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-131-0/+19
* of/serial: move earlycon early_param handling to serialLeif Lindholm2016-09-281-10/+1Star
* 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-191-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-201-2/+8