devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add ADI MAX77503 regulator driver and bindings
@ 2023-09-19 20:45 Gokhan Celik
  2023-09-19 20:45 ` [PATCH v2 1/2] regulator: max77503: Add ADI MAX77503 support Gokhan Celik
  2023-09-19 20:45 ` [PATCH v2 2/2] regulator: dt-bindings: " Gokhan Celik
  0 siblings, 2 replies; 6+ messages in thread
From: Gokhan Celik @ 2023-09-19 20:45 UTC (permalink / raw)
  To: outreachy
  Cc: Gokhan Celik, Liam Girdwood, Mark Brown, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Gokhan Celik, linux-kernel,
	devicetree

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     |  53 +++++++
 drivers/regulator/Kconfig                     |  10 ++
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77503-regulator.c        | 137 ++++++++++++++++++
 4 files changed, 201 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] 6+ messages in thread

end of thread, other threads:[~2023-09-20 15:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-19 20:45 [PATCH v2 0/2] Add ADI MAX77503 regulator driver and bindings Gokhan Celik
2023-09-19 20:45 ` [PATCH v2 1/2] regulator: max77503: Add ADI MAX77503 support Gokhan Celik
2023-09-19 21:04   ` Mark Brown
2023-09-19 20:45 ` [PATCH v2 2/2] regulator: dt-bindings: " Gokhan Celik
2023-09-19 21:03   ` Mark Brown
2023-09-20 15:25   ` Conor Dooley

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).