summaryrefslogtreecommitdiffstats
path: root/drivers/of/base.c
Commit message (Expand)AuthorAgeFilesLines
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* of: Added of_set_property_to_child_phandleTeresa Gámez2014-10-011-0/+21
* of: base: Add of_parse_phandle_fromTeresa Gámez2014-10-011-4/+24
* of: base: Add of_find_node_by_phandle_fromTeresa Gámez2014-10-011-4/+24
* of: Add support for "stdout-path" propertySascha Hauer2014-03-311-2/+5
* drivers/of/base.c: Fix sparse warningsAlexander Shiyan2014-02-171-4/+4
* of: find also nodes by mixture of alias and pathJan Weitzel2014-01-101-1/+22
* OF: parse OF clock providers after populateSebastian Hesselbarth2013-11-111-0/+1
* of: simplify phandle lookupSascha Hauer2013-10-221-8/+3
* 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-051-18/+137
|\ \ | |/ |/|
| * 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-141-18/+4
* | 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-051-0/+65
|\
| * of: Add convenience functions to en/disable devicenodesSascha Hauer2013-07-181-0/+65
* | Merge branch 'for-next/marvell'Sascha Hauer2013-08-051-293/+46
|\|
| * OF: base: rename of_free to of_delete_nodeSebastian Hesselbarth2013-07-051-33/+32
| * 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: 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-051-25/+1
* | 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
|/
* 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: remove of_find_child_by_nameSebastian Hesselbarth2013-06-201-13/+2
* 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