mbox series

[v2,0/8] regulator: support Silergy SY8824C/SY8824E etc.

Message ID 20190828135646.52457ac3@xhacker.debian
Headers show
Series regulator: support Silergy SY8824C/SY8824E etc. | expand

Message

Jisheng Zhang Aug. 28, 2019, 6:08 a.m. UTC
Add support for Silergy SY8824C/SY8824E/SY20276/SY20278 regulator.

Changes since v1:
  - use c++ comment style for SPDX header
  - add prefix for BUCK_EN and MODE

Jisheng Zhang (8):
  regulator: add binding for the SY8824C voltage regulator
  regulator: add support for SY8824C regulator
  dt-bindings: sy8824x: Document SY8824E support
  regulator: sy8824x: add SY8824E support
  dt-bindings: sy8824x: Document SY20276 support
  regulator: sy8824x: add SY20276 support
  dt-bindings: sy8824x: Document SY20278 support
  regulator: sy8824x: add SY20278 support

 .../devicetree/bindings/regulator/sy8824x.txt |  24 ++
 drivers/regulator/Kconfig                     |   7 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/sy8824x.c                   | 231 ++++++++++++++++++
 4 files changed, 263 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/sy8824x.txt
 create mode 100644 drivers/regulator/sy8824x.c

Comments

Mark Brown Aug. 28, 2019, 10:08 a.m. UTC | #1
On Wed, Aug 28, 2019 at 06:08:09AM +0000, Jisheng Zhang wrote:
> Add support for Silergy SY8824C/SY8824E/SY20276/SY20278 regulator.
> 
> Changes since v1:
>   - use c++ comment style for SPDX header
>   - add prefix for BUCK_EN and MODE

I already applied v1, please just send incremental updates fixing these
rather than entirely new versions.  As the message sent when applying
patches says:

| If any updates are required or you are submitting further changes they
| should be sent as incremental updates against current git, existing
| patches will not be replaced.