aboutsummaryrefslogtreecommitdiff
path: root/include/linux/of.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-05Merge remote-tracking branches 'regulator/topic/max77686', 'regulator/topic/m...Gravatar Mark Brown 1-0/+11
2014-12-03of: Drop ->next pointer from struct device_nodeGravatar Grant Likely 1-1/+0
2014-12-03of: add optional options parameter to of_find_node_by_path()Gravatar Leif Lindholm 1-1/+13
2014-12-01of: Rename "poweroff-source" property to "system-power-controller"Gravatar Romain Perier 1-3/+3
2014-11-24of/overlay: Introduce DT overlay supportGravatar Pantelis Antoniou 1-0/+31
2014-11-24of/reconfig: Always use the same structure for notifiersGravatar Grant Likely 1-10/+13
2014-11-24of/reconfig: Add empty stubs for the of_reconfig methodsGravatar Grant Likely 1-6/+23
2014-11-24of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Gravatar Pantelis Antoniou 1-0/+7
2014-11-18of: Change of_device_is_available() to return boolGravatar Kevin Cernekee 1-3/+3
2014-11-14of.h: Keep extern declaration of of_* variables when !CONFIG_OFGravatar Hans de Goede 1-2/+1
2014-11-04Driver core: Unified interface for firmware node propertiesGravatar Rafael J. Wysocki 1-0/+22
2014-11-04Driver core: Unified device properties interface for platform firmwareGravatar Rafael J. Wysocki 1-0/+12
2014-11-04of: Fix padding in _OF_DECLARE macro definitionGravatar Thierry Reding 1-1/+1
2014-11-04of: Eliminate of_allnodes listGravatar Grant Likely 1-5/+6
2014-11-04of: introduce of_property_read_s32Gravatar Sebastian Reichel 1-0/+7
2014-11-04of: Fix overflow bug in string property parsing functionsGravatar Grant Likely 1-14/+70
2014-10-22of: Add standard property for poweroff capabilityGravatar Romain Perier 1-0/+11
2014-10-04of: Introduce Device Tree resolve support.Gravatar Pantelis Antoniou 1-0/+3
2014-08-11Merge branch 'devicetree/next-overlay' into devicetree/nextGravatar Grant Likely 1-2/+78
2014-07-23of: Transactional DT support.Gravatar Pantelis Antoniou 1-0/+76
2014-07-23of: Reorder device tree changes and notifiersGravatar Grant Likely 1-0/+1
2014-07-23of: Make devicetree sysfs update functions consistent.Gravatar Grant Likely 1-2/+0
2014-07-07of/platform: Fix of_platform_device_destroy iteration of devicesGravatar Grant Likely 1-0/+1
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Gravatar Grant Likely 1-0/+1
2014-06-26of: Create of_console_check() for selecting a console specified in /chosenGravatar Grant Likely 1-3/+3
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+22
2014-06-02Merge tag 'cleanup-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+7
2014-05-20of: consolidate linker section OF match table declarationsGravatar Rob Herring 1-0/+22
2014-05-15of: Keep track of populated platform devicesGravatar Pawel Moll 1-0/+7
2014-05-15of: fix CONFIG_OF=n prototype of of_node_full_name()Gravatar Stephen Rothwell 1-1/+1
2014-04-18of: add empty of_find_node_by_path() for !OFGravatar Alexander Shiyan 1-0/+5
2014-04-02Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-14/+47
2014-03-26Merge remote-tracking branches 'regulator/topic/doc', 'regulator/topic/enable...Gravatar Mark Brown 1-0/+76
2014-03-19of: device_node kobject lifecycle fixesGravatar Pantelis Antoniou 1-0/+19