aboutsummaryrefslogtreecommitdiff
path: root/include/linux/of.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-15dt: add empty of_find_compatible_node functionGravatar Shawn Guo 1-0/+8
2012-01-07Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-17/+16
2011-12-28dt: add empty of_get_node/of_put_node functionsGravatar Rob Herring 1-15/+14
2011-12-27dt: reform for_each_property to for_each_property_of_nodeGravatar Dong Aisheng 1-2/+2
2011-12-12of: create of_phandle_args to simplify return of phandle parsing dataGravatar Grant Likely 1-2/+9
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2011-11-04dt: add empty of_machine_is_compatibleGravatar Stephen Warren 1-0/+5
2011-11-03Merge branch 'for-grant' of git://sources.calxeda.com/kernel/linux into devic...Gravatar Grant Likely 1-0/+18
2011-11-01Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socGravatar Linus Torvalds 1-0/+18
2011-10-31of: fix implicit use of errno.h in include/linux/of.hGravatar Paul Gortmaker 1-0/+1
2011-10-29dt: add empty of_alias_get_id() for non-dt buildsGravatar Nicolas Ferre 1-0/+5
2011-10-29of: include errno.hGravatar Kalle Valo 1-0/+1
2011-10-24dt: Add empty of_match_node() macroGravatar Nicolas Ferre 1-0/+1
2011-10-13dt: add empty dt helpers for non-dt buildGravatar Rajendra Nayak 1-0/+13
2011-10-04dt: add helper to read 64-bit integersGravatar Jamie Iles 1-0/+8
2011-10-04of: Add helpers to get one string in multiple strings propertyGravatar Benoit Cousson 1-0/+18
2011-09-29OF: Add of_match_ptr() macroGravatar Ben Dooks 1-0/+2
2011-09-22dt: add empty for_each_child_of_node, of_find_propertyGravatar Stephen Warren 1-0/+10
2011-09-22dt: add of_alias_scan and of_alias_get_idGravatar Shawn Guo 1-0/+7
2011-08-09dt: add empty of_get_property for non-dtGravatar Stephen Warren 1-0/+7
2011-08-04Revert "dt: add of_alias_scan and of_alias_get_id"Gravatar Grant Likely 1-8/+0
2011-08-03dt: add of_alias_scan and of_alias_get_idGravatar Shawn Guo 1-0/+8
2011-08-02of: constify property name parameters for helper functionsGravatar Jamie Iles 1-6/+9
2011-07-08dt: add empty of_property_read_u32[_array] for non-dtGravatar Shawn Guo 1-8/+21
2011-07-06dt: add helper function to read u32 arraysGravatar Rob Herring 1-2/+12
2011-07-03dt: add 'const' for of_property_read_string parameter **out_stringGravatar Shawn Guo 1-1/+1
2011-06-30dt: add helper functions to read u32 and string property valuesGravatar Thomas Abraham 1-0/+4
2011-03-16Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-1/+1
2011-02-28dt: Typo fix.Gravatar Lennert Buytenhek 1-1/+1
2011-02-23rtc: cmos: Add OF bindingsGravatar Sebastian Andrzej Siewior 1-0/+12
2011-01-21driver-core: remove conditionals around devicetree pointersGravatar Grant Likely 1-2/+2
2010-07-30of: Provide default of_node_to_nid() implementation.Gravatar Grant Likely 1-0/+5
2010-07-14of/sparc: move is_root_node() to of.hGravatar Andres Salomon 1-0/+5
2010-03-18of: Fix comparison of "compatible" propertiesGravatar Grant Likely 1-1/+1
2010-02-14of/sparc: Remove sparc-local declaration of allnodes and devtree_lockGravatar Grant Likely 1-0/+2
2010-02-14of: move definition of of_chosen into common code.Gravatar Grant Likely 1-0/+1
2010-02-14of: put default string compare and #a/s-cell values into common headerGravatar Grant Likely 1-0/+13
2010-02-14of: protect linux/of.h with CONFIG_OFGravatar Jeremy Kerr 1-0/+3
2010-02-14of: Remove old and misplaced function declarationsGravatar Grant Likely 1-0/+8
2010-02-09of: use __be32 for cell value accessorsGravatar Jeremy Kerr 1-3/+5
2010-02-09of: make set_node_proc_entry private to proc_devtree.cGravatar Jeremy Kerr 1-6/+0
2010-02-09of: merge of_attach_node() & of_detach_node()Gravatar Grant Likely 1-0/+6
2010-01-28of: unify phandle name in struct device_nodeGravatar Grant Likely 1-4/+1
2009-11-23of: remove special case definition of of_read_ulong()Gravatar Grant Likely 1-5/+2
2009-11-23of/flattree: Merge unflatten_device_treeGravatar Grant Likely 1-0/+3
2009-10-15of: merge of_find_all_nodes() implementationsGravatar Grant Likely 1-1/+2
2009-10-15of: merge of_node_get(), of_node_put() and of_find_all_nodes()Gravatar Grant Likely 1-0/+16
2009-10-15of: merge of_read_number() an of_read_ulong()Gravatar Grant Likely 1-0/+23
2009-10-15of: merge of_node_*_flag() and set_node_proc_entry()Gravatar Grant Likely 1-0/+16
2009-10-15of: Move OF_IS_DYNAMIC and OF_MARK_DYNAMIC macros to of.hGravatar Grant Likely 1-0/+3