aboutsummaryrefslogtreecommitdiff
path: root/include/linux/of.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-22device property: Get rid of struct fwnode_handle type fieldGravatar Sakari Ailus 1-2/+1
2017-07-10Merge tag 'devprop-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+2
2017-07-05Merge branch 'dt/property-move' into dt/nextGravatar Rob Herring 1-10/+20
2017-06-22device property: Move FW type specific functionality to FW specific filesGravatar Sakari Ailus 1-0/+2
2017-06-14of: Provide dummy of_device_compatible_match() for compile-testingGravatar Geert Uytterhoeven 1-0/+6
2017-06-01of: Support const and non-const use for to_of_node()Gravatar Sakari Ailus 1-8/+12
2017-06-01of: Make of_fwnode_handle() saferGravatar Sakari Ailus 1-1/+7
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+3
2017-04-03drivers/of/base.c: Add of_property_read_u64_indexGravatar Alistair Popple 1-0/+3
2017-03-29of: Add of_fwnode_handle() to convert device nodes to fwnode_handleGravatar Sakari Ailus 1-0/+4
2017-01-17of: base: add support to find the level of the last cacheGravatar Sudeep Holla 1-0/+1
2016-11-10of/overlay: add of overlay notificationsGravatar Alan Tull 1-0/+25
2016-09-15of: Add array read functions with min/max size limitsGravatar Richard Fitzgerald 1-12/+132
2016-07-31Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Gravatar Linus Torvalds 1-7/+7
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+2
2016-07-24Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'as...Gravatar Mark Brown 1-7/+7
2016-07-20dt: Add of_device_compatible_match()Gravatar Benjamin Herrenschmidt 1-0/+2
2016-07-07Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano...Gravatar Thomas Gleixner 1-0/+3
2016-06-28of: Add a new macro to declare_of for one parameter function returning a valueGravatar Daniel Lezcano 1-0/+3
2016-06-26device property: Add function to search for named child of deviceGravatar Adam Thomson 1-7/+7
2016-06-03of: add missing const for of_parse_phandle_with_args() in !CONFIG_OFGravatar Kuninori Morimoto 1-1/+1
2016-05-20Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+56
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+9
2016-04-27device property: Avoid potential dereferences of invalid pointersGravatar Heikki Krogerus 1-1/+1
2016-04-19of: Introduce of_phandle_iterator_args()Gravatar Joerg Roedel 1-0/+10
2016-04-19of: Introduce of_for_each_phandle() helper macroGravatar Joerg Roedel 1-0/+6
2016-04-19of: Move phandle walking to of_phandle_iterator_next()Gravatar Joerg Roedel 1-0/+7
2016-04-19of: Introduce struct of_phandle_iteratorGravatar Joerg Roedel 1-0/+33
2016-04-15of, numa: Add NUMA of binding implementation.Gravatar David Daney 1-0/+9
2016-03-19Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+9
2016-03-03of: add 'const' for of_property_*_string*() parameter '*np'Gravatar David Rivshin 1-9/+9
2016-01-25of: drop symbols declared by _OF_DECLARE() from modulesGravatar Masahiro Yamada 1-1/+1
2015-11-10of: Provide static inline function for of_translate_address if neededGravatar Guenter Roeck 1-2/+2
2015-08-26device property: check fwnode type in to_of_node()Gravatar Andy Shevchenko 1-1/+2
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-8/+16
2015-06-30Merge remote-tracking branch 'robh/for-next' into devicetree/nextGravatar Grant Likely 1-7/+12
2015-06-24ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Gravatar Alexander Sverdlin 1-2/+2
2015-06-23of: define of_find_node_by_phandle for !CONFIG_OFGravatar Suman Anna 1-0/+5
2015-06-04of: return NUMA_NO_NODE from fallback of_node_to_nid()Gravatar Konstantin Khlebnikov 1-1/+4
2015-05-28of: Grammar s/property exist/property exists/Gravatar Geert Uytterhoeven 1-1/+1
2015-05-28of: Move OF flags to be visible even when !CONFIG_OFGravatar Pantelis Antoniou 1-6/+6
2015-05-26drivers: of/base: move of_init to driver_initGravatar Sudeep Holla 1-0/+6
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+6
2015-04-18Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+32
2015-04-14of: Add helper function to check MMIO register endiannessGravatar Kevin Cernekee 1-0/+6
2015-03-27of: Empty node & property flag accessors when !OFGravatar Pantelis Antoniou 1-0/+32
2015-03-18of: base: add function to get highest id of an alias stemGravatar Wolfram Sang 1-0/+6
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-22/+99
2014-12-11Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Gravatar Linus Torvalds 1-2/+1
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+34