summaryrefslogtreecommitdiffstats
path: root/include/linux/of_platform.h
Commit message (Expand)AuthorAgeFilesLines
* of: remove of_platform_driverRob Herring2013-06-121-21/+0
* of: remove #ifdef from linux/of_platform.hArnd Bergmann2013-06-121-11/+3
* <linux/of_platform.h>: fix compilation warnings with DT disabledSergei Shtylyov2013-04-091-2/+3
* of: define struct device in of_platform.h if !OF_DEVICE and !OF_ADDRESSJonas Gorski2012-12-191-0/+1
* dt: fix twl4030 for non-dt compile on x86Grant Likely2012-03-051-3/+6
* devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely2012-02-261-2/+10
* of_platform.h: delete needless include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* dt/platform: allow device name to be overriddenGrant Likely2011-06-211-0/+35
* dt: add of_platform_populate() for creating device from the device treeGrant Likely2011-06-211-0/+3
* dt: Add default match table for bus idsGrant Likely2011-06-211-0/+2
* dt: eliminate OF_NO_DEEP_PROBE and test for NULL match tableGrant Likely2011-03-231-3/+0
* dt: eliminate of_platform_driver shim codeGrant Likely2011-03-011-11/+1
* dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely2011-02-281-6/+0
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-3/+11
* of: remove of_default_bus_idsJonas Bonn2010-07-241-2/+0
* of/device: Replace of_device with platform_device in includes and core codeGrant Likely2010-07-241-8/+8
* of: remove asm/of_platform.hGrant Likely2010-07-241-2/+0
* of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-6/+0
* of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-241-13/+8
* of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2010-07-051-0/+3
* of/device: Merge of_platform_bus_probe()Grant Likely2010-07-051-0/+17
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-4/+0
* of: protect contents of of_platform.h and of_device.hGrant Likely2010-04-281-0/+2
* of: make of_(un)register_platform_driver common codeGrant Likely2009-05-021-0/+10
* of: Fix comment, sparc no longer uses of_device objects on special busses.David S. Miller2008-12-041-2/+1
* [SPARC/64]: Consolidate of_register_driverStephen Rothwell2007-10-171-0/+4
* [POWERPC] Constify of_platform_driver match_tableStephen Rothwell2007-07-221-1/+1
* [POWERPC] Constify of_platform_driver nameStephen Rothwell2007-07-221-1/+1
* Create drivers/of/platform.cStephen Rothwell2007-07-201-0/+2
* Create linux/of_platorm.hStephen Rothwell2007-07-201-0/+55