aboutsummaryrefslogtreecommitdiff
path: root/include/linux/of_fdt.h
AgeCommit message (Expand)AuthorFilesLines
2019-05-24of/fdt: Remove dead code and mark functions with __initGravatar Stephen Boyd 1-11/+0
2018-11-23x86/headers: Fix -Wmissing-prototypes warningGravatar Yi Wang 1-0/+1
2018-01-08of/fdt: use memblock_virt_alloc for early allocGravatar Rob Herring 1-1/+0
2018-01-08of: Use SPDX license tag for DT filesGravatar Rob Herring 1-4/+1
2018-01-05of/fdt: Fix #ifdef dependency of early flattree declarationsGravatar Geert Uytterhoeven 1-4/+8
2017-06-22of: make of_fdt_is_compatible() staticGravatar Frank Rowand 1-3/+0
2017-05-09of/fdt: introduce of_scan_flat_dt_subnodes and of_get_flat_dt_phandleGravatar Nicholas Piggin 1-0/+6
2016-12-12of/fdt: mark hotpluggable memoryGravatar Reza Arbab 1-0/+1
2016-09-28of/serial: move earlycon early_param handling to serialGravatar Leif Lindholm 1-0/+3
2016-07-06FDT: Add a helper to get the subnode by given nameGravatar Shannon Zhao 1-0/+2
2016-05-16drivers/of: Return allocated memory from of_fdt_unflatten_tree()Gravatar Gavin Shan 1-3/+3
2016-05-16drivers/of: Specify parent node in of_fdt_unflatten_tree()Gravatar Gavin Shan 1-0/+1
2016-02-06of: earlycon: Move address translation to of_setup_earlycon()Gravatar Peter Hurley 1-1/+1
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2015-06-02of/fdt: split off FDT self reservation from memreserve processingGravatar Ard Biesheuvel 1-0/+2
2015-05-28of/fdt: Make fdt blob input parameters of unflatten functions constGravatar Geert Uytterhoeven 1-1/+1
2015-04-14of/fdt: Add endianness helper function for early init codeGravatar Kevin Cernekee 1-0/+2
2014-07-29of: Add memory limiting function for flattened devicetreesGravatar Laura Abbott 1-0/+1
2014-07-29of: Split early_init_dt_scan into two partsGravatar Laura Abbott 1-0/+2
2014-05-20of/fdt: add FDT address translation supportGravatar Rob Herring 1-0/+1
2014-04-30of: push struct boot_param_header and defines into powerpcGravatar Rob Herring 1-37/+0
2014-04-30of/fdt: convert initial_boot_params to opaque pointerGravatar Rob Herring 1-1/+1
2014-04-30of/fdt: introduce of_get_flat_dt_sizeGravatar Rob Herring 1-0/+1
2014-04-30of/fdt: use libfdt accessors for header dataGravatar Rob Herring 1-4/+4
2014-04-30of/fdt: Convert FDT functions to use libfdtGravatar Rob Herring 1-1/+0
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtGravatar Rob Herring 1-4/+4
2014-04-30of/fdt: remove unused of_scan_flat_dt_by_pathGravatar Rob Herring 1-3/+0
2014-04-30of/fdt: consolidate built-in dtb section variablesGravatar Rob Herring 1-0/+3
2014-03-11drivers: of: add initialization code for static reserved memoryGravatar Marek Szyprowski 1-0/+4
2014-01-09powerpc: introduce early_get_first_memblock_infoGravatar Kevin Hao 1-0/+1
2013-10-09of: introduce common FDT machine related functionsGravatar Rob Herring 1-0/+5
2013-10-09of: remove early_init_dt_setup_initrd_archGravatar Rob Herring 1-10/+0
2013-10-09of: Introduce common early_init_dt_scanGravatar Rob Herring 1-0/+2
2013-10-09of: create unflatten_and_copy_device_treeGravatar Rob Herring 1-0/+2
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-2/+1
2013-08-27drivers: of: add function to scan fdt nodes given by pathGravatar Marek Szyprowski 1-0/+3
2013-07-24of: Specify initrd location using 64-bitGravatar Santosh Shilimkar 1-2/+1
2011-12-27ARM/of: allow *machine_desc.dt_compat to be constGravatar Uwe Kleine-König 1-2/+2
2011-08-04Revert "dt: add of_alias_scan and of_alias_get_id"Gravatar Grant Likely 1-0/+1
2011-08-03dt: add of_alias_scan and of_alias_get_idGravatar Shawn Guo 1-1/+0
2011-01-15dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch()Gravatar Grant Likely 1-1/+1
2011-01-08of/flattree: forward declare struct device_node in of_fdt.hGravatar Grant Likely 1-0/+2
2011-01-01of/flattree: Add of_flat_dt_match() helper functionGravatar Grant Likely 1-0/+3
2010-12-29of/flattree: Refactor unflatten_device_tree and add fdt_unflatten_treeGravatar Stephen Neuendorffer 1-0/+2
2010-12-29of/flattree: Add non-boottime device tree functionsGravatar Stephen Neuendorffer 1-0/+11
2010-10-21of/flattree: Eliminate need to provide early_init_dt_scan_chosen_archGravatar Grant Likely 1-1/+1
2010-04-28of/flattree: Make unflatten_device_tree() safe to call from any archGravatar Grant Likely 1-0/+2
2010-04-28of/flattree: make of_fdt.h safe to unconditionally include.Gravatar Grant Likely 1-0/+2
2010-02-14of/flattree: Don't assume HAVE_LMBGravatar Jeremy Kerr 1-0/+1
2010-02-14of: Remove old and misplaced function declarationsGravatar Grant Likely 1-10/+0