summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'regmap-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2015-09-081-1/+1
|\
| *-. Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/force...Mark Brown2015-09-041-1/+1
| |\ \
| | * | regulator: core: Print at debug level on debugfs creation failureStephen Boyd2015-08-141-1/+1
| | |/
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'regulator/topic/mt6311', 'regulator/topic/ocp...Mark Brown2015-08-301-0/+9
|\ \ \ \ | | |_|/ | |/| |
| | * | regulator: Add over current protection (OCP) supportStephen Boyd2015-07-241-0/+9
| |/ /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'regulator/topic/da9210', 'regulator/topic/da9...Mark Brown2015-08-301-55/+61
|\ \ \ \ | | |/ / | |/| |
| | * | 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
* | | | 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 branches 'regulator/fix/88pm800', 'regulator/fix/max897...Mark Brown2015-07-241-1/+8
|\ \ \ | | |/ | |/|
| | * regulator: core: Fix memory leak in regulator_resolve_supply()Javier Martinez Canillas2015-07-161-1/+5
| | * regulator: core: Increase refcount for regulator supply's moduleJavier Martinez Canillas2015-07-161-0/+3
| |/
* | regulator: core: Handle full constraints systems when resolving suppliesMark Brown2015-07-151-3/+7
|/
*-. Merge remote-tracking branches 'regulator/topic/da9063', 'regulator/topic/doc...Mark Brown2015-06-221-0/+27
|\ \
| | * regulator: Add input current limit supportStephen Boyd2015-06-121-0/+9
| | * regulator: Add soft start supportStephen Boyd2015-06-121-0/+8
| | * regulator: Add pull down supportStephen Boyd2015-06-121-0/+8
| | * regulator: Add system_load constraintStephen Boyd2015-06-121-0/+2
| |/
* | regulator: core: replace sprintf with scnprintfStefan Wahren2015-06-101-19/+24
* | Merge branch 'fix/core' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2015-06-101-2/+2
|\ \
| * | regulator: core: fix constraints output bufferStefan Wahren2015-06-101-1/+1
| * | regulator: core: Don't corrupt display when printing uV offsetsMark Brown2015-06-091-1/+1
| |/
* | regulator: core: Don't spew backtraces on duplicate sysfsStephen Boyd2015-06-031-2/+2
|/
*---. Merge remote-tracking branches 'regulator/topic/mode', 'regulator/topic/notif...Mark Brown2015-04-101-4/+4
|\ \ \
| * | | regulator: Rename regulator_set_optimum_modeBjorn Andersson2015-03-091-4/+4
| |/ /
| | |
| \ \
*-. \ \ Merge remote-tracking branches 'regulator/topic/dbx500', 'regulator/topic/loa...Mark Brown2015-04-101-15/+24
|\ \ \ \ | | |/ / | |/| / | | |/
| | * regulator: core: Introduce set_load opBjorn Andersson2015-02-231-15/+24
| |/
* | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2015-04-101-37/+175
|\ \
| * \ Merge branch 'topic/debugfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown2015-04-101-1/+119
| |\ \
| | * | regulator: output current-limit for all regulators in summaryHeiko Stübner2015-04-101-19/+5
| | * | regulator: add a summary tree in debugfsHeiko Stübner2015-04-101-0/+121
| | * | regulator: Ensure unique regulator debugfs directory namesGuenter Roeck2015-03-271-1/+12
| | |/
| * | regulator: Defer lookup of supply to regulator_getBjorn Andersson2015-04-011-36/+56
| |/
| |
| \
*-. \ Merge remote-tracking branches 'regulator/fix/gpio-enable' and 'regulator/fix...Mark Brown2015-03-161-17/+17
|\ \ \ | | |/
| * | regulator: core: Fix enable GPIO reference countingDoug Anderson2015-03-081-14/+12
| * | regulator: Only enable disabled regulators on resumeJavier Martinez Canillas2015-03-081-3/+5
| |/
* | regulator: Fix regression due to NULL constraints checkTakashi Iwai2015-03-041-7/+0
|/
*-. Merge remote-tracking branches 'regulator/topic/max8649', 'regulator/topic/mo...Mark Brown2015-02-081-77/+35
|\ \
| | * regulator: core: Consolidate drms update handlingBjorn Andersson2015-01-281-77/+35
| |/
* | Merge remote-tracking branch 'regulator/topic/dt-cb' into regulator-nextMark Brown2015-02-081-5/+17
|\ \
| * | regulator: Update documentation after renaming function argumentKrzysztof Kozlowski2015-01-141-1/+1
| * | Merge branch 'topic/core' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2015-01-091-3/+3
| |\ \
| * | | regulator: Allow parsing custom properties when using simplified DT parsingKrzysztof Kozlowski2015-01-081-1/+1
| * | | regulator: Copy config passed during registrationKrzysztof Kozlowski2015-01-081-3/+15
| | |/ | |/|
OpenPOWER on IntegriCloud