aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/platform.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-23driver-core: platform: convert bus code to use dev_groupsGreg Kroah-Hartman1-4/+6
2013-08-19drivers / platform: Fix __init attribute locationHanjun Guo1-2/+2
2013-07-16driver-core: fix new kernel-doc warning in base/platform.cRandy Dunlap1-0/+1
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+0
2013-06-12driver core: move to_platform_driver to platform_device.hRob Herring1-3/+0
2013-06-03platform_device: use a macro instead of platform_driver_registerLibo Chen1-3/+5
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki1-1/+0
2013-03-29driver core: platform.c: fix checkpatch errors and warningsFabio Porcedda1-10/+8
2013-03-29driver core: warn that platform_driver_probe can not use deferred probingFabio Porcedda1-1/+5
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2012-11-27platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdownRafael J. Wysocki1-2/+17
2012-11-21ACPI / platform: Initialize ACPI handles of platform devices in advanceRafael J. Wysocki1-0/+2
2012-11-15driver: platform: fix documentation for platform_get_irq_bynameWolfram Sang1-1/+1
2012-11-15ACPI: Add support for platform bus typeMika Westerberg1-0/+5
2012-11-14Merge 3.7-rc5 into driver-core-nextGreg Kroah-Hartman1-0/+7
2012-11-09sparc: Add sparc support for platform_get_irq()Andreas Larsson1-0/+7
2012-10-30drivers/base: fix typo in comment for arch_setup_pdev_archdata()Sebastian Andrzej Siewior1-1/+1
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