Age | Commit message (Expand) | Author |
2022-01-12 | Merge branch 'dt/linus' into dt/next | Rob Herring |
2021-12-22 | efi: apply memblock cap after memblock_add() | Pingfan Liu |
2021-12-16 | of/fdt: Rework early_init_dt_scan_memory() to call directly | Rob Herring |
2021-12-16 | of/fdt: Rework early_init_dt_scan_root() to call directly | Rob Herring |
2021-12-16 | of/fdt: Rework early_init_dt_scan_chosen() to call directly | Rob Herring |
2021-10-25 | x86/of: Kill unused early_init_dt_scan_chosen_arch() | Rob Herring |
2021-08-15 | of: fdt: Remove weak early_init_dt_mark_hotplug_memory_arch() | Geert Uytterhoeven |
2021-08-15 | of: fdt: Remove early_init_dt_reserve_memory_arch() override capability | Geert Uytterhoeven |
2019-05-24 | of/fdt: Remove dead code and mark functions with __init | Stephen Boyd |
2018-11-23 | x86/headers: Fix -Wmissing-prototypes warning | Yi Wang |
2018-01-08 | of/fdt: use memblock_virt_alloc for early alloc | Rob Herring |
2018-01-08 | of: Use SPDX license tag for DT files | Rob Herring |
2018-01-05 | of/fdt: Fix #ifdef dependency of early flattree declarations | Geert Uytterhoeven |
2017-06-22 | of: make of_fdt_is_compatible() static | Frank Rowand |
2017-05-09 | of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandle | Nicholas Piggin |
2016-12-12 | of/fdt: mark hotpluggable memory | Reza Arbab |
2016-09-28 | of/serial: move earlycon early_param handling to serial | Leif Lindholm |
2016-07-06 | FDT: Add a helper to get the subnode by given name | Shannon Zhao |
2016-05-16 | drivers/of: Return allocated memory from of_fdt_unflatten_tree() | Gavin Shan |
2016-05-16 | drivers/of: Specify parent node in of_fdt_unflatten_tree() | Gavin Shan |
2016-02-06 | of: earlycon: Move address translation to of_setup_earlycon() | Peter Hurley |
2015-07-01 | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-06-02 | of/fdt: split off FDT self reservation from memreserve processing | Ard Biesheuvel |
2015-05-28 | of/fdt: Make fdt blob input parameters of unflatten functions const | Geert Uytterhoeven |
2015-04-14 | of/fdt: Add endianness helper function for early init code | Kevin Cernekee |
2014-07-29 | of: Add memory limiting function for flattened devicetrees | Laura Abbott |
2014-07-29 | of: Split early_init_dt_scan into two parts | Laura Abbott |
2014-05-20 | of/fdt: add FDT address translation support | Rob Herring |
2014-04-30 | of: push struct boot_param_header and defines into powerpc | Rob Herring |
2014-04-30 | of/fdt: convert initial_boot_params to opaque pointer | Rob Herring |
2014-04-30 | of/fdt: introduce of_get_flat_dt_size | Rob Herring |
2014-04-30 | of/fdt: use libfdt accessors for header data | Rob Herring |
2014-04-30 | of/fdt: Convert FDT functions to use libfdt | Rob Herring |
2014-04-30 | of/fdt: update of_get_flat_dt_prop in prep for libfdt | Rob Herring |
2014-04-30 | of/fdt: remove unused of_scan_flat_dt_by_path | Rob Herring |
2014-04-30 | of/fdt: consolidate built-in dtb section variables | Rob Herring |
2014-03-11 | drivers: of: add initialization code for static reserved memory | Marek Szyprowski |
2014-01-09 | powerpc: introduce early_get_first_memblock_info | Kevin Hao |
2013-10-09 | of: introduce common FDT machine related functions | Rob Herring |
2013-10-09 | of: remove early_init_dt_setup_initrd_arch | Rob Herring |
2013-10-09 | of: Introduce common early_init_dt_scan | Rob Herring |
2013-10-09 | of: create unflatten_and_copy_device_tree | Rob Herring |
2013-09-10 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds |
2013-08-27 | drivers: of: add function to scan fdt nodes given by path | Marek Szyprowski |
2013-07-24 | of: Specify initrd location using 64-bit | Santosh Shilimkar |
2011-12-27 | ARM/of: allow *machine_desc.dt_compat to be const | Uwe Kleine-König |
2011-08-04 | Revert "dt: add of_alias_scan and of_alias_get_id" | Grant Likely |
2011-08-03 | dt: add of_alias_scan and of_alias_get_id | Shawn Guo |
2011-01-15 | dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch() | Grant Likely |
2011-01-08 | of/flattree: forward declare struct device_node in of_fdt.h | Grant Likely |