summaryrefslogtreecommitdiff
path: root/drivers/of/fdt.c
AgeCommit message (Expand)Author
2021-11-01of/fdt: Remove of_scan_flat_dt() usage for __fdt_scan_reserved_mem()Rob Herring
2021-08-25of: fdt: Rename reserve_elfcorehdr() to fdt_reserve_elfcorehdr()Geert Uytterhoeven
2021-08-24of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdefGeert Uytterhoeven
2021-08-24of: fdt: Add generic support for handling usable memory range propertyGeert Uytterhoeven
2021-08-24of: fdt: Add generic support for handling elf core headers propertyGeert Uytterhoeven
2021-08-15of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()Geert Uytterhoeven
2021-08-15of: fdt: Remove early_init_dt_reserve_memory_arch() override capabilityGeert Uytterhoeven
2021-08-03of: fdt: do not update local variable after useOhhoon Kwon
2021-07-15of: fdt: remove unnecessary codes권오훈
2021-06-16of: Remove superfluous casts when printing u64 valuesGeert Uytterhoeven
2021-06-16of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven
2021-04-28Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-07of: properly check for error returned by fdt_get_name()Frank Rowand
2021-03-27of: Add missing 'Return' section in kerneldoc commentsRob Herring
2021-03-27of: Fix kerneldoc output formattingRob Herring
2021-03-23of: fdt: Demote kernel-doc abuses and fix function namingLee Jones
2021-01-15of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat
2021-01-15fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed
2020-12-04earlycon: simplify earlycon-table implementationJohan Hovold
2020-05-28of/fdt: Remove redundant kbasename function callQi Zheng
2020-05-19drivers/of: keep description of function consistent with function namechenqiwu
2020-04-20of: fix the warnings from command line.tangjianqiang
2019-12-02Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-10-18of: Use pr_warn instead of pr_warningKefeng Wang
2019-10-01of/fdt: don't ignore errors from of_setup_earlyconChristoph Hellwig
2019-08-27fdt: Update CRC check for rng-seedHsin-Yi Wang
2019-08-23fdt: add support for rng-seedHsin-Yi Wang
2019-07-08of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomapMasahiro Yamada
2019-06-18of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warningKefeng Wang
2019-05-24of/fdt: Mark initial_boot_params as __ro_after_initStephen Boyd
2019-05-24of/fdt: Remove dead code and mark functions with __initStephen Boyd
2019-04-29of: del redundant type conversionxiaojiangfeng
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-01-10of: Remove struct device_node.type pointerRob Herring
2018-12-03OF: Add a warning in case chosen node is not presentNick Kossifidis
2018-11-26of/fdt: Remove custom __early_init_dt_declare_initrd() implementationFlorian Fainelli
2018-11-26of/fdt: Populate phys_initrd_start/phys_initrd_size from FDTFlorian Fainelli
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-26of: ignore sub-page memory regionsMike Rapoport
2018-08-07of/fdt: Remove PPC32 longtrail hack in memory scanMichael Ellerman
2018-04-23earlycon: Use a pointer table to fix __earlycon_table strideDaniel Kurtz
2018-01-08of/fdt: use memblock_virt_alloc for early allocRob Herring
2018-01-08of: Use SPDX license tag for DT filesRob Herring
2017-10-16of/fdt: Document detached argument to __unflatten_device_tree()Stephen Boyd
2017-10-16of/fdt: skip unflattening of disabled nodesRob Herring
2017-10-16of/fdt: add of_fdt_device_is_available functionRob Herring
2017-10-03of/fdt: only store the device node basename in full_nameRob Herring