summaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings2010-03-071-8/+8
* Driver core: make struct platform_driver.id_table constUwe Kleine-König2010-03-071-1/+1
* Driver core: add platform_create_bundle() helperDmitry Torokhov2010-03-071-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/+0
|\
| * PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm2009-08-101-3/+0
* | 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/+0
|/
* driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman2009-06-151-1/+1
* driver core: Const-correct platform getbyname functionsLinus Walleij2009-06-151-2/+3
* Driver Core: Rework platform suspend/resume, print warningMagnus Damm2009-06-121-24/+12
* Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman2009-05-081-3/+0
* Revert driver core: fix passing platform_dataMing Lei2009-05-081-14/+1
* Driver core: platform: fix kernel-doc warningsRandy Dunlap2009-05-081-3/+3
* Driver Core: early platform driverMagnus Damm2009-04-161-0/+239
* driver core: fix passing platform_dataMing Lei2009-03-241-1/+14
* driver core: move platform_data into platform_deviceMing Lei2009-03-241-0/+3
* platform: introduce module id table for platform devicesEric Miao2009-03-241-1/+22
* platform: make better use of to_platform_{device,driver}() macrosEric Miao2009-03-241-12/+9
* 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
OpenPOWER on IntegriCloud