extcon: add MAX14526 MUIC support
authorSvyatoslav Ryhel <clamor95@gmail.com>
Tue, 25 Apr 2023 07:57:22 +0000 (10:57 +0300)
committerTom Rini <trini@konsulko.com>
Tue, 2 May 2023 18:23:58 +0000 (14:23 -0400)
commit488d3dae24c4e27bc0f500dbe76ea767794a59ac
tree6bf2bfe364dc5a2c38c57c1fc7e51416662e3896
parent8b215e10fe585907be8b6a0babad2923f6cf4da2
extcon: add MAX14526 MUIC support

MAX14526 is a powerful extcon chip which allows detection of various
plugs like usb, mhl, uart, headset etc. This version of driver
implements support of AP-usb and CP-usb/uart paths.

Tested-by: Andreas Westman Dorcsak <hedmoo@yahoo.com> # LG P880 T30
Tested-by: Svyatoslav Ryhel <clamor95@gmail.com> # LG P895 T30
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/extcon/Kconfig
drivers/extcon/Makefile
drivers/extcon/extcon-max14526.c [new file with mode: 0644]