summaryrefslogtreecommitdiffstats
path: root/include/linux/of.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-241-0/+10
|\ \
| * | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-061-0/+10
| |/
* / of: Improve prom_update_property() functionDong Aisheng2012-07-111-2/+1Star
|/
* dt: add of_get_child_count helper functionDong Aisheng2012-05-021-0/+16
* dt: add property iteration helpersStephen Warren2012-04-181-0/+35
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-281-10/+0Star
|\
| * powerpc/eeh: Remove eeh device from OF nodeGavin Shan2012-03-281-10/+0Star
* | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-281-0/+16
|\ \ | |/ |/|
| * Merge branch 'spear/dt' into next/dt2Arnd Bergmann2012-03-161-0/+8
| |\
| * | of: introduce helper to manage booleanJean-Christophe PLAGNIOL-VILLARD2012-03-151-0/+16
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-221-0/+10
|\ \ \
| * | | powerpc/eeh: Introduce EEH deviceGavin Shan2012-03-091-0/+10
| |/ /
* | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-211-8/+9
|\ \ \ | |_|/ |/| |
| * | of: Only compile OF_DYNAMIC on PowerPC pseries and iseriesGrant Likely2012-02-211-8/+6Star
| * | of: Add of_property_match_string() to find index into a string listGrant Likely2012-01-281-0/+3
| |/
* / dt: add empty of_find_compatible_node functionShawn Guo2012-02-151-0/+8
|/
* Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-01-071-17/+16Star
|\
| * dt: add empty of_get_node/of_put_node functionsRob Herring2011-12-281-15/+14Star
| * dt: reform for_each_property to for_each_property_of_nodeDong Aisheng2011-12-271-2/+2
* | of: create of_phandle_args to simplify return of phandle parsing dataGrant Likely2011-12-121-2/+9
|/
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * of: fix implicit use of errno.h in include/linux/of.hPaul Gortmaker2011-11-011-0/+1
* | dt: add empty of_machine_is_compatibleStephen Warren2011-11-041-0/+5
* | Merge branch 'for-grant' of git://sources.calxeda.com/kernel/linux into devic...Grant Likely2011-11-041-0/+18
|\ \
| * \ Merge branch 'next/cleanup2' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds2011-11-021-0/+18
| |\ \ | | |/ | |/|
| | * of: Add helpers to get one string in multiple strings propertyBenoit Cousson2011-10-041-0/+18
* | | dt: add empty of_alias_get_id() for non-dt buildsNicolas Ferre2011-10-291-0/+5
|/ /
* | of: include errno.hKalle Valo2011-10-291-0/+1
* | dt: Add empty of_match_node() macroNicolas Ferre2011-10-241-0/+1
* | dt: add empty dt helpers for non-dt buildRajendra Nayak2011-10-131-0/+13
* | dt: add helper to read 64-bit integersJamie Iles2011-10-051-0/+8
* | OF: Add of_match_ptr() macroBen Dooks2011-09-301-0/+2
* | dt: add empty for_each_child_of_node, of_find_propertyStephen Warren2011-09-221-0/+10
* | dt: add of_alias_scan and of_alias_get_idShawn Guo2011-09-221-0/+7
|/
* dt: add empty of_get_property for non-dtStephen Warren2011-08-091-0/+7
* Revert "dt: add of_alias_scan and of_alias_get_id"Grant Likely2011-08-041-8/+0Star
* dt: add of_alias_scan and of_alias_get_idShawn Guo2011-08-031-0/+8
* of: constify property name parameters for helper functionsJamie Iles2011-08-021-6/+9
* dt: add empty of_property_read_u32[_array] for non-dtShawn Guo2011-07-081-8/+21
* dt: add helper function to read u32 arraysRob Herring2011-07-061-2/+12
* dt: add 'const' for of_property_read_string parameter **out_stringShawn Guo2011-07-041-1/+1
* dt: add helper functions to read u32 and string property valuesThomas Abraham2011-06-301-0/+4