summaryrefslogtreecommitdiffstats
path: root/include/of.h
Commit message (Expand)AuthorAgeFilesLines
* of: base: import of_get_cpu_node() from linux-v4.7-rc2Antony Pavlov2016-07-071-0/+10
* common: oftree: Add function to register set status fixupTeresa Remmet2016-03-011-0/+1
* of: Add of_property_for_each_phandle() iteratorTrent Piepho2016-01-081-0/+11
* of: Add for_each_compatible_node_from iteratorTrent Piepho2016-01-081-2/+6
* of_path: add of_find_path_by_node()Marc Kleine-Budde2015-11-271-0/+1
* of: base: implement of_get_next_childSascha Hauer2015-07-131-0/+8
* of: export of_platform_device_createSascha Hauer2015-07-021-0/+2
* of: add a function to remove an of_fixupUwe Kleine-König2015-05-181-0/+1
* Merge branch 'for-next/of-device-id'Sascha Hauer2015-05-061-1/+1
|\
| * of: use 'const void *' for struct of_device_id.dataAntony Pavlov2015-04-301-1/+1
* | of_path: of_find_path(): add possibility to return .bb deviceMarc Kleine-Budde2015-04-231-1/+2
* | include: add includes includes to make fdt.h, of.h and state.h self containedMarc Kleine-Budde2015-04-171-0/+2
|/
* Merge branch 'for-next/sandbox-of'Sascha Hauer2015-03-061-5/+23
|\
| * of: add no-op functions for of_find_node_by_alias() and of_find_node_by_path_...Marc Kleine-Budde2015-03-031-4/+16
| * of: add no-op function for of_register_fixup()Marc Kleine-Budde2015-03-031-1/+7
* | of: Add for_each_child_of_node_safeSascha Hauer2015-02-121-0/+2
|/
* fdt: of_unflatten_dtb can work on const dataJan Luebbe2014-12-041-1/+1
* of: Add of_device_enable_and_register functionsTeresa Gámez2014-11-031-0/+14
* of: Added of_set_property_to_child_phandleTeresa Gámez2014-10-011-0/+1
* of: base: Add of_parse_phandle_fromTeresa Gámez2014-10-011-0/+11
* of: base: Add of_find_node_by_phandle_fromTeresa Gámez2014-10-011-0/+8
* of: base: Add for_each_node_by_name_fromTeresa Gámez2014-10-011-0/+3
* of: Drop devicetree merge supportSascha Hauer2014-05-221-1/+1
* 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