mbox series

[0/8] STPMIC1 Fixes

Message ID 1550570647-9555-1-git-send-email-p.paillet@st.com
Headers show
Series STPMIC1 Fixes | expand

Message

Pascal PAILLET-LME Feb. 19, 2019, 10:04 a.m. UTC
The goal of this patch-set is to improve the stpmic1 regulator driver:
with Fixes:
- Simplify regulator registration code
- Remove support of regulator pull-down
- Fix buck1 voltage range
- Fix binding documentation
with a new feature:
- Add support for active discharge

Pascal Paillet (8):
  regulator: stpmic1: Use regulator mode definition from bindings
  regulator: stpmic1: Simplify regulators registration
  dt-bindings: regulator: remove interrupt-parent description on stpmic1
  dt-bindings: regulator: remove regulator pull-down support for stpmic1
  regulator: stpmic1: Remove support for regulator pull down
  regulator: stpmic1: Change buck1 voltage range
  dt-bindings: regulator: Add active discharge support for stpmic1
  regulator: stpmic1: Add active discharge support

 .../bindings/regulator/st,stpmic1-regulator.txt    |   6 +-
 drivers/regulator/stpmic1_regulator.c              | 258 +++++++++------------
 2 files changed, 113 insertions(+), 151 deletions(-)

Comments

Mark Brown Feb. 19, 2019, 10:42 a.m. UTC | #1
On Tue, Feb 19, 2019 at 10:04:34AM +0000, Pascal PAILLET-LME wrote:
> Change buck1 voltage range to be conform with the data-sheet.

This is a bug fix so it should've gone at the start of the series to
make it easier to apply and send to Linus as a fix.