summaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
Commit message (Expand)AuthorAgeFilesLines
* platform_bus: allow custom extensions to system PM methodsKevin Hilman2010-05-211-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-05-201-3/+3
|\
| * PM / platform_bus: Allow runtime PM by defaultMark Brown2010-05-101-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-05-191-0/+20
|\ \
| * \ Merge branch 'sh/driver-core'Paul Mundt2010-05-131-1/+1
| |\ \
| | * | driver core: Early dev_name() depends on slab_is_available().Paul Mundt2010-05-131-1/+1
| | | |
| | \ \
| *-. | | Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...Paul Mundt2010-03-301-0/+20
| |\ \| | | | |_|/ | |/| |
| | | * driver core: Convert to kasprintf() for early dev_name().Paul Mundt2010-03-291-7/+8
| | | * driver core: Early dev_name() support.Paul Mundt2010-03-101-0/+19
| | |/
* | / platform: Make platform resource input parameters constGeert Uytterhoeven2010-05-171-2/+2
|/ /
* | driver-core: document ERR_PTR() return valuesJani Nikula2010-03-191-0/+6
* | Driver core: Early platform kernel-doc updateMagnus Damm2010-03-191-7/+20
|/
* Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings2010-03-081-8/+8
* Driver core: make struct platform_driver.id_table constUwe Kleine-König2010-03-081-1/+1
* Driver core: add platform_create_bundle() helperDmitry Torokhov2010-03-081-0/+58
* Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich2009-12-231-0/+1
* Driver Core: Early platform driver bufferMagnus Damm2009-12-111-7/+22
* 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