aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-09dt: add empty of_get_property for non-dtStephen Warren1-0/+7
2011-08-04Revert "dt: add of_alias_scan and of_alias_get_id"Grant Likely1-8/+0
2011-08-03dt: add of_alias_scan and of_alias_get_idShawn Guo1-0/+8
2011-08-02of: constify property name parameters for helper functionsJamie Iles1-6/+9
2011-07-08dt: add empty of_property_read_u32[_array] for non-dtShawn Guo1-8/+21
2011-07-06dt: add helper function to read u32 arraysRob Herring1-2/+12
2011-07-03dt: add 'const' for of_property_read_string parameter **out_stringShawn Guo1-1/+1
2011-06-30dt: add helper functions to read u32 and string property valuesThomas Abraham1-0/+4
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2011-02-28dt: Typo fix.Lennert Buytenhek1-1/+1
2011-02-23rtc: cmos: Add OF bindingsSebastian Andrzej Siewior1-0/+12
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely1-2/+2
2010-07-30of: Provide default of_node_to_nid() implementation.Grant Likely1-0/+5
2010-07-14of/sparc: move is_root_node() to of.hAndres Salomon1-0/+5
2010-03-18of: Fix comparison of "compatible" propertiesGrant Likely1-1/+1
2010-02-14of/sparc: Remove sparc-local declaration of allnodes and devtree_lockGrant Likely1-0/+2
2010-02-14of: move definition of of_chosen into common code.Grant Likely1-0/+1
2010-02-14of: put default string compare and #a/s-cell values into common headerGrant Likely1-0/+13
2010-02-14of: protect linux/of.h with CONFIG_OFJeremy Kerr1-0/+3
2010-02-14of: Remove old and misplaced function declarationsGrant Likely1-0/+8
2010-02-09of: use __be32 for cell value accessorsJeremy Kerr1-3/+5
2010-02-09of: make set_node_proc_entry private to proc_devtree.cJeremy Kerr1-6/+0
2010-02-09of: merge of_attach_node() & of_detach_node()Grant Likely1-0/+6
2010-01-28of: unify phandle name in struct device_nodeGrant Likely1-4/+1
2009-11-23of: remove special case definition of of_read_ulong()Grant Likely1-5/+2
2009-11-23of/flattree: Merge unflatten_device_treeGrant Likely1-0/+3
2009-10-15of: merge of_find_all_nodes() implementationsGrant Likely1-1/+2
2009-10-15of: merge of_node_get(), of_node_put() and of_find_all_nodes()Grant Likely1-0/+16
2009-10-15of: merge of_read_number() an of_read_ulong()Grant Likely1-0/+23
2009-10-15of: merge of_node_*_flag() and set_node_proc_entry()Grant Likely1-0/+16
2009-10-15of: Move OF_IS_DYNAMIC and OF_MARK_DYNAMIC macros to of.hGrant Likely1-0/+3
2009-10-15of: merge struct device_nodeGrant Likely1-0/+32
2009-10-15of: merge phandle, ihandle and struct propertyGrant Likely1-0/+12
2009-04-27of: add of_parse_phandle() helper for parsing phandle propertiesGrant Likely1-0/+3
2008-11-19of: Add helpers for finding device nodes which have a given propertyMichael Ellerman1-0/+6
2008-10-13of: Add new helper of_parse_phandles_with_args()Anton Vorontsov1-0/+3
2008-07-25of: adapt of_find_i2c_driver() to be usable by SPI alsoGrant Likely1-0/+1
2008-04-07[POWERPC] Add of_device_is_available functionJosh Boyer1-0/+1
2008-02-06[POWERPC] Add of_get_next_parent()Michael Ellerman1-0/+1
2008-01-17[POWERPC] Add of_find_matching_node() helper functionGrant Likely1-0/+8
2007-12-11[POWERPC] Add for_each_child_of_node() helper for iterating over child nodesMichael Ellerman1-0/+4
2007-10-19remove asm/bitops.h includesJiri Slaby1-1/+1
2007-08-17[POWERPC] Remove get_property and device_is_compatibleStephen Rothwell1-1/+0
2007-07-20Split out common parts of prom.hStephen Rothwell1-0/+61