aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki1-0/+12
2014-11-04of: Fix overflow bug in string property parsing functionsGrant Likely1-14/+70
2014-10-04of: Introduce Device Tree resolve support.Pantelis Antoniou1-0/+3
2014-08-11Merge branch 'devicetree/next-overlay' into devicetree/nextGrant Likely1-2/+78
2014-07-23of: Transactional DT support.Pantelis Antoniou1-0/+76
2014-07-23of: Reorder device tree changes and notifiersGrant Likely1-0/+1
2014-07-23of: Make devicetree sysfs update functions consistent.Grant Likely1-2/+0
2014-07-07of/platform: Fix of_platform_device_destroy iteration of devicesGrant Likely1-0/+1
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely1-0/+1
2014-06-26of: Create of_console_check() for selecting a console specified in /chosenGrant Likely1-3/+3
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux into nextLinus Torvalds1-0/+22
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into nextLinus Torvalds1-0/+7
2014-05-20of: consolidate linker section OF match table declarationsRob Herring1-0/+22
2014-05-15of: Keep track of populated platform devicesPawel Moll1-0/+7
2014-05-15of: fix CONFIG_OF=n prototype of of_node_full_name()Stephen Rothwell1-1/+1
2014-04-18of: add empty of_find_node_by_path() for !OFAlexander Shiyan1-0/+5
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-14/+47
2014-03-26Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable', 'regulator/topic/fan53555', 'regulator/topic/fixed', 'regulator/topic/gpio', 'regulator/topic/lp3971', 'regulator/topic/lp872x' and 'regulator/topic/max14577' into regulator-nextMark Brown1-0/+76
2014-03-19of: device_node kobject lifecycle fixesPantelis Antoniou1-0/+19
2014-03-11of: remove /proc/device-treeGrant Likely1-11/+0
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely1-2/+7
2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely1-69/+84
2014-02-12of: add functions to count number of elements in a propertyHeiko Stuebner1-0/+76
2014-02-05of: restructure for_each macros to fix compile warningsRob Herring1-69/+84
2014-02-05of: Increase MAX_PHANDLE_ARGSAndreas Herrmann1-1/+1
2014-02-03of: Introduce device tree node flag helpers.Pantelis Antoniou1-0/+20
2014-01-23include/linux/of.h: make for_each_child_of_node() reference its args when CONFIG_OF=nDavid Howells1-1/+6
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