aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
Commit message (Expand)AuthorAgeFilesLines
* driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-8/+7
* PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki2009-01-061-55/+60
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-161-1/+48
|\
| * platform: add new device registration helperDmitry Baryshkov2008-10-161-0/+47
| * driver core: make struct platform_pm_ops staticAdrian Bunk2008-10-161-1/+1
* | resource: add resource_type() and IORESOURCE_TYPE_BITSMagnus Damm2008-10-161-14/+17
|/
* Implement new suspend and hibernation callbacks for platform bussesRafael J. Wysocki2008-06-101-8/+288
* drivers: fix dma_get_required_maskJames Bottomley2008-03-101-1/+1
* Driver core: coding style fixesGreg Kroah-Hartman2008-01-241-116/+117
* Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell2008-01-241-1/+1
* Driver core: move the static kobject out of struct driverGreg Kroah-Hartman2008-01-241-1/+1
* driver core: remove fields from struct bus_typeGreg Kroah-Hartman2008-01-241-2/+2
* Driver core: Make platform_device.id an intJean Delvare2007-10-121-3/+4
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-4/+2
* platform: prefix MODALIAS with "platform:"Kay Sievers2007-10-121-13/+2
* drivers/base/platform.c: fix small typo in docMárton Németh2007-05-091-1/+1
* fix hotplug for legacy platform driversDavid Brownell2007-05-081-0/+18
* platform: reorder platform_device_delJean Delvare2007-05-021-3/+5
* driver core fixes: device_register() retval check in platform.cCornelia Huck2007-02-071-2/+9
* Driver core: Make platform_device_add_data accept a const pointerScott Wood2006-12-131-1/+1
* Driver core: "platform_driver_probe() can save codespace": save codespaceAndrew Morton2006-12-131-1/+1
* Driver core: platform_driver_probe(), can save codespaceDavid Brownell2006-12-011-0/+48
* PM: platform_bus and late_suspend/early_resumeDavid Brownell2006-09-251-2/+28
* [PATCH] Driver Core: Fix platform_device_add to use device_addRussell King2006-06-211-1/+1
* [PATCH] platform_bus learns about modaliasDavid Brownell2006-06-211-0/+33
* Fix "frist", "fisrt", typosUwe Zeisberger2006-03-221-1/+1
* [PATCH] driver core: platform_get_irq*(): return -ENXIO on errorDavid Vrabel2006-03-201-2/+2
* [PATCH] platform-device-del typo fixJean Delvare2006-01-131-1/+1
* [PATCH] Driver Core: Rearrange exports in platform.cDmitry Torokhov2006-01-041-11/+10
* [PATCH] Driver Core: Add platform_device_del()Dmitry Torokhov2006-01-041-15/+30
* [PATCH] Allow overlapping resources for platform devicesKumar Gala2006-01-041-1/+1
* [DRIVER MODEL] Add platform_driverRussell King2005-11-091-0/+73
* [DRIVER MODEL] Improved dynamically allocated platform_device interfaceRussell King2005-11-051-27/+126
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-311-1/+1
|\
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-291-1/+1
* | [PATCH] fix missing includesTim Schmielau2005-10-301-0/+1
|/
* [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacksRussell King2005-10-281-14/+6
* [PATCH] drivers/base - fix sparse warningsBen Dooks2005-10-281-0/+2
* [PATCH] drivers/base/*: use kzalloc instead of kmalloc+memsetJiri Slaby2005-09-131-2/+1
* [PATCH] DocBook: fix some descriptionsMartin Waitz2005-05-011-2/+2
* [PATCH] export platform_add_devicesRobert Schwebel2005-04-181-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+350