mbox series

[v2,0/2] regulator: aw37503: add regulator driver for AWINIC AW37503

Message ID 20230804102703.931418-1-like@awinic.com
Headers show
Series regulator: aw37503: add regulator driver for AWINIC AW37503 | expand

Message

like@awinic.com Aug. 4, 2023, 10:27 a.m. UTC
From: Alec Li <like@awinic.com>

v1->v2: Remove unneeded fields and correct yamllint warnings/errors.

Alec Li (2):
  regulator: aw37503: Remove unneeded fields and switch to using
    dev_err_probe()
  regulator: dt-bindings: Correct yamllint warnings/errors

 .../bindings/regulator/awinic,aw37503.yaml    |  65 +++++
 drivers/regulator/Kconfig                     |   8 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/aw37503-regulator.c         | 240 ++++++++++++++++++
 4 files changed, 314 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/awinic,aw37503.yaml
 create mode 100644 drivers/regulator/aw37503-regulator.c


base-commit: c1a515d3c0270628df8ae5f5118ba859b85464a2

Comments

Mark Brown Aug. 4, 2023, 12:25 p.m. UTC | #1
On Fri, Aug 04, 2023 at 10:27:02AM +0000, like@awinic.com wrote:
> From: Alec Li <like@awinic.com>
> 
> These fields are not really need, remove them.
> Switching to use the dev_err_probe() will be easier.
> Keep the Kconfig and Makefile sorted.

This isn't a description of your patch, it is an inter-version
changelog.  As covered in submitting-patches.rst this should be after
the ---.