summaryrefslogtreecommitdiffstats
path: root/include/of.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/rpi'Sascha Hauer2013-11-071-1/+1
|\
| * of: Add a context pointer to fixup functionsSascha Hauer2013-11-061-1/+1
* | of: simplify phandle lookupSascha Hauer2013-10-221-1/+0
|/
* of: base: import of_find_node_by_typeRenaud Barbier2013-09-051-0/+2
* of: introduce some new helpersSascha Hauer2013-08-141-0/+14
* Add configurability via devicetreeSascha Hauer2013-07-181-0/+2
* of: Add convenience functions to en/disable devicenodesSascha Hauer2013-07-181-0/+5
* of: partitions: factor out function to parse a single partitionSascha Hauer2013-07-151-0/+1
* of: export of_default_bus_match_tableSascha Hauer2013-07-151-0/+2
* OF: base: rename of_free to of_delete_nodeSebastian Hesselbarth2013-07-051-2/+2
* OF: remove device and resource pointer from struct device_nodeSebastian Hesselbarth2013-07-051-3/+0
* OF: gpio: convert DT based gpio handling to new OF APISebastian Hesselbarth2013-07-051-3/+0
* OF: import bus/device related functions from Linux OF APISebastian Hesselbarth2013-07-051-0/+18
* OF: base: move OF_ROOT_NODE_ defines to local OF codeSebastian Hesselbarth2013-07-051-3/+0
* OF: convert of_translate_address to new APISebastian Hesselbarth2013-07-051-2/+0
* OF: base: cleanup base function includeSebastian Hesselbarth2013-06-201-29/+109
* OF: base: convert and remove device_node_for_nach_childSebastian Hesselbarth2013-06-201-3/+0
* OF: base: remove of_find_child_by_nameSebastian Hesselbarth2013-06-201-2/+0
* OF: base: remove of_tree_for_each_node from public APISebastian Hesselbarth2013-06-201-8/+0
* OF: base: import property iterators from Linux OF APISebastian Hesselbarth2013-06-201-0/+43
* OF: base: introduce property write for bool, u8, u16, and u64Sebastian Hesselbarth2013-06-201-11/+71
* OF: base: import parse phandle functions from Linux OF APISebastian Hesselbarth2013-06-201-5/+25
* OF: base: import of_parse_phandle from Linux OF APISebastian Hesselbarth2013-06-201-0/+10
* OF: base: import of_property_read_* helpers from Linux OF APISebastian Hesselbarth2013-06-201-15/+117
* OF: base: import parent/child functions from Linux OF APISebastian Hesselbarth2013-06-201-0/+41
* OF: base: import of_find_node_with_property from Linux OF APISebastian Hesselbarth2013-06-201-0/+11
* OF: base: import of_find_matching_node_and_match from Linux OF APISebastian Hesselbarth2013-06-201-0/+24
* OF: base: import of_find_compatible_node from Linux OF APISebastian Hesselbarth2013-06-201-0/+13
* OF: base: import of_find_node_by_name from Linux OF APISebastian Hesselbarth2013-06-201-0/+12
* OF: base: rename of_node_disabled to of_device_is_availableSebastian Hesselbarth2013-06-201-0/+6
* OF: base: sync of_find_node_by_path with linux OF APISebastian Hesselbarth2013-06-201-2/+15
* OF: base: sync of_find_property with linux OF APISebastian Hesselbarth2013-06-201-2/+10
* OF: base: convert strcmp to default string compare functionsSebastian Hesselbarth2013-06-201-0/+5
* OF: base: export of_alias_scanSebastian Hesselbarth2013-06-201-13/+18
* Merge branch 'for-next/of-i2c'Sascha Hauer2013-06-021-0/+2
|\
| * of: Add of_modalias_node functionSascha Hauer2013-05-311-0/+2
* | Merge branch 'for-next/of'Sascha Hauer2013-06-021-0/+1
|\ \
| * | bootm: print Kernel commandline in verbose modeSascha Hauer2013-05-311-0/+1
* | | Merge branch 'for-next/mips'Sascha Hauer2013-06-021-0/+2
|\ \ \
| * | | of: separate out "generic" memory bank addingAntony Pavlov2013-05-131-0/+2
| | |/ | |/|
* | | Merge branch 'for-next/mci'Sascha Hauer2013-06-021-0/+6
|\ \ \
| * | | of: Add of_alias_get functionSascha Hauer2013-05-301-0/+6
| |/ /
* | / of: provide NULL of_get_root_node for \!CONFIG_OFTREESascha Hauer2013-05-231-1/+6
| |/ |/|
* | of: Add of_match_node functionSascha Hauer2013-05-201-0/+3
|/
* of: partitions: pass struct cdev as argumentSascha Hauer2013-04-221-3/+4
* of: Allow multiple resources in 'reg' propertySascha Hauer2013-04-221-0/+1
* of: Add of_property_read_string_index()Sascha Hauer2013-04-221-0/+2
* of: make locally used functions staticSascha Hauer2013-03-061-0/+2
* of: remove unused libfdtSascha Hauer2013-03-061-24/+0
* of: Add reservemap handlingSascha Hauer2013-03-061-0/+10