aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/platform.c
AgeCommit message (Expand)Author
2013-08-23driver-core: platform: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-08-19drivers / platform: Fix __init attribute locationHanjun Guo
2013-07-16driver-core: fix new kernel-doc warning in base/platform.cRandy Dunlap
2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds
2013-07-03Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-06-12driver core: move to_platform_driver to platform_device.hRob Herring
2013-06-03platform_device: use a macro instead of platform_driver_registerLibo Chen
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki
2013-03-29driver core: platform.c: fix checkpatch errors and warningsFabio Porcedda
2013-03-29driver core: warn that platform_driver_probe can not use deferred probingFabio Porcedda
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-11-27platform / ACPI: Attach/detach ACPI PM during probe/remove/shutdownRafael J. Wysocki
2012-11-21ACPI / platform: Initialize ACPI handles of platform devices in advanceRafael J. Wysocki
2012-11-15driver: platform: fix documentation for platform_get_irq_bynameWolfram Sang
2012-11-15ACPI: Add support for platform bus typeMika Westerberg
2012-11-14Merge 3.7-rc5 into driver-core-nextGreg Kroah-Hartman
2012-11-09sparc: Add sparc support for platform_get_irq()Andreas Larsson
2012-10-30drivers/base: fix typo in comment for arch_setup_pdev_archdata()Sebastian Andrzej Siewior
2012-10-02Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2012-09-06driver core: Check if r->name is valid in platform_get_resource_byname()Peter Ujfalusi
2012-09-04PM / Runtime: Allow helpers to be called by early platform driversRafael J. Wysocki
2012-08-16platform: Add support for automatic device IDsJean Delvare
2012-02-01drivercore: Output common devicetree information in ueventGrant Likely
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-12-21PM / Sleep: Remove forward-only callbacks from platform bus typeRafael J. Wysocki
2011-12-09drivers_base: make argument to platform_device_register_full constUwe Kleine-König
2011-10-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2011-08-26new helper to create platform devices with dma maskUwe Kleine-König
2011-08-22drivers_base: platform: use always ->name for ueventSebastian Andrzej Siewior
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