devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Maxim MAX20339 regulator driver
@ 2024-09-16 16:48 André Draszik
  2024-09-16 16:48 ` [PATCH 1/2] dt-bindings: regulator: add max20339 binding André Draszik
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: André Draszik @ 2024-09-16 16:48 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Michael Walle
  Cc: Peter Griffin, Tudor Ambarus, Will McVicker, kernel-team,
	linux-kernel, devicetree, André Draszik

Hi,

This series adds a regulator driver for the Maxim MAX20339 overvoltage
protector with load switches.

The MAX20339 is an overvoltage protection (OVP) device with integrated
load switches and ESD Protection for USB Type-C applications. It
protects low voltage systems against voltage faults and surges. It also
integrates two load switches with current limiting, configurable by
hard- and software.

It is used on the Google Pixel 6 (oriole).

To make maintainers' work easier, the relevant DTS and defconfig
changes will be sent via a different series.

Cheers,
Andre

Signed-off-by: André Draszik <andre.draszik@linaro.org>
---
André Draszik (2):
      dt-bindings: regulator: add max20339 binding
      regulator: max20339: add Maxim MAX20339 regulator driver

 .../bindings/regulator/maxim,max20339.yaml         | 171 ++++
 MAINTAINERS                                        |   7 +
 drivers/regulator/Kconfig                          |  12 +
 drivers/regulator/Makefile                         |   1 +
 drivers/regulator/max20339-regulator.c             | 912 +++++++++++++++++++++
 5 files changed, 1103 insertions(+)
---
base-commit: 7083504315d64199a329de322fce989e1e10f4f7
change-id: 20240913-max20339-03f1466a1e77

Best regards,
-- 
André Draszik <andre.draszik@linaro.org>


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

end of thread, other threads:[~2024-09-20 16:29 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-16 16:48 [PATCH 0/2] Maxim MAX20339 regulator driver André Draszik
2024-09-16 16:48 ` [PATCH 1/2] dt-bindings: regulator: add max20339 binding André Draszik
2024-09-16 19:53   ` Peter Griffin
2024-09-17  5:15     ` André Draszik
2024-09-16 19:56   ` Krzysztof Kozlowski
2024-09-17  6:17     ` André Draszik
2024-09-16 16:48 ` [PATCH 2/2] regulator: max20339: add Maxim MAX20339 regulator driver André Draszik
2024-09-16 20:06   ` Krzysztof Kozlowski
2024-09-17  8:03     ` André Draszik
2024-09-17  8:15       ` Krzysztof Kozlowski
2024-09-17  8:16         ` Krzysztof Kozlowski
2024-09-17  8:59     ` Mark Brown
2024-09-17 16:55       ` Krzysztof Kozlowski
2024-09-17  9:19   ` Mark Brown
2024-09-17 11:41     ` André Draszik
2024-09-18  8:49       ` Mark Brown
2024-09-20  7:23   ` kernel test robot
2024-09-20 16:28   ` kernel test robot
2024-09-16 17:01 ` [PATCH 0/2] " André Draszik

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