summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/core.c
Commit message (Expand)AuthorAgeFilesLines
*---. Merge remote-tracking branches 'regulator/topic/notifier', 'regulator/topic/p...Mark Brown2017-04-301-0/+4
|\ \ \
| | | * regulator: Add settling time for non-linear voltage transitionLaxman Dewangan2017-04-051-0/+2
| | |/
| * | regulator: core: Add new notification for enabling of regulatorHarald Geyer2017-03-241-0/+2
| |/
* | regulator: core: Allow dummy regulators for suppliesMark Brown2017-04-141-8/+0
* | regulator: core: Only propagate voltage changes to if it can change voltagesMark Brown2017-04-141-2/+4
* | regulator: core: Limit propagation of parent voltage count and listMatthias Kaehlcke2017-03-291-2/+7
* | regulator: core: Fix kerneldoc commentsTamara Diaconita2017-03-291-2/+0
* | regulator: Mark supply_name const and duplicate it as suchStephen Boyd2017-03-171-2/+2
* | regulator: core: use snprintf() instead of scnprintf()Bartosz Golaszewski2017-03-071-2/+2
| |
| \
*-. \ Merge remote-tracking branches 'regulator/topic/s2mpa01', 'regulator/topic/su...Mark Brown2017-02-191-0/+13
|\ \ \ | | |/ | |/|
| | * regulator: core: Don't use regulators as supplies until the parent is boundJon Hunter2017-01-121-0/+13
| |/
* | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2017-02-191-71/+74
|\ \
| * | regulator: core: simplify _regulator_get()Dmitry Torokhov2017-02-081-32/+34
| * | regulator: core: have regulator_dev_lookup() return ERR_PTR-encoded errorsDmitry Torokhov2017-02-051-19/+23
| * | regulator: core: fix typo in regulator_bulk_disable()Dmitry Torokhov2017-02-041-1/+1
| * | regulator: core: simplify regulator_bulk_force_disable()Dmitry Torokhov2017-02-041-8/+4
| * | regulator: core: have _regulator_get() accept get_type argumentDmitry Torokhov2017-02-041-9/+14
| * | regulator: core: remove dead code in _regulator_get()Dmitry Torokhov2017-02-041-6/+2
| |/
| |
| \
*-. \ Merge remote-tracking branches 'regulator/fix/debugfs' and 'regulator/fix/tps...Mark Brown2017-02-191-2/+3
|\ \ \ | | |/
| * | regulator: Fix regulator_summary for deviceless consumersLeonard Crestez2017-02-161-2/+3
| |/
* | regulator: core: Resolve supplies before disabling unused regulatorsJavier Martinez Canillas2017-02-161-0/+10
|/
*-. Merge remote-tracking branches 'regulator/topic/arizona', 'regulator/topic/by...Mark Brown2016-12-121-0/+33
|\ \
| | * regulator: core: Add new API to poll for error conditionsAxel Haslam2016-11-041-0/+33
| |/
* | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2016-12-121-2/+3
|\ \
| * | regulator: core: add newline in debug messageDavid Lechner2016-12-051-1/+1
| * | regulator: core: Correct type of mode in regulator_mode_constrainCharles Keepax2016-11-301-1/+2
| |/
* | regulator: core: silence warning: "VDD1: ramp_delay not set"H. Nikolaus Schaller2016-10-281-1/+1
|/
*-. Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pv88080...Mark Brown2016-09-301-40/+72
|\ \
| | * regulator: core: Add set_voltage_time opMatthias Kaehlcke2016-09-161-27/+59
| | * regulator: core: Don't skip set_voltage_time when ramp delay disabledMatthias Kaehlcke2016-09-161-6/+2
| | * regulator: core: Simplify error flow in _regulator_do_set_voltage()Matthias Kaehlcke2016-09-161-2/+6
| | * regulator: core: Use local ops variable in _regulator_do_set_voltage()Matthias Kaehlcke2016-09-141-10/+10
| |/
| |
| \
*-. \ Merge remote-tracking branches 'regulator/topic/bulk', 'regulator/topic/dbx50...Mark Brown2016-09-301-22/+20
|\ \ \ | |_|/ |/| |
| | * regulator: core: don't return error with inadequate reasonJoonwoo Park2016-09-241-18/+18
| |/ |/|
| * regulator: Remove support for optional supplies in the bulk APIBjorn Andersson2016-08-161-4/+2
|/
* regulator: Remove regulator_can_change_voltage()Mark Brown2016-06-091-27/+0
*---. Merge remote-tracking branches 'regulator/topic/can-change', 'regulator/topic...Mark Brown2016-05-131-59/+83
|\ \ \
| | | * regulator: core: Add debugfs to show constraint flagsRichard Fitzgerald2016-04-221-0/+52
| | |/ | |/|
| | * regulator: refactor valid_ops_mask checking codeWEN Pingbo2016-04-251-59/+29
| | * regulator: core: Log when we bring constraints into rangeMark Brown2016-03-291-0/+2
* | | Merge remote-tracking branch 'regulator/topic/supply' into regulator-nextMark Brown2016-05-131-26/+41
|\ \ \
| * | | regulator: core: Add early supply resolution for regulatorsJon Hunter2016-04-271-11/+26
| * | | Merge branch 'topic/bypass' of git://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown2016-04-271-0/+14
| |\ \ \
| * | | | regulator: core: Move registration of regulator deviceJon Hunter2016-04-221-15/+9
| * | | | Merge branch 'topic/sysfs-init' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2016-04-221-10/+10
| |\ \ \ \
| | * | | | regulator: reorder initialization steps in regulator_register()Boris Brezillon2016-04-131-10/+10
| | | |/ / | | |/| |
| * | | | regulator: core: Clear the supply pointer if enabling failsJon Hunter2016-04-221-0/+1
| * | | | regulator: core: Don't terminate supply resolution earlyJon Hunter2016-04-221-1/+6
* | | | | Merge remote-tracking branch 'regulator/topic/core' into regulator-nextMark Brown2016-05-131-3/+1
|\ \ \ \ \
| * | | | | regulator: core: remove lockdep assert from suspend_prepareTero Kristo2016-04-181-2/+0
OpenPOWER on IntegriCloud