All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add ADI MAX77503 regulator driver and bindings
@ 2023-10-03 16:38 Gokhan Celik
  2023-10-03 16:38 ` [PATCH v3 1/2] regulator: max77503: Add ADI MAX77503 support Gokhan Celik
  2023-10-03 16:38 ` [PATCH v3 2/2] regulator: dt-bindings: " Gokhan Celik
  0 siblings, 2 replies; 7+ messages in thread
From: Gokhan Celik @ 2023-10-03 16:38 UTC (permalink / raw)
  To: outreachy
  Cc: Gokhan Celik, Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, 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     |  51 +++++++
 drivers/regulator/Kconfig                     |  10 ++
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77503-regulator.c        | 137 ++++++++++++++++++
 4 files changed, 199 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] 7+ messages in thread

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03 16:38 [PATCH v3 0/2] Add ADI MAX77503 regulator driver and bindings Gokhan Celik
2023-10-03 16:38 ` [PATCH v3 1/2] regulator: max77503: Add ADI MAX77503 support Gokhan Celik
2023-10-03 16:58   ` Mark Brown
2023-10-23 17:00   ` Mark Brown
2023-10-03 16:38 ` [PATCH v3 2/2] regulator: dt-bindings: " Gokhan Celik
2023-10-04  7:52   ` Krzysztof Kozlowski
2023-10-04  7:53     ` Krzysztof Kozlowski

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.