Devicetree
 help / color / mirror / Atom feed
* [PATCH v1 0/2] extcon: add basic Maxim MAX14526 MUIC support
@ 2025-02-19  8:37 Svyatoslav Ryhel
  2025-02-19  8:37 ` [PATCH v1 1/2] dt-bindings: extcon: Document Maxim MAX14526 MUIC Svyatoslav Ryhel
  2025-02-19  8:37 ` [PATCH v1 2/2] extcon: Add basic support for " Svyatoslav Ryhel
  0 siblings, 2 replies; 7+ messages in thread
From: Svyatoslav Ryhel @ 2025-02-19  8:37 UTC (permalink / raw)
  To: MyungJoo Ham, Chanwoo Choi, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Svyatoslav Ryhel
  Cc: linux-kernel, devicetree

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


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

end of thread, other threads:[~2025-02-23 14:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-19  8:37 [PATCH v1 0/2] extcon: add basic Maxim MAX14526 MUIC support Svyatoslav Ryhel
2025-02-19  8:37 ` [PATCH v1 1/2] dt-bindings: extcon: Document Maxim MAX14526 MUIC Svyatoslav Ryhel
2025-02-23 11:38   ` Krzysztof Kozlowski
2025-02-23 11:51     ` Svyatoslav Ryhel
2025-02-23 14:13       ` Krzysztof Kozlowski
2025-02-23 14:19         ` Svyatoslav Ryhel
2025-02-19  8:37 ` [PATCH v1 2/2] extcon: Add basic support for " Svyatoslav Ryhel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox