[PATCH v1 0/2] extcon: add basic Maxim MAX14526 MUIC support

Svyatoslav Ryhel posted 2 patches 10 months ago
There is a newer version of this series
.../bindings/extcon/maxim,max14526.yaml       |  46 +++
drivers/extcon/Kconfig                        |  12 +
drivers/extcon/Makefile                       |   1 +
drivers/extcon/extcon-max14526.c              | 308 ++++++++++++++++++
4 files changed, 367 insertions(+)
create mode 100644 Documentation/devicetree/bindings/extcon/maxim,max14526.yaml
create mode 100644 drivers/extcon/extcon-max14526.c
[PATCH v1 0/2] extcon: add basic Maxim MAX14526 MUIC support
Posted by Svyatoslav Ryhel 10 months ago
The MAX14526 is a simple multiplexer of common inputs on a single
mini/micro USB for portable devices.

Svyatoslav Ryhel (2):
  dt-bindings: extcon: Document Maxim MAX14526 MUIC
  extcon: Add basic support for Maxim MAX14526 MUIC

 .../bindings/extcon/maxim,max14526.yaml       |  46 +++
 drivers/extcon/Kconfig                        |  12 +
 drivers/extcon/Makefile                       |   1 +
 drivers/extcon/extcon-max14526.c              | 308 ++++++++++++++++++
 4 files changed, 367 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/extcon/maxim,max14526.yaml
 create mode 100644 drivers/extcon/extcon-max14526.c

-- 
2.43.0