aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded driversWolfgang Wiedmeyer2015-10-251-4/+1
* samsung update 1codeworkx2012-06-021-1/+4
* drivers/base/platform.c: don't mark platform_device_register_resndata() as __...Andrew Morton2011-06-071-1/+1
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-19/+19
|\
| * driver core/platform_device_add_resources: free resource before overwritingUwe Kleine-König2011-04-221-0/+1
| * driver core/platform_device_add_resources: set resource to NULL if !resUwe Kleine-König2011-04-221-10/+9
| * driver core/platform_device_add_data: free platform data before overwritingUwe Kleine-König2011-04-221-0/+1
| * driver core/platform_device_add_data: set platform_data to NULL if !dataUwe Kleine-König2011-04-221-9/+8
* | PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"Kevin Hilman2011-05-161-35/+0
* | PM / Platform: Use generic runtime PM callbacks directlyRafael J. Wysocki2011-04-291-28/+3
* | PM: Export platform bus type's default PM callbacksRafael J. Wysocki2011-04-291-54/+18
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-04-121-3/+3
|\
| * PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2011-04-111-3/+3
* | mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz2011-04-121-0/+1
|/
* Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-10-251-0/+1
|\
| * of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely2010-10-211-0/+1
* | base/platform: Simplifications for NULL platform data/resources handlingAnton Vorontsov2010-10-221-20/+12
* | base/platform: Safe handling for NULL platform data and resourcesAnton Vorontsov2010-10-221-1/+8
* | driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman2010-10-221-0/+35
* | driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typePatrick Pannuto2010-10-221-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2010-08-061-81/+29
|\
| * Driver core: move platform device creation helpers to .init.text (if MODULE=n)Uwe Kleine-König2010-08-051-1/+1
| * Driver core: reduce duplicated code for platform_device creationUwe Kleine-König2010-08-051-78/+26
| * Driver core: use kmemdup in platform_device_add_resourcesUwe Kleine-König2010-08-051-3/+3
* | of: Merge of_platform_bus_type with platform_bus_typeGrant Likely2010-07-241-0/+6
* | drivercore/of: Add OF style matching to platform busGrant Likely2010-07-241-1/+6
|/
* 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-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
|/