aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_fdt.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-14of/fdt: Add endianness helper function for early init codeKevin Cernekee1-0/+2
2014-07-29of: Add memory limiting function for flattened devicetreesLaura Abbott1-0/+1
2014-07-29of: Split early_init_dt_scan into two partsLaura Abbott1-0/+2
2014-05-20of/fdt: add FDT address translation supportRob Herring1-0/+1
2014-04-30of: push struct boot_param_header and defines into powerpcRob Herring1-37/+0
2014-04-30of/fdt: convert initial_boot_params to opaque pointerRob Herring1-1/+1
2014-04-30of/fdt: introduce of_get_flat_dt_sizeRob Herring1-0/+1
2014-04-30of/fdt: use libfdt accessors for header dataRob Herring1-4/+4
2014-04-30of/fdt: Convert FDT functions to use libfdtRob Herring1-1/+0
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring1-4/+4
2014-04-30of/fdt: remove unused of_scan_flat_dt_by_pathRob Herring1-3/+0
2014-04-30of/fdt: consolidate built-in dtb section variablesRob Herring1-0/+3
2014-03-11drivers: of: add initialization code for static reserved memoryMarek Szyprowski1-0/+4
2014-01-09powerpc: introduce early_get_first_memblock_infoKevin Hao1-0/+1
2013-10-09of: introduce common FDT machine related functionsRob Herring1-0/+5
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-10/+0
2013-10-09of: Introduce common early_init_dt_scanRob Herring1-0/+2
2013-10-09of: create unflatten_and_copy_device_treeRob Herring1-0/+2
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+1
2013-08-27drivers: of: add function to scan fdt nodes given by pathMarek Szyprowski1-0/+3
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-2/+1
2011-12-27ARM/of: allow *machine_desc.dt_compat to be constUwe Kleine-König1-2/+2
2011-08-04Revert "dt: add of_alias_scan and of_alias_get_id"Grant Likely1-0/+1
2011-08-03dt: add of_alias_scan and of_alias_get_idShawn Guo1-1/+0
2011-01-15dt/flattree: Return virtual address from early_init_dt_alloc_memory_arch()Grant Likely1-1/+1
2011-01-08of/flattree: forward declare struct device_node in of_fdt.hGrant Likely1-0/+2
2011-01-01of/flattree: Add of_flat_dt_match() helper functionGrant Likely1-0/+3
2010-12-29of/flattree: Refactor unflatten_device_tree and add fdt_unflatten_treeStephen Neuendorffer1-0/+2
2010-12-29of/flattree: Add non-boottime device tree functionsStephen Neuendorffer1-0/+11
2010-10-21of/flattree: Eliminate need to provide early_init_dt_scan_chosen_archGrant Likely1-1/+1
2010-04-28of/flattree: Make unflatten_device_tree() safe to call from any archGrant Likely1-0/+2
2010-04-28of/flattree: make of_fdt.h safe to unconditionally include.Grant Likely1-0/+2
2010-02-14of/flattree: Don't assume HAVE_LMBJeremy Kerr1-0/+1
2010-02-14of: Remove old and misplaced function declarationsGrant Likely1-10/+0
2010-02-09of/flattree: endian-convert members of boot_param_headerJeremy Kerr1-10/+10
2010-02-09of: use __be32 for cell value accessorsJeremy Kerr1-1/+1
2010-02-09of/flattree: use callback to setup initrd from /chosenJeremy Kerr1-0/+10
2010-02-09of/flattree: merge early_init_dt_scan_memory() common codeGrant Likely1-0/+3
2010-02-09of: add 'of_' prefix to machine_is_compatible()Grant Likely1-1/+1
2009-12-10of/flattree: merge early_init_dt_scan_chosen()Grant Likely1-0/+3
2009-12-10of/flattree: merge dt_mem_next_cellGrant Likely1-0/+1
2009-12-10of/flattree: Merge earlyinit_dt_scan_root()Grant Likely1-0/+6
2009-12-10of/flattree: Merge early_init_dt_check_for_initrd()Grant Likely1-0/+1
2009-11-23of/flattree: Merge unflatten_device_treeGrant Likely1-4/+0
2009-11-23of/flattree: Merge unflatten_dt_nodeGrant Likely1-0/+4
2009-11-23of/flattree: remove __init annotations from the header fileGrant Likely1-9/+7
2009-11-23of/flattree: merge find_flat_dt_string and initial_boot_paramsGrant Likely1-0/+4
2009-10-15of: merge other miscellaneous prototypesGrant Likely1-0/+14
2009-10-15of: merge of_*_flat_dt*() functionsGrant Likely1-0/+14
2009-10-15of: merge struct boot_param_header from Microblaze and PowerPCGrant Likely1-0/+32