aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-28of/fdt: Remove redundant kbasename function callQi Zheng1-4/+0
2020-05-19drivers/of: keep description of function consistent with function namechenqiwu1-1/+1
2020-04-20of: fix the warnings from command line.tangjianqiang1-1/+1
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+2
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-10/+10
2019-10-18of: Use pr_warn instead of pr_warningKefeng Wang1-10/+10
2019-10-01of/fdt: don't ignore errors from of_setup_earlyconChristoph Hellwig1-2/+2
2019-08-27fdt: Update CRC check for rng-seedHsin-Yi Wang1-2/+6
2019-08-23fdt: add support for rng-seedHsin-Yi Wang1-2/+12
2019-07-08of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomapMasahiro Yamada1-3/+4
2019-06-18of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warningKefeng Wang1-54/+45
2019-05-24of/fdt: Mark initial_boot_params as __ro_after_initStephen Boyd1-1/+1
2019-05-24of/fdt: Remove dead code and mark functions with __initStephen Boyd1-32/+5
2019-04-29of: del redundant type conversionxiaojiangfeng1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-1/+7
2019-01-10of: Remove struct device_node.type pointerRob Herring1-4/+0
2018-12-03OF: Add a warning in case chosen node is not presentNick Kossifidis1-1/+5
2018-11-26of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli1-5/+10
2018-11-26of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli1-0/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-21/+0
2018-10-26of: ignore sub-page memory regionsMike Rapoport1-5/+6
2018-08-07of/fdt: Remove PPC32 longtrail hack in memory scanMichael Ellerman1-8/+1
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz1-2/+5
2018-01-08of/fdt: use memblock_virt_alloc for early allocRob Herring1-12/+4
2018-01-08of: Use SPDX license tag for DT filesRob Herring1-4/+1
2017-10-16of/fdt: Document detached argument to __unflatten_device_tree()Stephen Boyd1-0/+1
2017-10-16of/fdt: skip unflattening of disabled nodesRob Herring1-0/+4
2017-10-16of/fdt: add of_fdt_device_is_available functionRob Herring1-3/+14
2017-10-03of/fdt: only store the device node basename in full_nameRob Herring1-58/+11
2017-07-07Merge tag 'devicetree-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-2/+2
2017-06-22of: fdt.c header comment typoFrank Rowand1-1/+1
2017-06-22of: make of_fdt_is_compatible() staticFrank Rowand1-1/+1
2017-05-19Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+3
2017-05-17of: fdt: add missing allocation-failure checkJohan Hovold1-0/+3
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+38
2017-05-09of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandleNicholas Piggin1-0/+38
2017-05-04of: fix sparse warnings in fdt, irq, reserved mem, and resolver codeRob Herring1-2/+2
2017-04-27of: Add unit tests for applying overlaysFrank Rowand1-5/+9
2017-02-22Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-1/+1
2017-02-09of: Add missing space at end of pr_fmt().Frank Rowand1-1/+1
2017-01-03of: Add check to of_scan_flat_dt() before accessing initial_boot_paramsTobias Wolf1-3/+6
2016-12-12of/fdt: mark hotpluggable memoryReza Arbab1-0/+19
2016-09-28of/serial: move earlycon early_param handling to serialLeif Lindholm1-10/+1
2016-08-09drivers/of: Validate device node in __unflatten_device_tree()Gavin Shan1-1/+1
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-9/+16
2016-07-18of: fdt: mark unflattened tree as detachedMichal Suchanek1-3/+10
2016-07-18of: use pr_fmt prefix for all console printingRob Herring1-6/+6
2016-07-06FDT: Add a helper to get the subnode by given nameShannon Zhao1-0/+13