aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/of_platform.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-25of/platform: add function to populate default busHauke Mehrtens1-0/+9
2015-03-13of/platform: Fix sparc:allmodconfig buildGuenter Roeck1-1/+1
2014-11-24of/reconfig: Add OF_DYNAMIC notifier for platform_bus_typePantelis Antoniou1-0/+6
2014-07-07of/platform: Fix of_platform_device_destroy iteration of devicesGrant Likely1-5/+2
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-1/+1
2014-05-15of: Keep track of populated platform devicesPawel Moll1-0/+5
2014-05-05of: Spelling s/anonymouns/anonymous/Geert Uytterhoeven1-1/+1
2013-06-12of: remove of_platform_driverRob Herring1-21/+0
2013-06-12of: remove #ifdef from linux/of_platform.hArnd Bergmann1-11/+3
2013-04-09<linux/of_platform.h>: fix compilation warnings with DT disabledSergei Shtylyov1-2/+3
2012-12-19of: define struct device in of_platform.h if !OF_DEVICE and !OF_ADDRESSJonas Gorski1-0/+1
2012-03-05dt: fix twl4030 for non-dt compile on x86Grant Likely1-3/+6
2012-02-26devicetree: Add empty of_platform_populate() for !CONFIG_OF_ADDRESS (sparc)Grant Likely1-2/+10
2011-10-31of_platform.h: delete needless include <linux/module.h>Paul Gortmaker1-1/+0
2011-06-21dt/platform: allow device name to be overriddenGrant Likely1-0/+35
2011-06-21dt: add of_platform_populate() for creating device from the device treeGrant Likely1-0/+3
2011-06-21dt: Add default match table for bus idsGrant Likely1-0/+2
2011-03-23dt: eliminate OF_NO_DEEP_PROBE and test for NULL match tableGrant Likely1-3/+0
2011-03-01dt: eliminate of_platform_driver shim codeGrant Likely1-11/+1
2011-02-28dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely1-6/+0
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-3/+11
2010-07-24of: remove of_default_bus_idsJonas Bonn1-2/+0
2010-07-24of/device: Replace of_device with platform_device in includes and core codeGrant Likely1-8/+8
2010-07-24of: remove asm/of_platform.hGrant Likely1-2/+0
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely1-6/+0
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely1-13/+8
2010-07-05of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely1-0/+3
2010-07-05of/device: Merge of_platform_bus_probe()Grant Likely1-0/+17
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-4/+0
2010-04-28of: protect contents of of_platform.h and of_device.hGrant Likely1-0/+2
2009-05-02of: make of_(un)register_platform_driver common codeGrant Likely1-0/+10
2008-12-04of: Fix comment, sparc no longer uses of_device objects on special busses.David S. Miller1-2/+1
2007-10-17[SPARC/64]: Consolidate of_register_driverStephen Rothwell1-0/+4
2007-07-22[POWERPC] Constify of_platform_driver match_tableStephen Rothwell1-1/+1
2007-07-22[POWERPC] Constify of_platform_driver nameStephen Rothwell1-1/+1
2007-07-20Create drivers/of/platform.cStephen Rothwell1-0/+2
2007-07-20Create linux/of_platorm.hStephen Rothwell1-0/+55