[GIT PULL] extcon next for v4.21

From: Chanwoo Choi
Date: Tue Dec 11 2018 - 00:28:21 EST


Dear Greg,

This is extcon-next pull request for v4.21. 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 651022382c7f8da46cb4872a545ee1da6d097d2a:

Linux 4.20-rc1 (2018-11-04 15:37:52 -0800)

are available in the git repository at:

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

for you to fetch changes up to a2dc50914744eea9f83a70a5db0486be625e5dc0:

extcon: max8997: Fix lack of path setting in USB device mode (2018-11-14 09:06:32 +0900)

----------------------------------------------------------------
Update extcon for 4.21

Detailed description for this pull request:
1. Fix minor issue of Maxim MUIC (Micro USB IC) device driver
- Avoid forcing UART path on probe for extcon-max77843/77693/14577/8997.c
- Set USB path in USB device mode for extcon-max8997.c

----------------------------------------------------------------
Marek Szyprowski (5):
extcon: max77843: Avoid forcing UART path on drive probe
extcon: max77693: Avoid forcing UART path on drive probe
extcon: max14577: Avoid forcing UART path on drive probe
extcon: max8997: Avoid forcing UART path on drive probe
extcon: max8997: Fix lack of path setting in USB device mode

drivers/extcon/extcon-max14577.c | 15 +++++++++++++--
drivers/extcon/extcon-max77693.c | 16 ++++++++++++++--
drivers/extcon/extcon-max77843.c | 18 +++++++++++++++---
drivers/extcon/extcon-max8997.c | 25 +++++++++++++++++--------
4 files changed, 59 insertions(+), 15 deletions(-)