aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c
Commit message (Expand)AuthorAge
* fdt: Update CRC check for rng-seedHsin-Yi Wang2019-08-27
* fdt: add support for rng-seedHsin-Yi Wang2019-08-23
* of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomapMasahiro Yamada2019-07-08
* of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warningKefeng Wang2019-06-18
* of/fdt: Mark initial_boot_params as __ro_after_initStephen Boyd2019-05-24
* of/fdt: Remove dead code and mark functions with __initStephen Boyd2019-05-24
* of: del redundant type conversionxiaojiangfeng2019-04-29
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-12
* of: Remove struct device_node.type pointerRob Herring2019-01-10
* OF: Add a warning in case chosen node is not presentNick Kossifidis2018-12-03
* of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli2018-11-26
* of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli2018-11-26
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-31
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-31
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-31
* of: ignore sub-page memory regionsMike Rapoport2018-10-26
* of/fdt: Remove PPC32 longtrail hack in memory scanMichael Ellerman2018-08-07
* earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz2018-04-23
* of/fdt: use memblock_virt_alloc for early allocRob Herring2018-01-08
* of: Use SPDX license tag for DT filesRob Herring2018-01-08
* of/fdt: Document detached argument to __unflatten_device_tree()Stephen Boyd2017-10-16
* of/fdt: skip unflattening of disabled nodesRob Herring2017-10-16
* of/fdt: add of_fdt_device_is_available functionRob Herring2017-10-16
* of/fdt: only store the device node basename in full_nameRob Herring2017-10-03
* Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-07
|\
| * of: fdt.c header comment typoFrank Rowand2017-06-22
| * of: make of_fdt_is_compatible() staticFrank Rowand2017-06-22
* | Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-19
|\ \ | |/ |/|
| * of: fdt: add missing allocation-failure checkJohan Hovold2017-05-17
* | Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-12
|\ \ | |/ |/|
| * of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandleNicholas Piggin2017-05-09
* | of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring2017-05-04
* | of: Add unit tests for applying overlaysFrank Rowand2017-04-27
|/
* Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-02-22
|\
| * of: Add missing space at end of pr_fmt().Frank Rowand2017-02-09
* | of: Add check to of_scan_flat_dt() before accessing initial_boot_paramsTobias Wolf2017-01-03
|/
* of/fdt: mark hotpluggable memoryReza Arbab2016-12-12
* of/serial: move earlycon early_param handling to serialLeif Lindholm2016-09-28
* drivers/of: Validate device node in __unflatten_device_tree()Gavin Shan2016-08-09
* Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-07-30
|\
| * of: fdt: mark unflattened tree as detachedMichal Suchanek2016-07-18
| * of: use pr_fmt prefix for all console printingRob Herring2016-07-18
* | FDT: Add a helper to get the subnode by given nameShannon Zhao2016-07-06
|/
* drivers/of: Fix depth for sub-tree blob in unflatten_dt_nodes()Gavin Shan2016-06-09
* 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