summaryrefslogtreecommitdiffstats
path: root/include/linux/of.h
Commit message (Expand)AuthorAgeFilesLines
* of: base: add support to find the level of the last cacheSudeep Holla2017-01-171-0/+1
* of/overlay: add of overlay notificationsAlan Tull2016-11-101-0/+25
* of: Add array read functions with min/max size limitsRichard Fitzgerald2016-09-151-12/+132
* Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-07-311-7/+7
|\
| *-. Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'as...Mark Brown2016-07-241-7/+7
| |\ \
| | | * device property: Add function to search for named child of deviceAdam Thomson2016-06-261-7/+7
| | |/
* | | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-301-0/+2
|\ \ \
| * | | dt: Add of_device_compatible_match()Benjamin Herrenschmidt2016-07-201-0/+2
| |/ /
* | | Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano...Thomas Gleixner2016-07-071-0/+3
|\ \ \ | |/ / |/| |
| * | of: Add a new macro to declare_of for one parameter function returning a valueDaniel Lezcano2016-06-281-0/+3
| |/
* / of: add missing const for of_parse_phandle_with_args() in !CONFIG_OFKuninori Morimoto2016-06-031-1/+1
|/
* Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-05-201-0/+56
|\
| * of: Introduce of_phandle_iterator_args()Joerg Roedel2016-04-191-0/+10
| * of: Introduce of_for_each_phandle() helper macroJoerg Roedel2016-04-191-0/+6
| * of: Move phandle walking to of_phandle_iterator_next()Joerg Roedel2016-04-191-0/+7
| * of: Introduce struct of_phandle_iteratorJoerg Roedel2016-04-191-0/+33
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-05-161-0/+9
|\ \
| * | of, numa: Add NUMA of binding implementation.David Daney2016-04-151-0/+9
| |/
* / device property: Avoid potential dereferences of invalid pointersHeikki Krogerus2016-04-271-1/+1
|/
* Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-191-9/+9
|\
| * of: add 'const' for of_property_*_string*() parameter '*np'David Rivshin2016-03-031-9/+9
* | of: drop symbols declared by _OF_DECLARE() from modulesMasahiro Yamada2016-01-251-1/+1
|/
* of: Provide static inline function for of_translate_address if neededGuenter Roeck2015-11-101-2/+2
* device property: check fwnode type in to_of_node()Andy Shevchenko2015-08-261-1/+2
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-07-011-8/+16
|\
| * Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2015-06-301-7/+12
| |\
| | * of: define of_find_node_by_phandle for !CONFIG_OFSuman Anna2015-06-231-0/+5
| | * of: Grammar s/property exist/property exists/Geert Uytterhoeven2015-05-281-1/+1
| | * of: Move OF flags to be visible even when !CONFIG_OFPantelis Antoniou2015-05-281-6/+6
| * | of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov2015-06-041-1/+4
| |/
* | ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin2015-06-241-2/+2
* | drivers: of/base: move of_init to driver_initSudeep Holla2015-05-261-0/+6
|/
* Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-04-241-0/+6
|\
| * of: Add helper function to check MMIO register endiannessKevin Cernekee2015-04-141-0/+6
* | Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-181-0/+32
|\ \
| * | of: Empty node & property flag accessors when !OFPantelis Antoniou2015-03-271-0/+32
| |/
* / of: base: add function to get highest id of an alias stemWolfram Sang2015-03-181-0/+6
|/
* Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-111-22/+99
|\
| * of: Drop ->next pointer from struct device_nodeGrant Likely2014-12-031-1/+0
| * of: add optional options parameter to of_find_node_by_path()Leif Lindholm2014-12-031-1/+13
| * of/overlay: Introduce DT overlay supportPantelis Antoniou2014-11-241-0/+31
| * of/reconfig: Always use the same structure for notifiersGrant Likely2014-11-241-10/+13
| * of/reconfig: Add empty stubs for the of_reconfig methodsGrant Likely2014-11-241-6/+23
| * of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou2014-11-241-0/+7
| * of: Change of_device_is_available() to return boolKevin Cernekee2014-11-181-3/+3
| * of: Fix padding in _OF_DECLARE macro definitionThierry Reding2014-11-041-1/+1
| * of: Eliminate of_allnodes listGrant Likely2014-11-041-5/+6
| * of: introduce of_property_read_s32Sebastian Reichel2014-11-041-0/+7
* | Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2014-12-111-2/+1
|\ \
| * | of.h: Keep extern declaration of of_* variables when !CONFIG_OFHans de Goede2014-11-141-2/+1