devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] regulator: aw37503: add regulator driver for AWINIC AW37503
@ 2023-08-04 10:27 like
  2023-08-04 10:27 ` [PATCH v2 1/2] regulator: aw37503: Remove unneeded fields and switch to using dev_err_probe() like
  2023-08-04 10:27 ` [PATCH v2 2/2] regulator: dt-bindings: Correct yamllint warnings/errors like
  0 siblings, 2 replies; 6+ messages in thread
From: like @ 2023-08-04 10:27 UTC (permalink / raw)
  To: lgirdwood, broonie, robh+dt, krzysztof.kozlowski+dt, conor+dt
  Cc: linux-kernel, devicetree, liweilei, liangdong, wangweidong.a,
	Alec Li

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
-- 
2.41.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-05 20:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-04 10:27 [PATCH v2 0/2] regulator: aw37503: add regulator driver for AWINIC AW37503 like
2023-08-04 10:27 ` [PATCH v2 1/2] regulator: aw37503: Remove unneeded fields and switch to using dev_err_probe() like
2023-08-04 12:25   ` Mark Brown
2023-08-04 10:27 ` [PATCH v2 2/2] regulator: dt-bindings: Correct yamllint warnings/errors like
2023-08-04 16:27   ` Conor Dooley
2023-08-05 20:00   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).