aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/platform.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-12/+194
* dt: eliminate OF_NO_DEEP_PROBE and test for NULL match tableGrant Likely2011-03-231-12/+5
* dt: Refactor of_platform_bus_probe()Grant Likely2011-03-231-37/+18
* dt: eliminate of_platform_driver shim codeGrant Likely2011-03-011-68/+0
* dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely2011-02-281-393/+0
* of/device: Don't register disabled devicesGrant Likely2011-01-031-8/+14
* of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely2010-10-211-11/+13
* of/irq: remove references to NO_IRQ in drivers/of/platform.cAndres Salomon2010-10-121-7/+3
* of/platform: Register of_platform_drivers with an "of:" prefixGrant Likely2010-08-011-0/+16
* of/device: Make of_device_make_bus_id() usable by other code.Grant Likely2010-07-301-1/+1
* of: remove of_default_bus_idsJonas Bonn2010-07-241-3/+1
* of: make of_find_device_by_node genericJonas Bonn2010-07-241-0/+20
* of/device: Replace of_device with platform_device in includes and core codeGrant Likely2010-07-241-12/+12
* of/device: Protect against binding of_platform_drivers to non-OF devicesGrant Likely2010-07-241-1/+6
* of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-241-3/+64
* of/device: Fix build errors for non-ppc and non-microblazeGrant Likely2010-07-181-0/+6
* of/flattree: Fix crash when device tree absentGrant Likely2010-07-181-0/+2
* drivers/of: fix build error when CONFIG_PPC_DCR is setGrant Likely2010-07-141-0/+4
* of: Fix missing includeGrant Likely2010-07-051-0/+1
* of/device: populate platform_device (of_device) resource table on allocationGrant Likely2010-07-051-2/+27
* of: Merge of_device_alloc() and of_device_make_bus_id()Grant Likely2010-07-051-0/+87
* of/device: Merge of_platform_bus_probe()Grant Likely2010-07-051-0/+143
* of: change of_match_device to work with struct deviceGrant Likely2010-05-221-3/+2
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-7/+0
* drivercore: Add of_match_table to the common device driversGrant Likely2010-05-221-3/+4
* of/platform: Implement support for dev_pm_opsAnton Vorontsov2009-10-301-15/+290
* [POWERPC] Create modalias file in sysfs for of_platform busOlaf Hering2008-05-141-0/+3
* [POWERPC] Create and hook up of_platform_device_shutdownMichael Ellerman2008-02-061-0/+10
* [SPARC/64]: Consolidate of_register_driverStephen Rothwell2007-10-171-0/+21
* Create drivers/of/platform.cStephen Rothwell2007-07-201-0/+96