summaryrefslogtreecommitdiffstats
path: root/include/linux/of.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-06-041-0/+22
|\
| * of: consolidate linker section OF match table declarationsRob Herring2014-05-201-0/+22
* | Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-031-0/+7
|\ \
| * | of: Keep track of populated platform devicesPawel Moll2014-05-151-0/+7
| |/
* / of: fix CONFIG_OF=n prototype of of_node_full_name()Stephen Rothwell2014-05-151-1/+1
|/
* of: add empty of_find_node_by_path() for !OFAlexander Shiyan2014-04-181-0/+5
* Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-021-14/+47
|\
| * of: device_node kobject lifecycle fixesPantelis Antoniou2014-03-191-0/+19
| * of: remove /proc/device-treeGrant Likely2014-03-111-11/+0Star
| * of: Make device nodes kobjects so they show up in sysfsGrant Likely2014-03-111-2/+7
| * Merge tag 'v3.14-rc5' into HEADGrant Likely2014-03-041-69/+84
| |\
| * | of: Increase MAX_PHANDLE_ARGSAndreas Herrmann2014-02-051-1/+1
| * | of: Introduce device tree node flag helpers.Pantelis Antoniou2014-02-031-0/+20
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable...Mark Brown2014-03-261-0/+76
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| | * of: add functions to count number of elements in a propertyHeiko Stuebner2014-02-121-0/+76
| |/
* / of: restructure for_each macros to fix compile warningsRob Herring2014-02-051-69/+84
|/
* include/linux/of.h: make for_each_child_of_node() reference its args when CON...David Howells2014-01-241-1/+6
* Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-121-7/+10
|\
| * Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-0/+1
| |\
| | * of: Add helper for printing an of_phandle_args structureGrant Likely2013-10-241-0/+1
| * | of: Add empty for_each_available_child_of_node() macro definitionSylwester Nawrocki2013-11-031-0/+3
| * | of: only include prom.h on sparcRob Herring2013-10-101-0/+2
| * | of: implement of_node_to_nid as a weak functionRob Herring2013-10-101-7/+4Star
| |/
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2013-11-121-0/+16
|\ \
| * | of: introduce of_get_available_child_countBryan Wu2013-10-251-0/+16
| |/
* / of: Move definition of of_find_next_cache_node into common code.Sudeep KarkadaNagesha2013-10-311-0/+2
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-09-101-15/+34
|\
| * of: introduce of_parse_phandle_with_fixed_argsStephen Warren2013-08-291-0/+10
| * OF: make of_property_for_each_{u32|string}() use parameters if OF is not enabledSebastian Andrzej Siewior2013-07-241-15/+24
* | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-041-0/+7
|\ \
| * | of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha2013-08-211-0/+7
| |/
* / OF: Add helper for matching against linux,stdout-pathSascha Hauer2013-08-121-0/+7
|/
* Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-071-0/+5
|\
| * Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson2013-04-171-0/+5
| |\
| | * OF: add empty of_device_is_available for !OFRob Herring2013-04-111-0/+5
* | | Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds2013-05-061-0/+5
|\ \ \
| * | | of: Add stub of_get_parent for non-OF buildsAlexander Shiyan2013-04-091-0/+5
| | |/ | |/|
* | | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-041-0/+9
|\ \ \ | | |/ | |/|
| * | of: Add support for reading a u32 from a multi-value property.Tony Prisk2013-04-041-0/+9
| |/
* / proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells2013-05-011-0/+10
|/
* of: Create function for counting number of phandles in a propertyGrant Likely2013-02-131-0/+9
* Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.gitGrant Likely2013-02-131-1/+1
|\
| * OF: convert devtree lock from rw_lock to raw spinlockThomas Gleixner2013-02-091-1/+1
* | of: add 'const' to of_node_full_name parameterSteffen Trumtrar2013-02-061-1/+1
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-181-8/+21
|\
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2012-11-251-0/+7
| |\
| * | powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot2012-11-151-4/+3Star
| * | powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-151-4/+18
* | | of: *node argument to of_parse_phandle_with_args should be constGuennadi Liakhovetski2012-12-111-1/+1
* | | Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes"Randy Dunlap2012-11-301-2/+2