aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-07Merge branch 'clockevents/4.8' of http://git.linaro.org/people/daniel.lezcano/linux into timers/coreThomas Gleixner1-0/+3
2016-06-28of: Add a new macro to declare_of for one parameter function returning a valueDaniel Lezcano1-0/+3
2016-06-26device property: Add function to search for named child of deviceAdam Thomson1-7/+7
2016-06-03of: add missing const for of_parse_phandle_with_args() in !CONFIG_OFKuninori Morimoto1-1/+1
2016-05-20Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+56
2016-05-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+9
2016-04-27device property: Avoid potential dereferences of invalid pointersHeikki Krogerus1-1/+1
2016-04-19of: Introduce of_phandle_iterator_args()Joerg Roedel1-0/+10
2016-04-19of: Introduce of_for_each_phandle() helper macroJoerg Roedel1-0/+6
2016-04-19of: Move phandle walking to of_phandle_iterator_next()Joerg Roedel1-0/+7
2016-04-19of: Introduce struct of_phandle_iteratorJoerg Roedel1-0/+33
2016-04-15of, numa: Add NUMA of binding implementation.David Daney1-0/+9
2016-03-19Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-9/+9
2016-03-03of: add 'const' for of_property_*_string*() parameter '*np'David Rivshin1-9/+9
2016-01-25of: drop symbols declared by _OF_DECLARE() from modulesMasahiro Yamada1-1/+1
2015-11-10of: Provide static inline function for of_translate_address if neededGuenter Roeck1-2/+2
2015-08-26device property: check fwnode type in to_of_node()Andy Shevchenko1-1/+2
2015-07-01Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-8/+16
2015-06-30Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely1-7/+12
2015-06-24ACPI / OF: Rename of_node() and acpi_node() to to_of_node() and to_acpi_node()Alexander Sverdlin1-2/+2
2015-06-23of: define of_find_node_by_phandle for !CONFIG_OFSuman Anna1-0/+5
2015-06-04of: return NUMA_NO_NODE from fallback of_node_to_nid()Konstantin Khlebnikov1-1/+4
2015-05-28of: Grammar s/property exist/property exists/Geert Uytterhoeven1-1/+1
2015-05-28of: Move OF flags to be visible even when !CONFIG_OFPantelis Antoniou1-6/+6
2015-05-26drivers: of/base: move of_init to driver_initSudeep Holla1-0/+6
2015-04-24Merge tag 'devicetree-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+6
2015-04-18Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-0/+32
2015-04-14of: Add helper function to check MMIO register endiannessKevin Cernekee1-0/+6
2015-03-27of: Empty node & property flag accessors when !OFPantelis Antoniou1-0/+32
2015-03-18of: base: add function to get highest id of an alias stemWolfram Sang1-0/+6
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds1-22/+99
2014-12-11Merge tag 'fbdev-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linuxLinus Torvalds1-2/+1
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+34
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/max77693', 'regulator/topic/max77802', 'regulator/topic/power-off' and 'regulator/topic/rk808' into regulator-nextMark Brown1-0/+11
2014-12-03of: Drop ->next pointer from struct device_nodeGrant Likely1-1/+0
2014-12-03of: add optional options parameter to of_find_node_by_path()Leif Lindholm1-1/+13
2014-12-01of: Rename "poweroff-source" property to "system-power-controller"Romain Perier1-3/+3
2014-11-24of/overlay: Introduce DT overlay supportPantelis Antoniou1-0/+31
2014-11-24of/reconfig: Always use the same structure for notifiersGrant Likely1-10/+13
2014-11-24of/reconfig: Add empty stubs for the of_reconfig methodsGrant Likely1-6/+23
2014-11-24of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou1-0/+7
2014-11-18of: Change of_device_is_available() to return boolKevin Cernekee1-3/+3
2014-11-14of.h: Keep extern declaration of of_* variables when !CONFIG_OFHans de Goede1-2/+1
2014-11-04Driver core: Unified interface for firmware node propertiesRafael J. Wysocki1-0/+22
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki1-0/+12
2014-11-04of: Fix padding in _OF_DECLARE macro definitionThierry Reding1-1/+1
2014-11-04of: Eliminate of_allnodes listGrant Likely1-5/+6
2014-11-04of: introduce of_property_read_s32Sebastian Reichel1-0/+7
2014-11-04of: Fix overflow bug in string property parsing functionsGrant Likely1-14/+70
2014-10-22of: Add standard property for poweroff capabilityRomain Perier1-0/+11