summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* OF: base: initalize from node in of_find_node_with_propertySebastian Hesselbarth2013-07-091-0/+3
* OF: base: fix iterator in of_get_next_available_childSebastian Hesselbarth2013-07-051-1/+2
* OF: base: fix inifinite looping in node iteratorsSascha Hauer2013-07-051-6/+15
* Merge branch 'for-next-manual/oftree-linux-sync'Sascha Hauer2013-07-025-252/+973
|\
| * OF: base: use of_delete_property where applicableSebastian Hesselbarth2013-06-241-56/+25
| * OF: base: add sanity checks to of_new/delete_propertySebastian Hesselbarth2013-06-241-4/+11
| * OF: base: convert and remove device_node_for_nach_childSebastian Hesselbarth2013-06-201-1/+1
| * OF: base: remove of_find_child_by_nameSebastian Hesselbarth2013-06-202-17/+7
| * 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-202-76/+121
| * 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-203-24/+25
| * 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
* | ARM: build dtbs depending on CONFIG_OFTREESascha Hauer2013-06-261-0/+1
|/
* 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-024-7/+22
|\ \ \
| * | | of: separate out "generic" memory bank addingAntony Pavlov2013-05-134-7/+22
| | |/ | |/|
* | | Merge branch 'for-next/mci'Sascha Hauer2013-06-021-0/+13
|\ \ \
| * | | of: Add of_alias_get functionSascha Hauer2013-05-301-0/+13
* | | | Merge branch 'for-next/of' into for-next/imx-oftreeSascha Hauer2013-05-231-28/+65
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | 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
| |/
* / fdt: Fix dt memreserve entrySascha Hauer2013-05-211-2/+1
|/
* Merge branch 'for-next/of'Sascha Hauer2013-05-062-29/+117
|\
| * of: partitions: create bb device for nand flashesSascha Hauer2013-04-221-0/+4
| * of: partitions: pass struct cdev as argumentSascha Hauer2013-04-221-5/+4
| * 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-262-3/+2