summaryrefslogtreecommitdiff
path: root/drivers/base
AgeCommit message (Expand)AuthorFilesLines
2011-08-25PM: Reference counting of power.subsys_dataRafael J. Wysocki3-20/+93
2011-08-25PM: Introduce struct pm_subsys_dataRafael J. Wysocki1-58/+64
2011-08-25PM / Domains: Rename argument of pm_genpd_add_subdomain()Rafael J. Wysocki1-13/+13
2011-08-25PM / Domains: Rename GPD_STATE_WAIT_PARENT to GPD_STATE_WAIT_MASTERRafael J. Wysocki1-4/+4
2011-08-25PM / Domains: Allow generic PM domains to have multiple mastersRafael J. Wysocki1-41/+58
2011-08-25PM / Domains: Add "wait for parent" status for generic PM domainsRafael J. Wysocki1-30/+60
2011-08-25PM / Domains: Make pm_genpd_poweron() always survive parent removalRafael J. Wysocki1-13/+20
2011-08-25PM / Domains: Do not take parent locks to modify subdomain countersRafael J. Wysocki1-39/+31
2011-08-25PM / Domains: Implement subdomain counters as atomic fieldsRafael J. Wysocki1-10/+20
2011-08-25firmware 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-23dynamic_debug: Add __dynamic_dev_dbgJoe Perches1-2/+3
2011-08-23drivers_base: platform: use always ->name for ueventSebastian Andrzej Siewior1-1/+1
2011-08-23base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten1-0/+1
2011-08-18Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-15/+15
2011-08-16regmap: 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/bro...Linus Torvalds3-1/+4
2011-08-14PM / Runtime: Add might_sleep() to runtime PM functionsColin Cross1-3/+12
2011-08-14PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki1-15/+15
2011-08-14regmap: Provide access information via debugfsMark Brown1-1/+71
2011-08-14regmap: Share some of the debugfs infrastructure ready for more filesMark Brown1-4/+10
2011-08-14regmap: Add functions to check for access on registersMark Brown3-4/+51
2011-08-12Merge branch 'regmap-linus' into regmap-nextMark Brown2-0/+3
2011-08-12regmap: Specify a module licenseStephen Warren2-0/+3
2011-08-09regmap: Remove unused type and list fields from bus interfaceMark Brown2-2/+0
2011-08-09regmap: Fix type of field width specifiers for x86_64Mark Brown1-1/+1
2011-08-09drivers/base/devtmpfs.c: correct annotation of `setup_done'Arnaud Lacombe1-1/+1
2011-08-09driver core: fix kernel-doc warning in platform.cRandy Dunlap1-1/+1
2011-08-08regmap: Skip precious registers when dumping registers via debugfsMark Brown3-0/+6
2011-08-08regmap: Provide register map dump via debugfsMark Brown4-0/+158
2011-08-08regmap: Use a local header for API internalsMark Brown2-28/+46
2011-08-08regmap: Implement writable register checksMark Brown1-0/+7
2011-08-08regmap: Add basic tracepointsMark Brown1-6/+30
2011-08-08Merge branches 'regmap-linus' and 'regmap-interface' into regmap-nextMark Brown1-1/+10
2011-08-08regmap: Just send the buffer directly for single register writesMark Brown1-3/+9
2011-08-08regmap: Allow devices to specify which registers are accessibleMark Brown1-0/+9
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-28devtmpfs: missing initialialization in never-hit caseAl Viro1-1/+1
2011-07-27atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-27drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi1-1/+1
2011-07-26Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-30/+34
2011-07-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+21
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+2
2011-07-25fix devtmpfs raceAl Viro1-1/+2
2011-07-25regmap: Fix bulk readsMark Brown1-1/+1
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus 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