[PATCH 0/2] Maxim MAX20339 regulator driver

André Draszik posted 2 patches 2 months, 1 week ago
.../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(+)
[PATCH 0/2] Maxim MAX20339 regulator driver
Posted by André Draszik 2 months, 1 week ago
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>

Re: [PATCH 0/2] Maxim MAX20339 regulator driver
Posted by André Draszik 2 months, 1 week ago
On Mon, 2024-09-16 at 17:48 +0100, André Draszik wrote:
> 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.

For reference, DTS and related changes for Pixel 6 are in
https://lore.kernel.org/all/20240916-max20339-dts-v1-0-2f7ed7c24e83@linaro.org/

Cheers,
Andre'