summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
*-------. Merge remote-tracking branches 'regulator/topic/da9210', 'regulator/topic/da9...Mark Brown2015-08-3010-89/+223
|\ \ \ \ \
| | | | | * regulator: core: Use class device list for regulator_list in late initMark Brown2015-08-121-51/+55
| | | | | * regulator: core: Move more deallocation into class unregisterMark Brown2015-08-121-2/+3
| | | | | * regulator: core: Reduce rdev locking region when releasing regulatorMark Brown2015-08-121-2/+3
| | | | * | regulator: isl9305: Export OF module alias informationJavier Martinez Canillas2015-08-251-0/+1
| | | * | | regulator: fan53555: Export I2C module alias informationJavier Martinez Canillas2015-07-311-0/+1
| | * | | | regulator: da9211: support da9215James Ban2015-07-135-34/+81
| | |/ / /
| * | | | regulator: da9210: Add optional interrupt supportGeert Uytterhoeven2015-07-132-0/+79
| |/ / /
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge remote-tracking branches 'regulator/topic/88pm800', 'regulator/topic/ad...Mark Brown2015-08-304-155/+84
|\ \ \ \ \ \ \
| | | | * | | | regulator: da9062: Drop owner assignment from platform_driverKrzysztof Kozlowski2015-07-141-1/+0
| | | | |/ / /
| | | * | | | regulator: axp20x: Add module aliasIan Campbell2015-08-041-0/+1
| | | | |/ / | | | |/| |
| | * | | | regulator: ad5398: Remove unnecessary MODULE_ALIAS()Javier Martinez Canillas2015-08-301-1/+0
| | |/ / /
| * | | | Merge branch 'fix/88pm800' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2015-07-171-1/+1
| |\ \ \ \
| * | | | | regulator: 88pm800: Use regulator_nodes/of_match in the descriptorVaibhav Hiremath2015-07-161-99/+44
| * | | | | regulator: 88pm800: Update driver to use devm_regulator_register fnVaibhav Hiremath2015-07-161-21/+6
| * | | | | regulator: 88pm800: Fix indentation of assignments of data structuresVaibhav Hiremath2015-07-161-34/+34
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2015-08-301-4/+18
|\ \ \ \ \
| * | | | | regulator: core: use debug level print in regulator_check_drmsArchit Taneja2015-08-281-1/+1
| * | | | | regulator: core: Use IS_ERR_OR_NULL()Viresh Kumar2015-08-171-1/+1
| * | | | | regulator: core: Spelling fixViresh Kumar2015-08-131-1/+1
| | |_|_|/ | |/| | |
| * | | | regulator: core: Drop regulator_list_mutex when we're done with it on removeMark Brown2015-08-071-1/+1
| * | | | regulator: Add lockdep asserts to help detecting locking misuseKrzysztof Kozlowski2015-07-061-0/+14
| |/ / /
* | | | Merge remote-tracking branch 'regulator/fix/pbias' into regulator-linusMark Brown2015-08-301-0/+5
|\ \ \ \
| * | | | regulator: pbias: Fix broken pbias disable functionalityKishon Vijay Abraham I2015-08-141-0/+5
| | |_|/ | |/| |
* | | | Linux 4.2-rc8v4.2-rc8Linus Torvalds2015-08-231-1/+1
* | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2015-08-233-13/+15
|\ \ \ \
| * | | | SCSI: Fix NULL pointer dereference in runtime PMAlan Stern2015-08-181-11/+11
| * | | | fnic: Use the local variable instead of I/O flag to acquire io_req_lock in fn...Hiral Shah2015-08-182-2/+4
* | | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2015-08-232-2/+2
|\ \ \ \ \
| * | | | | FIRMWARE: bcm47xx_nvram: Fix module license.Axel Lin2015-08-191-1/+1
| * | | | | MIPS: Fix LLVM build issue.Ralf Baechle2015-08-181-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-08-221-0/+2
|\ \ \ \ \ \
| * | | | | | 9p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat2015-08-221-0/+2
* | | | | | | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-08-222-1/+4
|\ \ \ \ \ \ \
| * | | | | | | ARM: 8418/1: add boot image dependencies to not generate invalid imagesMasahiro Yamada2015-08-181-0/+3
| * | | | | | | ARM: 8414/1: __copy_to_user_memcpy: fix mmap semaphore usageNicolas Pitre2015-08-181-1/+1
* | | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-225-11/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | x86/fpu/math-emu: Fix crash in fork()Ingo Molnar2015-08-221-1/+1
| * | | | | | | | x86/fpu/math-emu: Fix math-emu boot crashIngo Molnar2015-08-221-1/+6
| * | | | | | | | x86/idle: Restore trace_cpu_idle to mwait_idle() callsJisheng Zhang2015-08-201-0/+2
| * | | | | | | | Merge branch 'x86/asm/urgent' to pick up an entry code fixIngo Molnar2015-08-191-8/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Revert "sched/x86_64: Don't save flags on context switch"Andy Lutomirski2015-08-181-8/+4
| * | | | | | | | | x86/irq: Build correct vector mapping for multiple MSI interruptsJiang Liu2015-08-181-1/+1
* | | | | | | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-224-4/+37
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-08-204-4/+37
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | perf top: Show backtrace when handling a SIGSEGV on --stdio modeArnaldo Carvalho de Melo2015-08-191-2/+2
| | * | | | | | | | | | perf tools: Fix buildid processingAdrian Hunter2015-08-191-0/+11
| | * | | | | | | | | | perf tools: Make fork event processing more resilientAdrian Hunter2015-08-191-2/+18
| | * | | | | | | | | | perf tools: Avoid deadlock when map_groups are brokenAdrian Hunter2015-08-191-0/+6
* | | | | | | | | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-224-2/+23
|\ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud