summaryrefslogtreecommitdiffstats
path: root/drivers/base
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regmap-fix-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-09-231-1/+5
|\
| * regmap: fix deadlock on _regmap_raw_write() error pathNikita Yushchenko2016-09-221-1/+5
* | PM / runtime: Use _rcuidle for runtime suspend tracepointsPaul E. McKenney2016-09-161-2/+2
* | Merge tag 'regmap-fix-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-09-063-12/+33
|\ \
| * \ Merge remote-tracking branch 'regmap/fix/rbtree' into regmap-linusMark Brown2016-09-031-10/+28
| |\ \
| | * | regmap: rbtree: Avoid overlapping nodesLars-Peter Clausen2016-08-041-10/+28
| * | | Merge remote-tracking branch 'regmap/fix/cache' into regmap-linusMark Brown2016-09-032-2/+5
| |\ \ \ | | | |/ | | |/|
| | * | regmap: drop cache if the bus transfer errorElaine Zhang2016-08-181-0/+2
| | * | regmap: cache: Fix num_reg_defaults computation from reg_defaults_rawMaarten ter Huurne2016-07-291-2/+3
| | |/
* | | PM / runtime: Add _rcuidle suffix to allow rpm_idle() use from idlePaul E. McKenney2016-08-311-3/+3
* | | PM / runtime: Add _rcuidle suffix to allow rpm_resume() to be called from idlePaul E. McKenney2016-08-311-2/+2
|/ /
* | Merge tag 'pm-extra-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-052-23/+26
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'pm-sleep', 'pm-cpufreq', 'pm-core' and 'pm-opp'Rafael J. Wysocki2016-08-052-23/+26
| |\ \ \ \
| | | | * | PM / OPP: optimize dev_pm_opp_set_rate() performance a bitJisheng Zhang2016-07-281-12/+19
| | | |/ / | | |/| |
| | | * | PM-wakeup: Delete unnecessary checks before three function callsMarkus Elfring2016-07-281-11/+7
* | | | | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-08-051-3/+3
|\ \ \ \ \
| * | | | | char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann2016-06-041-3/+3
* | | | | | firmware: support loading into a pre-allocated bufferStephen Boyd2016-08-021-26/+99
* | | | | | firmware: provide infrastructure to make fw caching optionalVikram Mulukutla2016-08-021-2/+5
* | | | | | firmware: consolidate kmap/read/write logicStephen Boyd2016-08-021-31/+26
* | | | | | treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* | | | | | Merge tag 'sound-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2016-07-311-0/+28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge remote-tracking branches 'asoc/topic/cs53l30', 'asoc/topic/cygnus', 'as...Mark Brown2016-07-241-0/+28
| |\ \ \ \ \ \ | | | |/ / / / | | |/| / / / | | |_|/ / / | |/| | | |
| | | * | | device property: Add function to search for named child of deviceAdam Thomson2016-06-261-0/+28
| | |/ / /
* | | | | mm: track NR_KERNEL_STACK in KiB instead of number of stacksAndy Lutomirski2016-07-281-2/+1
* | | | | mm: move most file-based accounting to the nodeMel Gorman2016-07-281-8/+8
* | | | | mm: rename NR_ANON_PAGES to NR_ANON_MAPPEDMel Gorman2016-07-281-1/+1
* | | | | mm: move page mapped accounting to the nodeMel Gorman2016-07-281-2/+2
* | | | | mm, vmscan: move LRU lists to nodeMel Gorman2016-07-281-9/+10
* | | | | mm, vmstat: add infrastructure for per-node vmstatsMel Gorman2016-07-281-35/+41
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-262-15/+26
|\ \ \ \ \
| * | | | | mm, rmap: account shmem thp pagesKirill A. Shutemov2016-07-261-4/+9
| * | | | | memory-hotplug: use zone_can_shift() for sysfs valid_zones attributeReza Arbab2016-07-261-11/+17
| |/ / / /
* | | | | Merge tag 'regmap-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2016-07-263-8/+40
|\ \ \ \ \ | | |_|_|/ | |/| | |
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge remote-tracking branches 'regmap/topic/bulk', 'regmap/topic/i2c', 'regm...Mark Brown2016-07-153-8/+40
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | / / | | | | | |_|/ / | | | | |/| | |
| | | | | * | | regmap: irq: Add support to call client specific pre/post interrupt serviceLaxman Dewangan2016-06-031-4/+11
| | | | |/ / /
| | | * / / / regmap-i2c: Use i2c block command only if register value width is 8 bitGuenter Roeck2016-06-221-1/+1
| | | |/ / /
| | * / / / regmap: Support bulk writes for devices without raw formattingChen-Yu Tsai2016-06-291-3/+28
| | |/ / /
* | | | | Merge tag 'pm-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2016-07-263-250/+109
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *---. \ \ \ \ Merge branches 'pm-core', 'pm-clk', 'pm-domains' and 'pm-pci'Rafael J. Wysocki2016-07-253-250/+109
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | | | * | | PM / Domains: Convert pm_genpd_init() to return an error codeUlf Hansson2016-06-291-3/+7
| | | | * | | PM / Domains: Stop/start devices during system PM suspend/resume in genpdUlf Hansson2016-06-161-4/+27
| | | | * | | PM / Domains: Allow runtime PM during system PM phasesUlf Hansson2016-06-161-26/+8
| | | | * | | PM / Runtime: Avoid resuming devices again in pm_runtime_force_resume()Ulf Hansson2016-06-161-0/+3
| | | | * | | PM / Domains: Remove redundant pm_request_idle() call in genpdUlf Hansson2016-06-161-1/+0
| | | | * | | PM / Domains: Remove redundant wrapper functions for system PMUlf Hansson2016-06-161-191/+12
| | | | * | | PM / Domains: Allow genpd to power on during system PM phasesUlf Hansson2016-06-161-53/+31
| | | | |/ /
| | | * | | PM / clk: Add support for adding a specific clock from device-treeJon Hunter2016-06-281-0/+32
| | | * | | PM / clk: export symbols for existing pm_clk_<...> API fcnsPaul Gortmaker2016-06-151-0/+13
| | | |/ /
| | * | | PM / runtime: Asynchronous "idle" in pm_runtime_allow()Rafael J. Wysocki2016-07-021-1/+1