summaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c
Commit message (Expand)AuthorAgeFilesLines
...
* OF: base: remove of_tree_for_each_node from public APISebastian Hesselbarth2013-06-201-0/+8
* OF: base: import property iterators from Linux OF APISebastian Hesselbarth2013-06-201-0/+41
* OF: base: introduce property write for bool, u8, u16, and u64Sebastian Hesselbarth2013-06-201-0/+156
* OF: base: import parse phandle functions from Linux OF APISebastian Hesselbarth2013-06-201-71/+117
* OF: base: import of_parse_phandle from Linux OF APISebastian Hesselbarth2013-06-201-0/+23
* OF: base: import of_property_read_* helpers from Linux OF APISebastian Hesselbarth2013-06-201-84/+303
* OF: base: import parent/child functions from Linux OF APISebastian Hesselbarth2013-06-201-0/+97
* OF: base: import of_find_node_with_property from Linux OF APISebastian Hesselbarth2013-06-201-0/+26
* OF: base: import of_find_matching_node_and_match from Linux OF APISebastian Hesselbarth2013-06-201-0/+37
* OF: base: import of_find_compatible_node from Linux OF APISebastian Hesselbarth2013-06-201-0/+30
* OF: base: import of_find_node_by_name from Linux OF APISebastian Hesselbarth2013-06-201-0/+26
* OF: base: rename of_node_disabled to of_device_is_availableSebastian Hesselbarth2013-06-201-6/+20
* OF: base: sync of_find_node_by_path with linux OF APISebastian Hesselbarth2013-06-201-16/+27
* OF: base: sync of_find_property with linux OF APISebastian Hesselbarth2013-06-201-20/+18
* OF: base: convert strcmp to default string compare functionsSebastian Hesselbarth2013-06-201-12/+13
* OF: base: export of_alias_scanSebastian Hesselbarth2013-06-201-1/+2
* OF: base: also update property length on of_property_write_u32Sebastian Hesselbarth2013-06-201-2/+18
* OF: base: bail out early on missing matches for of_match_nodeSebastian Hesselbarth2013-06-201-0/+3
* Merge branch 'for-next/of-i2c'Sascha Hauer2013-06-021-0/+27
|\
| * of: Add of_modalias_node functionSascha Hauer2013-05-311-0/+27
* | Merge branch 'for-next/of'Sascha Hauer2013-06-021-3/+3
|\ \
| * | of: Also print disabled nodesSascha Hauer2013-05-311-3/+0
| * | of: do not scan aliases when no root node presentSascha Hauer2013-05-301-0/+3
* | | Merge branch 'for-next/mips'Sascha Hauer2013-06-021-7/+1
|\ \ \
| * | | of: separate out "generic" memory bank addingAntony Pavlov2013-05-131-7/+1
| | |/ | |/|
* | | Merge branch 'for-next/mci'Sascha Hauer2013-06-021-0/+13
|\ \ \ | |_|/ |/| |
| * | of: Add of_alias_get functionSascha Hauer2013-05-301-0/+13
| |/
* | of: populate devices based on "simple-bus" propertySascha Hauer2013-05-201-14/+33
* | of: Add of_match_node functionSascha Hauer2013-05-201-10/+25
* | of: Call of_add_memory from of_probeSascha Hauer2013-05-201-4/+6
* | of: When checking for existing devices also check resource endSascha Hauer2013-05-201-1/+2
|/
* Merge branch 'for-next/of'Sascha Hauer2013-05-061-24/+109
|\
| * of: read resource names from devicetreeSascha Hauer2013-04-221-1/+9
| * of: Allow multiple resources in 'reg' propertySascha Hauer2013-04-221-17/+38
| * of: Add of_property_read_string_index()Sascha Hauer2013-04-221-0/+46
| * of: parse phandles before probing devicesSascha Hauer2013-04-221-7/+17
* | of: fix typosAntony Pavlov2013-04-261-2/+2
* | of: fix how an initrd is passed to LinuxUwe Kleine-König2013-04-261-1/+5
|/
* of: make locally used functions staticSascha Hauer2013-03-061-3/+3
* of: remove unused libfdtSascha Hauer2013-03-061-1/+0
* of: make value of property in of_new_property optionalSascha Hauer2013-03-061-2/+4
* of: Add of property write functions for u32Sascha Hauer2013-03-061-0/+25
* of: move flat devicetree functions to separate fileSascha Hauer2013-03-061-406/+0
* of: make flatten independent of libfdtSascha Hauer2013-03-061-29/+185
* of: make unflatten independent of libfdtSascha Hauer2013-03-061-34/+126
* of: Add initrd helperSascha Hauer2013-03-061-0/+39
* of: Add root node argument to of_find_node_by_pathSascha Hauer2013-03-061-9/+7
* of: let of_unflatten_dtb return the unflattened treeSascha Hauer2013-03-061-21/+36
* of: Add of_set_property and of_create_nodeSascha Hauer2013-03-061-0/+79
* of: remove allnodes listSascha Hauer2013-03-061-7/+5