summaryrefslogtreecommitdiffstats
path: root/include/linux/of.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | of: add 'const' for of_parse_phandle parameter *npSteffen Trumtrar2012-11-291-2/+2
* | | of: introduce for_each_matching_node_and_match()Stephen Warren2012-11-211-2/+13
* | | dt: add helper function to read u8 & u16 variables & arraysViresh Kumar2012-11-211-0/+30
* | | drivers/of: Constify device_node->name and ->path_component_nameGrant Likely2012-11-171-2/+2
| |/ |/|
* | of: add stub of_get_child_by_name for non-OF buildsOlof Johansson2012-10-171-0/+7
|/
* Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2012-10-051-0/+6
|\
| * dt: Add empty of_find_node_by_name() functionPeter Ujfalusi2012-09-181-0/+6
* | Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-10-031-0/+2
|\ \
| * | dt: introduce of_get_child_by_name to get child node by nameSrinivas Kandagatla2012-10-011-0/+2
| |/
* / dt: introduce for_each_available_child_of_node, of_get_next_available_childTimur Tabi2012-08-201-0/+7
|/
* Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-08-011-5/+10
|\
| * Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely2012-07-251-2/+1Star
| |\
| * | irqdomain: Simple NUMA awareness.Paul Mundt2012-06-151-5/+10
| * | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-06-151-0/+10
* | | Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-07-301-0/+16
|\ \ \ | |_|/ |/| |
| * | dt: Add empty of_parse_phandle_with_args() functionThierry Reding2012-06-151-0/+9
| * | dt: Add empty of_property_match_string() functionThierry Reding2012-06-151-0/+7
| |/