Messages in this thread |  | | Date | Tue, 4 Oct 2016 11:54:30 +0200 | From | Mark Brown <> | Subject | [GIT PULL] regulator updates for v4.9 |
| |
The following changes since commit 08895a8b6b06ed2323cd97a36ee40a116b3db8ed:
Linux 4.8-rc8 (2016-09-25 18:47:13 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git tags/regulator-v4.9
for you to fetch changes up to 2ed89d577c172506b5bada8c5810f607a4eae771:
Merge remote-tracking branch 'regulator/topic/tps80031' into regulator-next (2016-09-30 09:14:02 -0700)
---------------------------------------------------------------- regulator: Changes for v4.9
This is an extremely quiet release for the regulator API, we've got a small set of bug fixes and minor feature enhancements for drivers plus a couple of more visible changes:
- Add support for ramp times in regulators that don't use selectors. - New driver for LTC3676.
---------------------------------------------------------------- Baoyou Xie (2): regulator: hi6421: mark hi6421_regulator_ldo_get_optimum_mode() static regulator: dbx500: remove unused functions in dbx500-prcmu.c
Bjorn Andersson (1): regulator: Remove support for optional supplies in the bulk API
Eric Jeong (1): regulator: pv88080: Update regulator for PV88080 BB silicon support
Fabio Estevam (1): regulator: bindings: Use the correct symbol for second
Jan Remmet (1): regulator: tps65910: Work around silicon erratum SWCZ010
Joonwoo Park (1): regulator: core: don't return error with inadequate reason
Mark Brown (4): Merge remote-tracking branch 'regulator/fix/tps65910' into regulator-linus Merge remote-tracking branches 'regulator/topic/bulk', 'regulator/topic/dbx500', 'regulator/topic/hi6421', 'regulator/topic/load' and 'regulator/topic/ltc3676' into regulator-next Merge remote-tracking branches 'regulator/topic/of', 'regulator/topic/pv88080', 'regulator/topic/rk808', 'regulator/topic/set-voltage' and 'regulator/topic/tps65218' into regulator-next Merge remote-tracking branch 'regulator/topic/tps80031' into regulator-next
Markus Elfring (1): regulator: rk808: Delete owner assignment
Matthias Kaehlcke (4): regulator: core: Use local ops variable in _regulator_do_set_voltage() regulator: core: Simplify error flow in _regulator_do_set_voltage() regulator: core: Don't skip set_voltage_time when ramp delay disabled regulator: core: Add set_voltage_time op
Sebastiaan Schalbroeck (1): regulator: Kconfig: Fix typo
Tero Kristo (2): mfd: tps65218: add version check to the PMIC probe regulator: tps65218: do not disable DCDC3 during poweroff on broken PMICs
Tim Harvey (1): regulator: Add LTC3676 support
.../devicetree/bindings/regulator/ltc3676.txt | 94 +++++ .../devicetree/bindings/regulator/pv88080.txt | 23 +- .../devicetree/bindings/regulator/regulator.txt | 2 +- drivers/mfd/tps65218.c | 9 + drivers/regulator/Kconfig | 10 +- drivers/regulator/Makefile | 1 + drivers/regulator/core.c | 154 +++++--- drivers/regulator/dbx500-prcmu.c | 18 - drivers/regulator/devres.c | 7 +- drivers/regulator/hi6421-regulator.c | 3 +- drivers/regulator/ltc3676.c | 420 +++++++++++++++++++++ drivers/regulator/pv88080-regulator.c | 263 +++++++++++-- drivers/regulator/pv88080-regulator.h | 114 +++--- drivers/regulator/pwm-regulator.c | 10 - drivers/regulator/rk808-regulator.c | 3 +- drivers/regulator/tps65218-regulator.c | 8 + drivers/regulator/tps65910-regulator.c | 6 + include/linux/mfd/tps65218.h | 6 + include/linux/regulator/consumer.h | 3 - include/linux/regulator/driver.h | 10 +- 20 files changed, 981 insertions(+), 183 deletions(-) create mode 100644 Documentation/devicetree/bindings/regulator/ltc3676.txt create mode 100644 drivers/regulator/ltc3676.c [unhandled content-type:application/pgp-signature] |  |