All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add MAX77857/MAX77831 Regulator Support
@ 2023-06-13  8:05 Okan Sahin
  2023-06-13  8:05 ` [PATCH v1 1/2] dt-bindings: regulator: max77857: Add ADI MAX77831/MAX77831 Regulator Okan Sahin
  2023-06-13  8:05 ` [PATCH v1 2/2] regulator: max77857: Add ADI MAX77857/MAX77831 Regulator Support Okan Sahin
  0 siblings, 2 replies; 7+ messages in thread
From: Okan Sahin @ 2023-06-13  8:05 UTC (permalink / raw)
  To: okan.sahin
  Cc: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Ibrahim Tilki, linux-kernel, devicetree

High efficiency buck-boost regulator driver and bindings for
MAX77857/MAX77831. The patches are required to be applied
in sequence.

Okan Sahin (2):
  dt-bindings: regulator: max77857: Add ADI MAX77831/MAX77831 Regulator
  regulator: max77857: Add ADI MAX77857/MAX77831 Regulator Support

 .../bindings/regulator/adi,max77857.yaml      |  83 ++++
 drivers/regulator/Kconfig                     |   9 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/max77857-regulator.c        | 382 ++++++++++++++++++
 4 files changed, 475 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/adi,max77857.yaml
 create mode 100644 drivers/regulator/max77857-regulator.c

-- 
2.30.2


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

end of thread, other threads:[~2023-06-13 14:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-13  8:05 [PATCH v1 0/2] Add MAX77857/MAX77831 Regulator Support Okan Sahin
2023-06-13  8:05 ` [PATCH v1 1/2] dt-bindings: regulator: max77857: Add ADI MAX77831/MAX77831 Regulator Okan Sahin
2023-06-13  9:18   ` Rob Herring
2023-06-13 13:39     ` Rob Herring
2023-06-13 13:39   ` Rob Herring
2023-06-13  8:05 ` [PATCH v1 2/2] regulator: max77857: Add ADI MAX77857/MAX77831 Regulator Support Okan Sahin
2023-06-13 14:22   ` 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.