summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
*---. 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/+5Star
| | * | regulator: add a summary tree in debugfsHeiko Stübner2015-04-101-0/+121
| | * | regulator: Ensure unique regulator debugfs directory namesGuenter Roeck2015-03-281-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/+12Star
| * | 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/+0Star
|/
*-. Merge remote-tracking branches 'regulator/topic/max8649', 'regulator/topic/mo...Mark Brown2015-02-081-77/+35Star
|\ \
| | * regulator: core: Consolidate drms update handlingBjorn Andersson2015-01-281-77/+35Star
| |/
* | 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
| | |/ | |/|
* | | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2015-02-081-130/+111Star
|\ \ \
| * | | regulator: Build sysfs entries with static attribute groupsTakashi Iwai2015-02-021-127/+108Star
| | |/ | |/|
| * | regulator: core: Fix format specifier warningAniroop Mathur2014-12-291-1/+1
| * | regulator: core: Avoid negative regulator no & initialize it to -1Aniroop Mathur2014-12-291-3/+3
| |/
* / regulator: core: fix race condition in regulator_put()Ashay Jaiswal2015-01-081-1/+3
|/
*---. Merge remote-tracking branches 'regulator/topic/anatop', 'regulator/topic/dis...Mark Brown2014-12-051-1/+18
|\ \ \
| | | * regulator: Add ena_gpio_initialized to regulator_configMarkus Pargmann2014-10-201-1/+2
| | |/ | |/|
| | * regulator: core: Add PRE_DISABLE notificationRichard Fitzgerald2014-11-241-0/+16
| |/
* | regulator: core: Fix regualtor_ena_gpio_free not to access pin after freeingSeung-Woo Kim2014-12-041-0/+2
* | regulator: Lower priority of constraint loggingMark Brown2014-10-311-1/+1
|/
*---. Merge remote-tracking branches 'regulator/topic/tps65217', 'regulator/topic/t...Mark Brown2014-09-301-7/+56
|\ \ \
| | | * regulator: core: Add REGULATOR_EVENT_PRE_VOLTAGE_CHANGE (and ABORT)Heiko Stübner2014-08-291-7/+56
| | |/
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge remote-tracking branches 'regulator/topic/drivers', 'regulator/topic/en...Mark Brown2014-09-301-53/+94
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | * | Merge branch 'topic/of' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Mark Brown2014-09-101-3/+7
| | |/| | | | | |/
| | | * regulator: of: Provide simplified DT parsing methodMark Brown2014-09-101-3/+7
| |_|/ |/| |
| * | regulator: core: add const to regulator_ops and fix build error in mc13892Guodong Xu2014-08-191-4/+4
| |/
| * regulator: core: add guard delay between calling regulator_disable and _enableGuodong Xu2014-08-161-0/+31
| * regulator: core: factor out delay function from _regulator_do_enableGuodong Xu2014-08-161-34/+40
| * regulator: core: add const qualifier to ops in struct regulator_descGuodong Xu2014-08-161-12/+12
|/
*---. Merge remote-tracking branches 'regulator/topic/da9211', 'regulator/topic/get...Mark Brown2014-08-051-9/+84
|\ \ \
| | | * regulator: core: convert to use gpio_desc internallyRussell King2014-06-301-9/+13
| | |/ | |/|
| | * regulator: Add helpers for low-level register accessTuomas Tynkkynen2014-07-251-0/+71
| |/
* | regulator: core: Allow to get voltage count and list from parentJavier Martinez Canillas2014-07-291-6/+17
* | regulator: core: Get voltage from parent if not availableJavier Martinez Canillas2014-07-291-0/+2
* | regulator: core: print error value when constraints are not appliedNishanth Menon2014-06-051-3/+5
|/
*-. Merge remote-tracking branches 'regulator/topic/fixed', 'regulator/topic/id-c...Mark Brown2014-06-021-1/+2
|\ \
| | * regulator: core: Get and put regulator of_nodeCharles Keepax2014-04-141-1/+2
| |/
* | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2014-06-021-10/+12
|\ \
| * | regulator: Fix regulator_get_{optional,exclusive}() documentationStephen Boyd2014-05-281-7/+4Star