summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of: fdt: reorder fdt_header initializationSascha Hauer2013-11-081-2/+2
* of: fdt: Fix fdt size_dt_structSascha Hauer2013-11-081-2/+1
* of: simplify phandle lookupSascha Hauer2013-10-221-8/+3
* of: partition: Check for valid partition nameSascha Hauer2013-09-231-0/+3
* Add missing dependency ENV_HANDLING for OF_BAREBOX_DRIVER optionDmitry Smagin2013-09-231-0/+1
* Merge branch 'for-next/boardinfo'Sascha Hauer2013-09-051-0/+3
|\
| * introduce barebox_set_modelSascha Hauer2013-08-161-0/+3
* | Merge branch 'for-next/of'Sascha Hauer2013-09-052-19/+141
|\ \ | |/ |/|
| * of: base: import of_find_node_by_typeRenaud Barbier2013-09-051-0/+29
| * of: introduce some new helpersSascha Hauer2013-08-141-0/+101
| * of: default to internal tree in of_find_node_by_path_fromSascha Hauer2013-08-141-0/+3
| * of: parse phandles during unflattenSascha Hauer2013-08-142-19/+7
| * of: fix merge mode in of_unflatten_dtbSascha Hauer2013-08-141-0/+1
* | of: base.c: Use correct device-tree in of_add_initrd()David Jander2013-08-141-1/+1
|/
* of: Fix endless loop in of_add_memorySascha Hauer2013-08-141-1/+4
* Merge branch 'for-next/of'Sascha Hauer2013-08-056-25/+368
|\
| * Add configurability via devicetreeSascha Hauer2013-07-184-0/+264
| * of: Add convenience functions to en/disable devicenodesSascha Hauer2013-07-181-0/+65
| * of: partition: check for valid nodeSascha Hauer2013-07-181-0/+6
| * of: partitions: factor out function to parse a single partitionSascha Hauer2013-07-151-25/+33
* | Merge branch 'for-next/mtd'Sascha Hauer2013-08-052-0/+83
|\ \
| * | of: add mtd of helpersSascha Hauer2013-07-162-0/+83
* | | Merge branch 'for-next/marvell'Sascha Hauer2013-08-057-322/+859
|\ \ \ | | |/ | |/|
| * | OF: base: rename of_free to of_delete_nodeSebastian Hesselbarth2013-07-052-34/+33
| * | OF: base: convert of_add_memory to OF APISebastian Hesselbarth2013-07-051-49/+8
| * | OF: remove device and resource pointer from struct device_nodeSebastian Hesselbarth2013-07-051-4/+4
| * | OF: base: remove dead device related functionsSebastian Hesselbarth2013-07-051-183/+0
| * | OF: base: use of_platform_populate for probingSebastian Hesselbarth2013-07-051-3/+2
| * | OF: gpio: convert DT based gpio handling to new OF APISebastian Hesselbarth2013-07-053-27/+53
| * | OF: import bus/device related functions from Linux OF APISebastian Hesselbarth2013-07-052-1/+322
| * | OF: base: move OF_ROOT_NODE_ defines to local OF codeSebastian Hesselbarth2013-07-051-0/+3
| * | OF: convert of_translate_address to new APISebastian Hesselbarth2013-07-052-25/+7
| * | OF: import address related functions from Linux OF APISebastian Hesselbarth2013-07-052-1/+432
* | | of: Use dts syntax when printing devicetreesSascha Hauer2013-07-271-3/+6
| |/ |/|
* | 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