summaryrefslogtreecommitdiff
path: root/include/linux/of.h (unfollow)
Commit message (Expand)Author
2014-12-03of: Drop ->next pointer from struct device_nodeGrant Likely
2014-12-03of: add optional options parameter to of_find_node_by_path()Leif Lindholm
2014-12-01of: Rename "poweroff-source" property to "system-power-controller"Romain Perier
2014-11-24of/overlay: Introduce DT overlay supportPantelis Antoniou
2014-11-24of/reconfig: Always use the same structure for notifiersGrant Likely
2014-11-24of/reconfig: Add empty stubs for the of_reconfig methodsGrant Likely
2014-11-24of/reconfig: Add of_reconfig_get_state_change() of notifier helper.Pantelis Antoniou
2014-11-18of: Change of_device_is_available() to return boolKevin Cernekee
2014-11-14of.h: Keep extern declaration of of_* variables when !CONFIG_OFHans de Goede
2014-11-04Driver core: Unified interface for firmware node propertiesRafael J. Wysocki
2014-11-04Driver core: Unified device properties interface for platform firmwareRafael J. Wysocki
2014-11-04of: Fix padding in _OF_DECLARE macro definitionThierry Reding
2014-11-04of: Eliminate of_allnodes listGrant Likely
2014-11-04of: introduce of_property_read_s32Sebastian Reichel
2014-11-04of: Fix overflow bug in string property parsing functionsGrant Likely
2014-10-22of: Add standard property for poweroff capabilityRomain Perier
2014-10-04of: Introduce Device Tree resolve support.Pantelis Antoniou
2014-07-23of: Transactional DT support.Pantelis Antoniou
2014-07-23of: Reorder device tree changes and notifiersGrant Likely
2014-07-23of: Make devicetree sysfs update functions consistent.Grant Likely
2014-07-07of/platform: Fix of_platform_device_destroy iteration of devicesGrant Likely
2014-06-26tty: Update hypervisor tty drivers to use core stdout parsing code.Grant Likely
2014-06-26of: Create of_console_check() for selecting a console specified in /chosenGrant Likely
2014-05-20of: consolidate linker section OF match table declarationsRob Herring
2014-05-15of: Keep track of populated platform devicesPawel Moll
2014-05-15of: fix CONFIG_OF=n prototype of of_node_full_name()Stephen Rothwell
2014-04-18of: add empty of_find_node_by_path() for !OFAlexander Shiyan
2014-03-19of: device_node kobject lifecycle fixesPantelis Antoniou
2014-03-11of: remove /proc/device-treeGrant Likely
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely
2014-02-12of: add functions to count number of elements in a propertyHeiko Stuebner
2014-02-05of: restructure for_each macros to fix compile warningsRob Herring
2014-02-05of: Increase MAX_PHANDLE_ARGSAndreas Herrmann
2014-02-03of: Introduce device tree node flag helpers.Pantelis Antoniou
2014-01-23include/linux/of.h: make for_each_child_of_node() reference its args when CON...David Howells
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-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-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells
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