[GIT PULL] extcon next for 5.16

From: Chanwoo Choi
Date: Wed Oct 27 2021 - 05:01:27 EST


Dear Greg,

This is extcon-next pull request for v5.16. I add detailed description of
this pull request on below. Please pull extcon with following updates.

Best Regards,
Chanwoo Choi

The following changes since commit 519d81956ee277b4419c723adfb154603c2565ba:

Linux 5.15-rc6 (2021-10-17 20:00:13 -1000)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
tags/extcon-next-for-5.16

for you to fetch changes up to 9e6ef3a25e5e13899381282dbd8d8d157a899262:

dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string
(2021-10-27 14:13:39 +0900)

----------------------------------------------------------------
Update extcon next for v5.16

Detailed description for this pull request:
1. Add support for TUSB320L and update tusb320 extcon driver
- The existing extcon-usbc-tusb320 driver is updated
for supporting the mode setting and reset operation.
Also, this driver supports the simliar TUSB320L device
at the same extcon-usbc-tusb320 extcon provider driver.

2. Use p-unit semaphone lock for register access for extcon-axp288 driver

3. Update the minor clean-up for extcon-max3355 and extcon-usb-gpio driver
----------------------------------------------------------------

Fabio Aiuto (1):
extcon: extcon-axp288: Use P-Unit semaphore lock for register accesses

Linus Walleij (2):
extcon: usb-gpio: Use the right includes
extcon: max3355: Drop unused include

Yassine Oudjana (3):
extcon: usbc-tusb320: Add support for mode setting and reset
extcon: usbc-tusb320: Add support for TUSB320L
dt-bindings: extcon: usbc-tusb320: Add TUSB320L compatible string

.../bindings/extcon/extcon-usbc-tusb320.yaml | 4 +-
drivers/extcon/Kconfig | 2 +-
drivers/extcon/extcon-axp288.c | 31 +++-
drivers/extcon/extcon-max3355.c | 1 -
drivers/extcon/extcon-usb-gpio.c | 3 +-
drivers/extcon/extcon-usbc-tusb320.c | 163 ++++++++++++++++++++-
6 files changed, 192 insertions(+), 12 deletions(-)