aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2011-05-25mm: per-node vmstat: show proper vmstatsGravatar KOSAKI Motohiro 1-5/+9
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-5/+4
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-45/+41
2011-05-17PM: Introduce generic prepare and complete callbacks for subsystemsGravatar Rafael J. Wysocki 1-0/+39
2011-05-17PM: Allow drivers to allocate memory from .prepare() callbacks safelyGravatar Rafael J. Wysocki 1-6/+12
2011-05-17PM: Remove CONFIG_PM_VERBOSEGravatar Rafael J. Wysocki 1-2/+1
2011-05-17Merge branch 'power-domains' into for-linusGravatar Rafael J. Wysocki 5-169/+494
2011-05-17Merge branch 'syscore' into for-linusGravatar Rafael J. Wysocki 3-209/+2
2011-05-17PM / Wakeup: Remove useless synchronize_rcu() callGravatar Eric Dumazet 1-1/+0
2011-05-17PM / Wakeup: Fix build warning related to the "wakeup" sysfs fileGravatar Rafael J. Wysocki 1-2/+2
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenGravatar Rafael J. Wysocki 1-0/+5
2011-05-17PM / Runtime: Rework runtime PM handling during driver removalGravatar Rafael J. Wysocki 1-3/+3
2011-05-16PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unsetGravatar Rafael J. Wysocki 1-0/+1
2011-05-16PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"Gravatar Kevin Hilman 1-35/+0
2011-05-12drivers/base/memory.c: fix warning due to "memory hotplug: Speed up add/remov...Gravatar Andrew Morton 1-1/+1
2011-05-11memory hotplug: Speed up add/remove when blocks are larger than PAGES_PER_SEC...Gravatar Anton Blanchard 1-16/+8
2011-05-11PM: Remove sysdev suspend, resume and shutdown operationsGravatar Rafael J. Wysocki 3-209/+2
2011-04-30PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)Gravatar Rafael J. Wysocki 2-0/+431
2011-04-29PM / Platform: Use generic runtime PM callbacks directlyGravatar Rafael J. Wysocki 1-28/+3
2011-04-29PM: Export platform bus type's default PM callbacksGravatar Rafael J. Wysocki 1-54/+18
2011-04-29PM: Make power domain callbacks take precedence over subsystem onesGravatar Rafael J. Wysocki 2-52/+41
2011-04-26PM / Wakeup: Fix initialization of wakeup-related device sysfs filesGravatar Rafael J. Wysocki 2-1/+2
2011-04-26Merge branch 'master' into for-nextGravatar Jiri Kosina 6-16/+27
2011-04-25drivers:base:fix the coding format of memory.cGravatar Wanlong Gao 1-1/+2
2011-04-22driver core: let dev_set_drvdata return int instead of void as it can failGravatar Uwe Kleine-König 1-4/+3
2011-04-22driver core/platform_device_add_resources: free resource before overwritingGravatar Uwe Kleine-König 1-0/+1
2011-04-22driver core/platform_device_add_resources: set resource to NULL if !resGravatar Uwe Kleine-König 1-10/+9
2011-04-22driver core/platform_device_add_data: free platform data before overwritingGravatar Uwe Kleine-König 1-0/+1
2011-04-22driver core/platform_device_add_data: set platform_data to NULL if !dataGravatar Uwe Kleine-König 1-9/+8
2011-04-22drivers/base/core.c: Fixed brace coding style issue.Gravatar Karthigan Srinivasan 1-2/+1
2011-04-22driver-core: fix race between device_register and driver_registerGravatar Sebastian Ott 1-0/+5
2011-04-19drivers: make device_type constGravatar Stephen Hemminger 1-2/+2
2011-04-20PM: Add missing syscore_suspend() and syscore_resume() callsGravatar Rafael J. Wysocki 1-0/+2
2011-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-7/+7
2011-04-12mfd: Fetch cell pointer from platform_device->mfd_cellGravatar Samuel Ortiz 1-0/+1
2011-04-11PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKSGravatar Rafael J. Wysocki 2-7/+7
2011-04-10sysfs-memory: fix uninitialized variable warning and clean-up code.Gravatar Nikanth Karthikesan 1-5/+4
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 2-8/+8
2011-03-23Introduce ARCH_NO_SYSDEV_OPS config option (v2)Gravatar Rafael J. Wysocki 2-1/+9
2011-03-16Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-83/+232
2011-03-15PM / Core: Introduce struct syscore_ops for core subsystems PMGravatar Rafael J. Wysocki 2-1/+118
2011-03-15PM / OPP: opp_find_freq_exact() documentation fixGravatar Nishanth Menon 1-1/+1
2011-03-15PM: Make system-wide PM and runtime PM treat subsystems consistentlyGravatar Rafael J. Wysocki 2-95/+73
2011-03-15PM: Add support for device power domainsGravatar Rafael J. Wysocki 2-2/+54
2011-03-15PM: Allow pm_runtime_suspend() to succeed during system suspendGravatar Rafael J. Wysocki 1-7/+3
2011-03-15PM: Remove CONFIG_PM_OPSGravatar Rafael J. Wysocki 1-2/+1
2011-03-15PM: Do not create wakeup sysfs files for devices that cannot wake upGravatar Rafael J. Wysocki 3-38/+90
2011-03-15PM: Use appropriate printk() priority level in trace.cGravatar Mandeep Singh Baines 1-3/+3
2011-03-15PM / Wakeup: Don't update events_check_enabled in pm_get_wakeup_count()Gravatar Rafael J. Wysocki 1-5/+2
2011-03-15PM / Wakeup: Make pm_save_wakeup_count() work as documentedGravatar Rafael J. Wysocki 1-6/+6