summaryrefslogtreecommitdiffstats
path: root/include/linux/of.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/lin...Rob Herring2018-03-051-3/+3
|\
| * of: change overlay apply input data from unflattened to FDTFrank Rowand2018-03-041-3/+3
* | of: Support parsing phandle argument lists through a nexus nodeStephen Boyd2018-02-121-0/+12
|/
* Merge tag 'devicetree-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-02-011-5/+1
|\
| * of: Use SPDX license tag for DT filesRob Herring2018-01-081-5/+1
* | of: Add helper for mapping device node to logical CPU numberSuzuki K Poulose2018-01-021-0/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-12/+50
|\
| * of: add of_property_read_variable_* dummy helpersArnd Bergmann2017-11-081-12/+50
* | Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-141-21/+24
|\ \ | |/ |/|
| * of: overlay: avoid race condition between applying multiple overlaysFrank Rowand2017-10-171-3/+0
| * of: overlay: detect cases where device tree may become corruptFrank Rowand2017-10-171-5/+5
| * of: overlay: rename identifiers to more reflect what they doFrank Rowand2017-10-171-6/+6
| * of: make kobject and bin_attribute support configurableRob Herring2017-10-161-12/+10
| * of: wrap accesses to device_node kobjectRob Herring2017-10-161-0/+2
| * of: make struct property _flags field configurableRob Herring2017-10-161-0/+4
| * of: remove struct property.unique_id for FDTRob Herring2017-10-161-0/+2
* | include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OFArnd Bergmann2017-10-131-0/+10
|/
* device property: Get rid of struct fwnode_handle type fieldSakari Ailus2017-07-221-2/+1
* Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-07-101-0/+2
|\
| * device property: Move FW type specific functionality to FW specific filesSakari Ailus2017-06-221-0/+2
* | Merge branch 'dt/property-move' into dt/nextRob Herring2017-07-051-10/+20
|\|
| * of: Support const and non-const use for to_of_node()Sakari Ailus2017-06-011-8/+12
| * of: Make of_fwnode_handle() saferSakari Ailus2017-06-011-1/+7
* | of: Provide dummy of_device_compatible_match() for compile-testingGeert Uytterhoeven2017-06-141-0/+6
|/
* Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-051-0/+3
|\
| * drivers/of/base.c: Add of_property_read_u64_indexAlistair Popple2017-04-031-0/+3
* | of: Add of_fwnode_handle() to convert device nodes to fwnode_handleSakari Ailus2017-03-291-0/+4
|/
* 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