aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-11PM: Reintroduce dropped call to check_wakeup_irqsColin Cross1-0/+8
2011-06-28Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-1/+1
2011-06-21PM / Runtime: Handle clocks correctly if CONFIG_PM_RUNTIME is unsetRafael J. Wysocki1-2/+2
2011-06-21PM: Fix async resume following suspend failureAlan Stern1-2/+12
2011-06-21PM: Rename dev_pm_info.in_suspend to is_preparedAlan Stern1-5/+9
2011-06-07PM / Runtime: Fix loops in pm_runtime_clk_notify()Rafael J. Wysocki1-8/+8
2011-06-07drivers/base/platform.c: don't mark platform_device_register_resndata() as __init_or_moduleAndrew Morton1-1/+1
2011-05-25mm: per-node vmstat: show proper vmstatsKOSAKI Motohiro1-5/+9
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-5/+4
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds4-45/+41
2011-05-17PM: Introduce generic prepare and complete callbacks for subsystemsRafael J. Wysocki1-0/+39
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki1-6/+12
2011-05-17PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki1-2/+1
2011-05-17Merge branch 'power-domains' into for-linusRafael J. Wysocki5-169/+494
2011-05-17Merge branch 'syscore' into for-linusRafael J. Wysocki3-209/+2
2011-05-17PM / Wakeup: Remove useless synchronize_rcu() callEric Dumazet1-1/+0
2011-05-17PM / Wakeup: Fix build warning related to the "wakeup" sysfs fileRafael J. Wysocki1-2/+2
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki1-0/+5
2011-05-17PM / Runtime: Rework runtime PM handling during driver removalRafael J. Wysocki1-3/+3
2011-05-16PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unsetRafael J. Wysocki1-0/+1
2011-05-16PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"Kevin Hilman1-35/+0
2011-05-12drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTION"Andrew Morton1-1/+1
2011-05-11memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SECTIONAnton Blanchard1-16/+8
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsRafael J. Wysocki3-209/+2
2011-04-30PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)Rafael J. Wysocki2-0/+431
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-29PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki2-52/+41
2011-04-26PM / Wakeup: Fix initialization of wakeup-related device sysfs filesRafael J. Wysocki2-1/+2
2011-04-26Merge branch 'master' into for-nextJiri Kosina6-16/+27
2011-04-25drivers:base:fix the coding format of memory.cWanlong Gao1-1/+2
2011-04-22driver core: let dev_set_drvdata return int instead of void as it can failUwe Kleine-König1-4/+3
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-22drivers/base/core.c: Fixed brace coding style issue.Karthigan Srinivasan1-2/+1
2011-04-22driver-core: fix race between device_register and driver_registerSebastian Ott1-0/+5
2011-04-19drivers: make device_type constStephen Hemminger1-2/+2
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsRafael J. Wysocki1-0/+2
2011-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6Linus Torvalds2-7/+7
2011-04-12mfd: Fetch cell pointer from platform_device->mfd_cellSamuel Ortiz1-0/+1
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSRafael J. Wysocki2-7/+7
2011-04-10sysfs-memory: fix uninitialized variable warning and clean-up code.Nikanth Karthikesan1-5/+4
2011-03-31Fix common misspellingsLucas De Marchi2-8/+8
2011-03-23Introduce ARCH_NO_SYSDEV_OPS config option (v2)Rafael J. Wysocki2-1/+9
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds5-83/+232
2011-03-15PM / Core: Introduce struct syscore_ops for core subsystems PMRafael J. Wysocki2-1/+118
2011-03-15PM / OPP: opp_find_freq_exact() documentation fixNishanth Menon1-1/+1
2011-03-15PM: Make system-wide PM and runtime PM treat subsystems consistentlyRafael J. Wysocki2-95/+73