aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-26PM / Clocks: Do not acquire a mutex under a spinlockRafael J. Wysocki1-37/+38
2011-09-08Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapLinus Torvalds1-4/+1
2011-09-05regmap: Remove bitrotted module_put()sMark Brown1-4/+1
2011-08-28Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-18/+22
2011-08-26Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds3-2/+3
2011-08-24firmware loader: allow builtin firmware load even if usermodehelper is disabledLinus Torvalds1-5/+6
2011-08-24PM: Use spinlock instead of mutex in clock management functionsRafael J. Wysocki1-18/+22
2011-08-22base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten1-0/+1
2011-08-17Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-15/+15
2011-08-15regmap: using module facilities requires module.hStephen Rothwell1-0/+1
2011-08-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds3-1/+4
2011-08-14PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki1-15/+15
2011-08-12regmap: Specify a module licenseStephen Warren2-0/+3
2011-08-08drivers/base/devtmpfs.c: correct annotation of `setup_done'Arnaud Lacombe1-1/+1
2011-08-08driver core: fix kernel-doc warning in platform.cRandy Dunlap1-1/+1
2011-08-05PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman1-2/+8
2011-08-05PM / Domains: Fix pm_genpd_poweron()Rafael J. Wysocki1-2/+1
2011-07-27devtmpfs: missing initialialization in never-hit caseAl Viro1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-26drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi1-1/+1
2011-07-25Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-30/+34
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+21
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+2
2011-07-25fix devtmpfs raceAl Viro1-1/+2
2011-07-24regmap: Fix bulk readsMark Brown1-1/+1
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds7-0/+661
2011-07-23regmap: Add SPI bus supportMark Brown3-1/+77
2011-07-23regmap: Add I2C bus supportMark Brown3-0/+120
2011-07-23regmap: Add generic non-memory mapped register access APIMark Brown5-0/+465
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-139/+198
2011-07-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-125/+0
2011-07-20devtmpfs: get rid of bogus mkdir in create_path()Al Viro1-24/+18
2011-07-20switch devtmpfs to kern_path_create()Al Viro1-47/+36
2011-07-20switch devtmpfs object creation/removal to separate kernel threadAl Viro1-73/+149
2011-07-15Merge branch 'pm-runtime' into for-linusRafael J. Wysocki3-51/+67
2011-07-15Merge branch 'pm-domains' into for-linusRafael J. Wysocki6-124/+1524
2011-07-15PM: Add "RTC" to PM trace time stamps to avoid confusionRafael J. Wysocki1-1/+1
2011-07-15PM / OPP: Introduce function to free cpufreq tableNishanth Menon1-0/+17
2011-07-14PM / Domains: Take .power_off() error code into accountRafael J. Wysocki1-2/+10
2011-07-14ARM / shmobile: Use genpd_queue_power_off_work()Rafael J. Wysocki1-1/+1
2011-07-13PM / Domains: Introduce function to power off all unused PM domainsRafael J. Wysocki1-0/+21
2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt1-1/+0
2011-07-12PM / Domains: Queue up power off work only if it is not pendingRafael J. Wysocki1-1/+14
2011-07-12PM / Domains: Improve handling of wakeup devices during system suspendRafael J. Wysocki1-0/+30
2011-07-12PM / Domains: Do not restore all devices on power off errorRafael J. Wysocki1-9/+4
2011-07-12PM / Domains: Allow callbacks to execute all runtime PM helpersRafael J. Wysocki1-45/+99
2011-07-12PM / Domains: Do not execute device callbacks under locksRafael J. Wysocki1-71/+178
2011-07-12PM / Domains: Make failing pm_genpd_prepare() clean up properlyRafael J. Wysocki1-1/+11
2011-07-12PM / Domains: Set device state to "active" during system resumeRafael J. Wysocki1-0/+2
2011-07-11PM: Reintroduce dropped call to check_wakeup_irqsColin Cross1-0/+8