[GIT PULL] extcon next for v5.11

From: Chanwoo Choi
Date: Fri Dec 11 2020 - 03:14:21 EST


Dear Greg,

This is extcon-next pull request for v5.11. 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 0477e92881850d44910a7e94fc2c46f96faa131f:

Linux 5.10-rc7 (2020-12-06 14:25:12 -0800)

are available in the Git repository at:

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

for you to fetch changes up to e1efdb604f5c9903a5d92ef42244009d3c04880f:

extcon: max77693: Fix modalias string (2020-12-11 17:18:10 +0900)

----------------------------------------------------------------

Update for extcon-next v5.11

1. Add new TI TUSB320 USB-C extcon driver
- The extcon-usbc-tusb320.c driver for the TI TUSB320 USB Type-C device
support the USB Type C connector detection.

2. Rewrite binding document in yaml for extcon-fsa9480.c
and add new compatible name of TI TSU6111 device.

3. Fix moalias string of extcon-max77693.c to fix the automated module
loading when this driver is compiled as a module.

----------------------------------------------------------------
Linus Walleij (2):
extcon: fsa9480: Rewrite bindings in YAML and extend
extcon: fsa9480: Support TI TSU6111 variant

Marek Szyprowski (1):
extcon: max77693: Fix modalias string

Michael Auchter (2):
extcon: Add driver for TI TUSB320
dt-bindings: extcon: add binding for TUSB320

.../devicetree/bindings/extcon/extcon-fsa9480.txt | 21 ---
.../bindings/extcon/extcon-usbc-tusb320.yaml | 41 +++++
.../devicetree/bindings/extcon/fcs,fsa880.yaml | 52 ++++++
drivers/extcon/Kconfig | 8 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-fsa9480.c | 1 +
drivers/extcon/extcon-max77693.c | 2 +-
drivers/extcon/extcon-usbc-tusb320.c | 184 +++++++++++++++++++++
8 files changed, 288 insertions(+), 22 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/extcon/extcon-fsa9480.txt
create mode 100644 Documentation/devicetree/bindings/extcon/extcon-usbc-tusb320.yaml
create mode 100644 Documentation/devicetree/bindings/extcon/fcs,fsa880.yaml
create mode 100644 drivers/extcon/extcon-usbc-tusb320.c