summaryrefslogtreecommitdiffstats
path: root/drivers/of/fdt.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-1/+5
|\
| * mm: kmemleak: alloc gray object for reserved region with direct mapCalvin Zhang2022-01-151-1/+5
* | Merge branch 'dt/linus' into dt/nextRob Herring2022-01-121-6/+13
|\ \
| * | efi: apply memblock cap after memblock_add()Pingfan Liu2021-12-221-1/+1
| * | of: fdt: Aggregate the processing of "linux,usable-memory-range"Zhen Lei2021-12-221-6/+13
| |/
* | of/fdt: Don't worry about non-memory region overlap for no-mapStephen Boyd2022-01-081-2/+4
* | of/fdt: Rework early_init_dt_scan_memory() to call directlyRob Herring2021-12-161-32/+36
* | of/fdt: Rework early_init_dt_scan_root() to call directlyRob Herring2021-12-161-7/+7
* | of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring2021-12-161-20/+19
|/
* of/fdt: Remove of_scan_flat_dt() usage for __fdt_scan_reserved_mem()Rob Herring2021-11-011-28/+24
* of: fdt: Rename reserve_elfcorehdr() to fdt_reserve_elfcorehdr()Geert Uytterhoeven2021-08-251-3/+3
* of: fdt: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD) instead of #ifdefGeert Uytterhoeven2021-08-241-6/+3
* of: fdt: Add generic support for handling usable memory range propertyGeert Uytterhoeven2021-08-241-0/+30
* of: fdt: Add generic support for handling elf core headers propertyGeert Uytterhoeven2021-08-241-3/+56
* of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch()Geert Uytterhoeven2021-08-151-6/+1
* of: fdt: Remove early_init_dt_reserve_memory_arch() override capabilityGeert Uytterhoeven2021-08-151-16/+16
* of: fdt: do not update local variable after useOhhoon Kwon2021-08-031-1/+0
* of: fdt: remove unnecessary codes권오훈2021-07-151-3/+0
* of: Remove superfluous casts when printing u64 valuesGeert Uytterhoeven2021-06-161-4/+2
* of: Fix truncation of memory sizes on 32-bit platformsGeert Uytterhoeven2021-06-161-4/+4
* Merge tag 'devicetree-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-281-20/+20
|\
| * of: Add missing 'Return' section in kerneldoc commentsRob Herring2021-03-271-4/+4
| * of: Fix kerneldoc output formattingRob Herring2021-03-271-5/+4
| * of: fdt: Demote kernel-doc abuses and fix function namingLee Jones2021-03-231-11/+12
* | of: properly check for error returned by fdt_get_name()Frank Rowand2021-04-071-13/+23
|/
* of/fdt: Make sure no-map does not remove already reserved regionsNicolas Boichat2021-01-151-1/+9
* fdt: Properly handle "no-map" field in the memory regionKarimAllah Ahmed2021-01-151-1/+1
* earlycon: simplify earlycon-table implementationJohan Hovold2020-12-041-5/+2
* of/fdt: Remove redundant kbasename function callQi Zheng2020-05-281-4/+0
* drivers/of: keep description of function consistent with function namechenqiwu2020-05-191-1/+1
* of: fix the warnings from command line.tangjianqiang2020-04-201-1/+1
* Merge tag 'devicetree-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-12-021-2/+2
|\
| * of/fdt: don't ignore errors from of_setup_earlyconChristoph Hellwig2019-10-011-2/+2
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-10/+10
|\ \ | |/ |/|
| * of: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-10/+10
* | fdt: Update CRC check for rng-seedHsin-Yi Wang2019-08-271-2/+6
* | fdt: add support for rng-seedHsin-Yi Wang2019-08-231-2/+12
* | 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/+45
* | 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/+5
|/
* 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/+0
* OF: Add a warning in case chosen node is not presentNick Kossifidis2018-12-031-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/+0
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-1/+1
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-21/+0