[GIT PULL v2] extcon-next for v5.5

From: Chanwoo Choi
Date: Mon Nov 04 2019 - 23:56:05 EST


Dear Greg,

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

Detailed description for this pull request:
1. Clean up the and fix the minor issue of extcon provider driver
- extcon-intel-cht-wc don't reset the USB data connection at probe time
in order to prevent the removing all devices from bus.
- extcon-sm5502 reset the registers at proble time in order to
prevent the some stuck state. And remove the redundant variable
initialization.

Changes from v2 as following:
- add the missed patch title of this pull request

Best Regards,
Chanwoo Choi

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ddd1bbbae486ff5913c8fc72c853dcea60713236:

extcon: sm5502: remove redundant assignment to variable cable_type (2019-10-31 13:47:42 +0900)

----------------------------------------------------------------
Colin Ian King (1):
extcon: sm5502: remove redundant assignment to variable cable_type

Stephan Gerhold (1):
extcon: sm5502: Reset registers during initialization

Yauhen Kharuzhy (1):
extcon-intel-cht-wc: Don't reset USB data connection at probe

drivers/extcon/extcon-intel-cht-wc.c | 16 ++++++++++++++--
drivers/extcon/extcon-sm5502.c | 6 +++++-
drivers/extcon/extcon-sm5502.h | 2 ++
3 files changed, 21 insertions(+), 3 deletions(-)