aboutsummaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2011-09-26PM / Clocks: Do not acquire a mutex under a spinlockGravatar Rafael J. Wysocki 1-37/+38
2011-09-08Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapGravatar Linus Torvalds 1-4/+1
2011-09-05regmap: Remove bitrotted module_put()sGravatar Mark Brown 1-4/+1
2011-08-28Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-18/+22
2011-08-26Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 3-2/+3
2011-08-24firmware loader: allow builtin firmware load even if usermodehelper is disabledGravatar Linus Torvalds 1-5/+6
2011-08-24PM: Use spinlock instead of mutex in clock management functionsGravatar Rafael J. Wysocki 1-18/+22
2011-08-22base/devres.c: quiet sparse noise about context imbalanceGravatar H Hartley Sweeten 1-0/+1
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-08drivers/base/devtmpfs.c: correct annotation of `setup_done'Gravatar Arnaud Lacombe 1-1/+1
2011-08-08driver core: fix kernel-doc warning in platform.cGravatar Randy Dunlap 1-1/+1
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