summaryrefslogtreecommitdiffstats
path: root/drivers/of
Commit message (Expand)AuthorAgeFilesLines
* of_gpio: return error if no device foundSascha Hauer2014-04-091-3/+3
* of: Add support for "stdout-path" propertySascha Hauer2014-03-311-2/+5
* drivers/of/base.c: Fix sparse warningsAlexander Shiyan2014-02-171-4/+4
* environment: Use accessor functions for default environment pathSascha Hauer2014-01-271-1/+1
* of: find also nodes by mixture of alias and pathJan Weitzel2014-01-101-1/+22
* of: platform: Fix possible crashAlexander Shiyan2014-01-101-3/+3
* of: gpio: Fix Kconfig variables to depend onAntony Pavlov2013-12-121-2/+2
* Merge branch 'for-next/tegra'Sascha Hauer2013-12-061-1/+1
|\
| * gpio: reduce noise when parsing DTLucas Stach2013-12-041-1/+1
* | Merge branch 'for-next/imx'Sascha Hauer2013-12-062-1/+6
|\ \
| * | of: gpio: Add Kconfig variable to depend onSascha Hauer2013-11-252-1/+6
| |/
* / OF: parse OF clock providers after populateSebastian Hesselbarth2013-11-111-0/+1
|/
* 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
|\