[GIT PULL] extcon next for v5.3

From: Chanwoo Choi
Date: Thu Jun 27 2019 - 21:30:23 EST


Dear Greg,

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

[Detailed description for this pull request]
1. Add new extcon-fsa9480 extcon provider driver
- It is extcon provider driver for Fairchild Semiconductor
FSA9480 microUSB switch and accessory detector chip which
detects the kind of external connector like usb, charger,
audio, video and so on.

2.
- Add the exception handling code for extcon-arizona.c
when using the regmap interface.

Best Regards,
Chanwoo Choi


The following changes since commit cd6c84d8f0cdc911df435bb075ba22ce3c605b07:

Linux 5.2-rc2 (2019-05-26 16:49:19 -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.3

for you to fetch changes up to 0937fbb7abeb165ef0ac6a56a3a6f041eca6dbde:

extcon: fsa9480: Fix Kconfig warning and build errors (2019-06-26 17:27:39 +0900)

----------------------------------------------------------------
Charles Keepax (1):
extcon: arizona: Correct error handling on regmap_update_bits_check

Randy Dunlap (1):
extcon: fsa9480: Fix Kconfig warning and build errors

Tomasz Figa (2):
dt-bindings: extcon: Add support for fsa9480 switch
extcon: Add fsa9480 extcon driver

.../devicetree/bindings/extcon/extcon-fsa9480.txt | 19 +
drivers/extcon/Kconfig | 12 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-arizona.c | 33 +-
drivers/extcon/extcon-fsa9480.c | 395 +++++++++++++++++++++
5 files changed, 447 insertions(+), 13 deletions(-)
create mode 100644 Documentation/devicetree/bindings/extcon/extcon-fsa9480.txt
create mode 100644 drivers/extcon/extcon-fsa9480.c