All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] Add ADI MAX77503 regulator driver and bindings
@ 2023-10-22 18:52 Gokhan Celik
  2023-10-22 18:52 ` [PATCH v4 1/2] regulator: max77503: Add ADI MAX77503 support Gokhan Celik
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gokhan Celik @ 2023-10-22 18:52 UTC (permalink / raw)
  To: outreachy
  Cc: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Gokhan Celik, linux-kernel, devicetree,
	Gokhan Celik

Add MAX77503 buck converter driver and devicetree bindings.
Apply patches in sequence.

Gokhan Celik (2):
  regulator: max77503: Add ADI MAX77503 support
  regulator: dt-bindings: Add ADI MAX77503 support

 .../regulator/adi,max77503-regulator.yaml     |  50 +++++++
 drivers/regulator/Kconfig                     |  10 ++
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77503-regulator.c        | 137 ++++++++++++++++++
 4 files changed, 198 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/adi,max77503-regulator.yaml
 create mode 100644 drivers/regulator/max77503-regulator.c

-- 
2.34.1


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

end of thread, other threads:[~2023-10-23 17:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-22 18:52 [PATCH v4 0/2] Add ADI MAX77503 regulator driver and bindings Gokhan Celik
2023-10-22 18:52 ` [PATCH v4 1/2] regulator: max77503: Add ADI MAX77503 support Gokhan Celik
2023-10-22 18:52 ` [PATCH v4 2/2] regulator: dt-bindings: " Gokhan Celik
2023-10-23 17:00 ` [PATCH v4 0/2] Add ADI MAX77503 regulator driver and bindings Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.