aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2011-08-17Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-15/+15
2011-08-15regmap: using module facilities requires module.hGravatar Stephen Rothwell 1-0/+1
2011-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Linus Torvalds 3-1/+4
2011-08-14PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetGravatar Rafael J. Wysocki 1-15/+15
2011-08-12regmap: Specify a module licenseGravatar Stephen Warren 2-0/+3
2011-08-05PM / Runtime: Allow _put_sync() from interrupts-disabled contextGravatar Kevin Hilman 1-2/+8
2011-08-05PM / Domains: Fix pm_genpd_poweron()Gravatar Rafael J. Wysocki 1-2/+1
2011-07-27devtmpfs: missing initialialization in never-hit caseGravatar Al Viro 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 2-2/+2
2011-07-26drivers/base/power/opp.c: fix dev_opp initial valueGravatar Jonghwan Choi 1-1/+1
2011-07-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-30/+34
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-0/+21
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+2
2011-07-25fix devtmpfs raceGravatar Al Viro 1-1/+2
2011-07-24regmap: Fix bulk readsGravatar Mark Brown 1-1/+1
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Gravatar Linus Torvalds 7-0/+661
2011-07-23regmap: Add SPI bus supportGravatar Mark Brown 3-1/+77
2011-07-23regmap: Add I2C bus supportGravatar Mark Brown 3-0/+120
2011-07-23regmap: Add generic non-memory mapped register access APIGravatar Mark Brown 5-0/+465
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-139/+198
2011-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-125/+0
2011-07-20devtmpfs: get rid of bogus mkdir in create_path()Gravatar Al Viro 1-24/+18
2011-07-20switch devtmpfs to kern_path_create()Gravatar Al Viro 1-47/+36
2011-07-20switch devtmpfs object creation/removal to separate kernel threadGravatar Al Viro 1-73/+149
2011-07-15Merge branch 'pm-runtime' into for-linusGravatar Rafael J. Wysocki 3-51/+67
2011-07-15Merge branch 'pm-domains' into for-linusGravatar Rafael J. Wysocki 6-124/+1524
2011-07-15PM: Add "RTC" to PM trace time stamps to avoid confusionGravatar Rafael J. Wysocki 1-1/+1
2011-07-15PM / OPP: Introduce function to free cpufreq tableGravatar Nishanth Menon 1-0/+17
2011-07-14PM / Domains: Take .power_off() error code into accountGravatar Rafael J. Wysocki 1-2/+10
2011-07-14ARM / shmobile: Use genpd_queue_power_off_work()Gravatar Rafael J. Wysocki 1-1/+1
2011-07-13PM / Domains: Introduce function to power off all unused PM domainsGravatar Rafael J. Wysocki 1-0/+21
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerGravatar Benjamin Herrenschmidt 1-1/+0
2011-07-12PM / Domains: Queue up power off work only if it is not pendingGravatar Rafael J. Wysocki 1-1/+14
2011-07-12PM / Domains: Improve handling of wakeup devices during system suspendGravatar Rafael J. Wysocki 1-0/+30
2011-07-12PM / Domains: Do not restore all devices on power off errorGravatar Rafael J. Wysocki 1-9/+4
2011-07-12PM / Domains: Allow callbacks to execute all runtime PM helpersGravatar Rafael J. Wysocki 1-45/+99
2011-07-12PM / Domains: Do not execute device callbacks under locksGravatar Rafael J. Wysocki 1-71/+178
2011-07-12PM / Domains: Make failing pm_genpd_prepare() clean up properlyGravatar Rafael J. Wysocki 1-1/+11
2011-07-12PM / Domains: Set device state to "active" during system resumeGravatar Rafael J. Wysocki 1-0/+2
2011-07-11PM: Reintroduce dropped call to check_wakeup_irqsGravatar Colin Cross 1-0/+8
2011-07-10PM / Domains: Export pm_genpd_poweron() in headerGravatar Magnus Damm 1-1/+1
2011-07-08PM / Runtime: Consistent utilization of deferred_resumeGravatar ShuoX Liu 1-1/+1
2011-07-08driver core: Add ability for arch code to setup pdev_archdataGravatar Kumar Gala 1-0/+21
2011-07-07Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Gravatar Ingo Molnar 2-125/+0
2011-07-06PM / Runtime: Prevent runtime_resume from racing with probeGravatar Alan Stern 1-1/+5
2011-07-06PM / Runtime: Replace "run-time" with "runtime" in documentationGravatar Rafael J. Wysocki 1-33/+33
2011-07-06PM: Limit race conditions between runtime PM and system sleep (v2)Gravatar Rafael J. Wysocki 1-12/+23
2011-07-02PM / Runtime: Return special error code if runtime PM is disabledGravatar Rafael J. Wysocki 1-4/+5
2011-07-02PM: Rename clock management functionsGravatar Rafael J. Wysocki 1-94/+94
2011-07-02PM: Allow the clocks management code to be used during system suspendGravatar Rafael J. Wysocki 1-1/+59