summaryrefslogtreecommitdiff
path: root/drivers/base/platform.c
AgeCommit message (Expand)Author
2011-08-08driver core: fix kernel-doc warning in platform.cRandy Dunlap
2011-07-08driver core: Add ability for arch code to setup pdev_archdataKumar Gala
2011-06-07drivers/base/platform.c: don't mark platform_device_register_resndata() as __...Andrew Morton
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-05-16PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"Kevin Hilman
2011-04-29PM / Platform: Use generic runtime PM callbacks directlyRafael J. Wysocki
2011-04-29PM: Export platform bus type's default PM callbacksRafael J. Wysocki
2011-04-22driver core/platform_device_add_resources: free resource before overwritingUwe Kleine-König
2011-04-22driver core/platform_device_add_resources: set resource to NULL if !resUwe Kleine-König
2011-04-22driver core/platform_device_add_data: free platform data before overwritingUwe Kleine-König
2011-04-22driver core/platform_device_add_data: set platform_data to NULL if !dataUwe Kleine-König
2011-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2011-04-12mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds
2010-10-22base/platform: Simplifications for NULL platform data/resources handlingAnton Vorontsov
2010-10-22base/platform: Safe handling for NULL platform data and resourcesAnton Vorontsov
2010-10-22driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman
2010-10-22driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typePatrick Pannuto
2010-10-21of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2010-08-05Driver core: move platform device creation helpers to .init.text (if MODULE=n)Uwe Kleine-König
2010-08-05Driver core: reduce duplicated code for platform_device creationUwe Kleine-König
2010-08-05Driver core: use kmemdup in platform_device_add_resourcesUwe Kleine-König
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely
2010-07-24drivercore/of: Add OF style matching to platform busGrant Likely
2010-05-21platform_bus: allow custom extensions to system PM methodsKevin Hilman
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2010-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds
2010-05-17platform: Make platform resource input parameters constGeert Uytterhoeven
2010-05-13Merge branch 'sh/driver-core'Paul Mundt
2010-05-13driver core: Early dev_name() depends on slab_is_available().Paul Mundt
2010-05-10PM / platform_bus: Allow runtime PM by defaultMark Brown
2010-03-30Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...Paul Mundt
2010-03-29driver core: Convert to kasprintf() for early dev_name().Paul Mundt
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula
2010-03-19Driver core: Early platform kernel-doc updateMagnus Damm
2010-03-10driver core: Early dev_name() support.Paul Mundt
2010-03-07Driver core: Fix first line of kernel-doc for a few functionsBen Hutchings
2010-03-07Driver core: make struct platform_driver.id_table constUwe Kleine-König
2010-03-07Driver core: add platform_create_bundle() helperDmitry Torokhov
2009-12-23Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich
2009-12-11Driver Core: Early platform driver bufferMagnus Damm
2009-10-30Driver core: allow certain drivers prohibit bind/unbind via sysfsDmitry Torokhov
2009-09-15driver core: platform_device_add_data(): use kmemdup()Andrew Morton
2009-08-23PM: Run-time PM platform device bus supportMagnus Damm
2009-08-16Merge branch 'master' into for-linusRafael J. Wysocki
2009-08-10PM / Driver Core: Kill dev_pm_ops platform warning for nowMagnus Damm
2009-07-24Driver Core: Make PM operations a const pointerDmitry Torokhov
2009-07-22PM: Remove platform device suspend_late()/resume_early() V2Magnus Damm