aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-06
|\
| * Driver core: move platform device creation helpers to .init.text (if MODULE=n)Uwe Kleine-König2010-08-05
| * Driver core: reduce duplicated code for platform_device creationUwe Kleine-König2010-08-05
| * Driver core: use kmemdup in platform_device_add_resourcesUwe Kleine-König2010-08-05
* | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-24
* | drivercore/of: Add OF style matching to platform busGrant Likely2010-07-24
|/
* platform_bus: allow custom extensions to system PM methodsKevin Hilman2010-05-21
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2010-05-20
|\
| * PM / platform_bus: Allow runtime PM by defaultMark Brown2010-05-10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-05-19
|\ \
| * \ Merge branch 'sh/driver-core'Paul Mundt2010-05-13
| |\ \
| | * | driver core: Early dev_name() depends on slab_is_available().Paul Mundt2010-05-13
| | | |
| | \ \
| *-. | | Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...Paul Mundt2010-03-29
| |\ \| | | | |_|/ | |/| |
| | | * driver core: Convert to kasprintf() for early dev_name().Paul Mundt2010-03-29
| | | * driver core: Early dev_name() support.Paul Mundt2010-03-09
| | |/
* | / platform: Make platform resource input parameters constGeert Uytterhoeven2010-05-17
|/ /
* | driver-core: document ERR_PTR() return valuesJani Nikula2010-03-19
* | Driver core: Early platform kernel-doc updateMagnus Damm2010-03-19
|/
* Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings2010-03-07
* Driver core: make struct platform_driver.id_table constUwe Kleine-König2010-03-07
* Driver core: add platform_create_bundle() helperDmitry Torokhov2010-03-07
* Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich2009-12-23
* Driver Core: Early platform driver bufferMagnus Damm2009-12-11
* Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov2009-10-30
* driver core: platform_device_add_data(): use kmemdup()Andrew Morton2009-09-15
* PM: Run-time PM platform device bus supportMagnus Damm2009-08-22
* Merge branch 'master' into for-linusRafael J. Wysocki2009-08-16
|\
| * PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm2009-08-10
* | Driver Core: Make PM operations a const pointerDmitry Torokhov2009-07-23
* | PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm2009-07-21
|/
* driver core: fix gcc 4.3.3 warnings about string literalsGreg Kroah-Hartman2009-06-16
* driver core: Const-correct platform getbyname functionsLinus Walleij2009-06-16
* Driver Core: Rework platform suspend/resume, print warningMagnus Damm2009-06-12
* Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman2009-05-08
* Revert driver core: fix passing platform_dataMing Lei2009-05-08
* Driver core: platform: fix kernel-doc warningsRandy Dunlap2009-05-08
* Driver Core: early platform driverMagnus Damm2009-04-16
* driver core: fix passing platform_dataMing Lei2009-03-24
* driver core: move platform_data into platform_deviceMing Lei2009-03-24
* platform: introduce module id table for platform devicesEric Miao2009-03-24
* platform: make better use of to_platform_{device,driver}() macrosEric Miao2009-03-24
* driver core: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-06
* PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki2009-01-06
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-10-16
|\
| * platform: add new device registration helperDmitry Baryshkov2008-10-16
| * driver core: make struct platform_pm_ops staticAdrian Bunk2008-10-16
* | resource: add resource_type() and IORESOURCE_TYPE_BITSMagnus Damm2008-10-16
|/
* Implement new suspend and hibernation callbacks for platform bussesRafael J. Wysocki2008-06-10
* drivers: fix dma_get_required_maskJames Bottomley2008-03-10
* Driver core: coding style fixesGreg Kroah-Hartman2008-01-25