summaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
Commit message (Expand)AuthorAgeFilesLines
* Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov2009-10-301-1/+5
* driver core: platform_device_add_data(): use kmemdup()Andrew Morton2009-09-151-4/+4
* PM: Run-time PM platform device bus supportMagnus Damm2009-08-231-9/+37
* Merge branch 'master' into for-linusRafael J. Wysocki2009-08-161-3/+0Star
|\
| * PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm2009-08-101-3/+0Star
* | Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-241-1/+1
* | PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm2009-07-221-36/+0Star
|/
* driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman2009-06-161-1/+1
* driver core: Const-correct platform getbyname functionsLinus Walleij2009-06-161-2/+3
* Driver Core: Rework platform suspend/resume, print warningMagnus Damm2009-06-121-24/+12Star
* Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman2009-05-091-3/+0Star
* Revert driver core: fix passing platform_dataMing Lei2009-05-091-14/+1Star
* Driver core: platform: fix kernel-doc warningsRandy Dunlap2009-05-091-3/+3
* Driver Core: early platform driverMagnus Damm2009-04-171-0/+239
* driver core: fix passing platform_dataMing Lei2009-03-251-1/+14
* driver core: move platform_data into platform_deviceMing Lei2009-03-251-0/+3
* platform: introduce module id table for platform devicesEric Miao2009-03-251-1/+22
* platform: make better use of to_platform_{device,driver}() macrosEric Miao2009-03-251-12/+9Star
* driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-8/+7Star
* 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-111-1/+1
* Driver core: coding style fixesGreg Kroah-Hartman2008-01-251-116/+117
* Driver Core: constify the name passed to platform_device_register_simpleStephen Rothwell2008-01-251-1/+1
* Driver core: move the static kobject out of struct driverGreg Kroah-Hartman2008-01-251-1/+1
* driver core: remove fields from struct bus_typeGreg Kroah-Hartman2008-01-251-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/+2Star
* platform: prefix MODALIAS with "platform:"Kay Sievers2007-10-121-13/+2Star
* 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-031-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-141-1/+1
* Driver core: "platform_driver_probe() can save codespace": save codespaceAndrew Morton2006-12-141-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-261-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-051-11/+10Star
* [PATCH] Driver Core: Add platform_device_del()Dmitry Torokhov2006-01-051-15/+30
* [PATCH] Allow overlapping resources for platform devicesKumar Gala2006-01-051-1/+1
* [DRIVER MODEL] Add platform_driverRussell King2005-11-091-0/+73