aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-7/+10
2013-11-12Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-ledsLinus Torvalds1-0/+16
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring1-0/+1
2013-11-03of: Add empty for_each_available_child_of_node() macro definitionSylwester Nawrocki1-0/+3
2013-10-31of: Move definition of of_find_next_cache_node into common code.Sudeep KarkadaNagesha1-0/+2
2013-10-25of: introduce of_get_available_child_countBryan Wu1-0/+16
2013-10-24of: Add helper for printing an of_phandle_args structureGrant Likely1-0/+1
2013-10-09of: only include prom.h on sparcRob Herring1-0/+2
2013-10-09of: implement of_node_to_nid as a weak functionRob Herring1-7/+4
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-15/+34
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+7
2013-08-29of: introduce of_parse_phandle_with_fixed_argsStephen Warren1-0/+10
2013-08-21of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha1-0/+7
2013-08-12OF: Add helper for matching against linux,stdout-pathSascha Hauer1-0/+7
2013-07-24OF: make of_property_for_each_{u32|string}() use parameters if OF is not enabledSebastian Andrzej Siewior1-15/+24
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+5
2013-05-05Merge tag 'mfd-3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-nextLinus Torvalds1-0/+5
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+9
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells1-0/+10
2013-04-17Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel/linux into late/clksrcOlof Johansson1-0/+5
2013-04-11OF: add empty of_device_is_available for !OFRob Herring1-0/+5
2013-04-09of: Add stub of_get_parent for non-OF buildsAlexander Shiyan1-0/+5
2013-04-04of: Add support for reading a u32 from a multi-value property.Tony Prisk1-0/+9
2013-02-13of: Create function for counting number of phandles in a propertyGrant Likely1-0/+9
2013-02-13Merge branch 'for-next' from git://sources.calxeda.com/kernel/linux.gitGrant Likely1-1/+1
2013-02-08OF: convert devtree lock from rw_lock to raw spinlockThomas Gleixner1-1/+1
2013-02-06of: add 'const' to of_node_full_name parameterSteffen Trumtrar1-1/+1
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-8/+21
2012-12-11of: *node argument to of_parse_phandle_with_args should be constGuennadi Liakhovetski1-1/+1
2012-11-30Fix build when CONFIG_W1_MASTER_GPIO=m b exporting "allnodes"Randy Dunlap1-2/+2
2012-11-29of: add 'const' for of_parse_phandle parameter *npSteffen Trumtrar1-2/+2
2012-11-26Merge branch 'merge' into nextBenjamin Herrenschmidt1-0/+7
2012-11-20of: introduce for_each_matching_node_and_match()Stephen Warren1-2/+13
2012-11-20dt: add helper function to read u8 & u16 variables & arraysViresh Kumar1-0/+30
2012-11-17drivers/of: Constify device_node->name and ->path_component_nameGrant Likely1-2/+2
2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot1-4/+3
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot1-4/+18
2012-10-17of: add stub of_get_child_by_name for non-OF buildsOlof Johansson1-0/+7
2012-10-05Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds1-0/+6
2012-10-03Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-0/+2
2012-10-01dt: introduce of_get_child_by_name to get child node by nameSrinivas Kandagatla1-0/+2
2012-09-18dt: Add empty of_find_node_by_name() functionPeter Ujfalusi1-0/+6
2012-08-20dt: introduce for_each_available_child_of_node, of_get_next_available_childTimur Tabi1-0/+7
2012-07-31Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-5/+10
2012-07-30Merge branch 'for-3.6' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds1-0/+16
2012-07-24Merge remote-tracking branch 'origin' into irqdomain/nextGrant Likely1-2/+1
2012-07-24Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds1-0/+10
2012-07-11of: Improve prom_update_property() functionDong Aisheng1-2/+1
2012-07-06devicetree: add helper inline for retrieving a node's full nameGrant Likely1-0/+10
2012-06-15irqdomain: Simple NUMA awareness.Paul Mundt1-5/+10