aboutsummaryrefslogtreecommitdiff
path: root/include/linux/of.h
AgeCommit message (Expand)Author
2015-02-21Merge branch 'lsk/v3.14/topic/of' into linux-linaro-lsk-v3.14lsk-v3.14-15.02lsk-v3.14-14.02Mark Brown
2015-02-20of/overlay: Introduce DT overlay supportPantelis Antoniou
2015-02-20of/reconfig: Always use the same structure for notifiersGrant Likely
2015-02-20of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou
2015-02-20of/platform: Fix of_platform_device_destroy iteration of devicesGrant Likely
2015-02-20of: Keep track of populated platform devicesPawel Moll
2015-02-20of: Introduce Device Tree resolve support.Pantelis Antoniou
2015-02-20of: Transactional DT support.Pantelis Antoniou
2015-02-19of: Reorder device tree changes and notifiersGrant Likely
2015-02-19of: Make devicetree sysfs update functions consistent.Grant Likely
2015-02-19of: Introduce device tree node flag helpers.Pantelis Antoniou
2015-02-19of: device_node kobject lifecycle fixesPantelis Antoniou
2015-02-19of: remove /proc/device-treeGrant Likely
2015-02-19of: add functions to count number of elements in a propertyHeiko Stuebner
2015-02-19of: Make device nodes kobjects so they show up in sysfsGrant Likely
2014-11-14of: Fix overflow bug in string property parsing functionsGrant Likely
2014-02-05of: restructure for_each macros to fix compile warningsRob Herring
2014-01-23include/linux/of.h: make for_each_child_of_node() reference its args when CON...David Howells
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-11-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring
2013-11-03of: Add empty for_each_available_child_of_node() macro definitionSylwester Nawrocki
2013-10-31of: Move definition of of_find_next_cache_node into common code.Sudeep KarkadaNagesha
2013-10-25of: introduce of_get_available_child_countBryan Wu
2013-10-24of: Add helper for printing an of_phandle_args structureGrant Likely
2013-10-09of: only include prom.h on sparcRob Herring
2013-10-09of: implement of_node_to_nid as a weak functionRob Herring
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-08-29of: introduce of_parse_phandle_with_fixed_argsStephen Warren
2013-08-21of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha
2013-08-12OF: Add helper for matching against linux,stdout-pathSascha Hauer
2013-07-24OF: make of_property_for_each_{u32|string}() use parameters if OF is not enabledSebastian Andrzej Siewior
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-05-05Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo...Linus Torvalds
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells
2013-04-17Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson
2013-04-11OF: add empty of_device_is_available for !OFRob Herring
2013-04-09of: Add stub of_get_parent for non-OF buildsAlexander Shiyan
2013-04-04of: Add support for reading a u32 from a multi-value property.Tony Prisk
2013-02-13of: Create function for counting number of phandles in a propertyGrant Likely
2013-02-13Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.gitGrant Likely
2013-02-08OF: convert devtree lock from rw_lock to raw spinlockThomas Gleixner
2013-02-06of: add 'const' to of_node_full_name parameterSteffen Trumtrar
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2012-12-11of: *node argument to of_parse_phandle_with_args should be constGuennadi Liakhovetski
2012-11-30Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes"Randy Dunlap
2012-11-29of: add 'const' for of_parse_phandle parameter *npSteffen Trumtrar
2012-11-26Merge branch 'merge' into nextBenjamin Herrenschmidt