aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-09sparc: Add sparc support for platform_get_irq()Andreas Larsson1-0/+7
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+2
2012-09-06driver core: Check if r->name is valid in platform_get_resource_byname()Peter Ujfalusi1-0/+3
2012-09-04PM / Runtime: Allow helpers to be called by early platform driversRafael J. Wysocki1-0/+2
2012-08-16platform: Add support for automatic device IDsJean Delvare1-3/+35
2012-02-01drivercore: Output common devicetree information in ueventGrant Likely1-1/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-115/+0
2011-12-21PM / Sleep: Remove forward-only callbacks from platform bus typeRafael J. Wysocki1-115/+0
2011-12-09drivers_base: make argument to platform_device_register_full constUwe Kleine-König1-1/+1
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-21/+33
2011-08-26new helper to create platform devices with dma maskUwe Kleine-König1-20/+32
2011-08-22drivers_base: platform: use always ->name for ueventSebastian Andrzej Siewior1-1/+1
2011-08-08driver core: fix kernel-doc warning in platform.cRandy Dunlap1-1/+1
2011-07-08driver core: Add ability for arch code to setup pdev_archdataKumar Gala1-0/+21
2011-06-07drivers/base/platform.c: don't mark platform_device_register_resndata() as __init_or_moduleAndrew Morton1-1/+1
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-19/+19
2011-05-16PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"Kevin Hilman1-35/+0
2011-04-29PM / Platform: Use generic runtime PM callbacks directlyRafael J. Wysocki1-28/+3
2011-04-29PM: Export platform bus type's default PM callbacksRafael J. Wysocki1-54/+18
2011-04-22driver core/platform_device_add_resources: free resource before overwritingUwe Kleine-König1-0/+1
2011-04-22driver core/platform_device_add_resources: set resource to NULL if !resUwe Kleine-König1-10/+9
2011-04-22driver core/platform_device_add_data: free platform data before overwritingUwe Kleine-König1-0/+1
2011-04-22driver core/platform_device_add_data: set platform_data to NULL if !dataUwe Kleine-König1-9/+8
2011-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-3/+3
2011-04-12mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz1-0/+1
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki1-3/+3
2010-10-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2010-10-22base/platform: Simplifications for NULL platform data/resources handlingAnton Vorontsov1-20/+12
2010-10-22base/platform: Safe handling for NULL platform data and resourcesAnton Vorontsov1-1/+8
2010-10-22driver core: platform_bus: allow runtime override of dev_pm_opsKevin Hilman1-0/+35
2010-10-22driver core: platform: Use drv->driver.bus instead of assuming platform_bus_typePatrick Pannuto1-2/+2
2010-10-21of/device: Rework to use common platform_device_alloc() for allocating devicesGrant Likely1-0/+1
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-81/+29
2010-08-05Driver core: move platform device creation helpers to .init.text (if MODULE=n)Uwe Kleine-König1-1/+1
2010-08-05Driver core: reduce duplicated code for platform_device creationUwe Kleine-König1-78/+26
2010-08-05Driver core: use kmemdup in platform_device_add_resourcesUwe Kleine-König1-3/+3
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely1-0/+6
2010-07-24drivercore/of: Add OF style matching to platform busGrant Likely1-1/+6
2010-05-21platform_bus: allow custom extensions to system PM methodsKevin Hilman1-4/+4
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds1-3/+3
2010-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds1-0/+20
2010-05-17platform: Make platform resource input parameters constGeert Uytterhoeven1-2/+2
2010-05-13Merge branch 'sh/driver-core'Paul Mundt1-1/+1
2010-05-13driver core: Early dev_name() depends on slab_is_available().Paul Mundt1-1/+1
2010-05-10PM / platform_bus: Allow runtime PM by defaultMark Brown1-3/+3
2010-03-30Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/clkfwk'Paul Mundt1-0/+20
2010-03-29driver core: Convert to kasprintf() for early dev_name().Paul Mundt1-7/+8
2010-03-19driver-core: document ERR_PTR() return valuesJani Nikula1-0/+6
2010-03-19Driver core: Early platform kernel-doc updateMagnus Damm1-7/+20
2010-03-10driver core: Early dev_name() support.Paul Mundt1-0/+19