summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-08-171-15/+15
|\
| * PM / Domains: Fix build for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-08-141-15/+15
* | regmap: using module facilities requires module.hStephen Rothwell2011-08-161-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2011-08-153-1/+4
|\ \ | |/ |/|
| * regmap: Specify a module licenseStephen Warren2011-08-122-0/+3
| * regmap: Fix bulk readsMark Brown2011-07-241-1/+1
* | PM / Runtime: Allow _put_sync() from interrupts-disabled contextKevin Hilman2011-08-051-2/+8
* | PM / Domains: Fix pm_genpd_poweron()Rafael J. Wysocki2011-08-051-2/+1Star
* | devtmpfs: missing initialialization in never-hit caseAl Viro2011-07-281-1/+1
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-272-2/+2
* | drivers/base/power/opp.c: fix dev_opp initial valueJonghwan Choi2011-07-271-1/+1
* | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-07-261-30/+34
|\ \
| * | driver core: add more help description for "path to uevent helper"Márton Németh2011-07-021-0/+5
| * | driver-core: modify FIRMWARE_IN_KERNEL help messagematt mooney2011-07-021-4/+4
| * | driver-core: Kconfig grammar corrections in firmware configurationmatt mooney2011-07-021-30/+29Star
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-261-0/+21
|\ \ \
| * | | driver core: Add ability for arch code to setup pdev_archdataKumar Gala2011-07-081-0/+21
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-251-1/+2
|\ \ \ \
| * | | | fix devtmpfs raceAl Viro2011-07-251-1/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2011-07-237-0/+661
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | regmap: Add SPI bus supportMark Brown2011-07-233-1/+77
| * | | regmap: Add I2C bus supportMark Brown2011-07-233-0/+120
| * | | regmap: Add generic non-memory mapped register access APIMark Brown2011-07-235-0/+465
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-231-139/+198
|\ \ \ \
| * | | | devtmpfs: get rid of bogus mkdir in create_path()Al Viro2011-07-201-24/+18Star
| * | | | switch devtmpfs to kern_path_create()Al Viro2011-07-201-47/+36Star
| * | | | switch devtmpfs object creation/removal to separate kernel threadAl Viro2011-07-201-73/+149
* | | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-07-232-125/+0Star
|\ \ \ \ \
| * \ \ \ \ Merge branch 'iommu-3.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar2011-07-072-125/+0Star
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | drivers: iommu: move to a dedicated folderOhad Ben-Cohen2011-06-142-125/+0Star
* | | | | | Merge branch 'pm-runtime' into for-linusRafael J. Wysocki2011-07-153-51/+67
|\ \ \ \ \ \
| * | | | | | PM / Runtime: Consistent utilization of deferred_resumeShuoX Liu2011-07-081-1/+1
| * | | | | | PM / Runtime: Prevent runtime_resume from racing with probeAlan Stern2011-07-061-1/+5
| * | | | | | PM / Runtime: Replace "run-time" with "runtime" in documentationRafael J. Wysocki2011-07-061-33/+33
| * | | | | | PM: Limit race conditions between runtime PM and system sleep (v2)Rafael J. Wysocki2011-07-061-12/+23
| * | | | | | PM / Runtime: Return special error code if runtime PM is disabledRafael J. Wysocki2011-07-021-4/+5
* | | | | | | Merge branch 'pm-domains' into for-linusRafael J. Wysocki2011-07-156-124/+1524
|\ \ \ \ \ \ \
| * | | | | | | PM / Domains: Take .power_off() error code into accountRafael J. Wysocki2011-07-141-2/+10
| * | | | | | | ARM / shmobile: Use genpd_queue_power_off_work()Rafael J. Wysocki2011-07-141-1/+1
| * | | | | | | PM / Domains: Introduce function to power off all unused PM domainsRafael J. Wysocki2011-07-131-0/+21
| * | | | | | | PM / Domains: Queue up power off work only if it is not pendingRafael J. Wysocki2011-07-121-1/+14
| * | | | | | | PM / Domains: Improve handling of wakeup devices during system suspendRafael J. Wysocki2011-07-121-0/+30
| * | | | | | | PM / Domains: Do not restore all devices on power off errorRafael J. Wysocki2011-07-121-9/+4Star
| * | | | | | | PM / Domains: Allow callbacks to execute all runtime PM helpersRafael J. Wysocki2011-07-121-45/+99
| * | | | | | | PM / Domains: Do not execute device callbacks under locksRafael J. Wysocki2011-07-121-71/+178
| * | | | | | | PM / Domains: Make failing pm_genpd_prepare() clean up properlyRafael J. Wysocki2011-07-121-1/+11
| * | | | | | | PM / Domains: Set device state to "active" during system resumeRafael J. Wysocki2011-07-121-0/+2
| * | | | | | | PM / Domains: Export pm_genpd_poweron() in headerMagnus Damm2011-07-101-1/+1
| |/ / / / / /
| * | | | | | PM: Rename clock management functionsRafael J. Wysocki2011-07-021-94/+94
| * | | | | | PM: Allow the clocks management code to be used during system suspendRafael J. Wysocki2011-07-021-1/+59