[GIT PULL] extcon next for v4.19

From: Chanwoo Choi
Date: Wed Jul 18 2018 - 20:17:13 EST


Dear Greg,

This is extcon-next pull request for v4.19. 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 ce397d215ccd07b8ae3f71db689aedb85d56ab40:

Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the git repository at:

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

for you to fetch changes up to 8a9dbb779fe882325b9a0238494a7afaff2eb444:

extcon: Release locking when sending the notification of connector state (2018-07-12 09:06:31 +0900)

----------------------------------------------------------------
Update extcon for 4.19

Detailed description for this pull request:
1. Release locking when sending the connector state in extcon_sync()
- Previously, extcon used the spinlock before calling the notifier_call_chain
to prevent the scheduled out of task and to prevent the notification delay.
When spinlock is locked for sending the notification, deadlock issue
occured on the side of extcon consumer device. To fix this issue on extcon
consumer device, release locking when sending the connector state.

2. Fix minor issues of extcon provider driver
- extcon-intel-int3496.c uses 'linux/gpio/consumer.h' instead of 'linux/gpio.h'
- extcon-usbc-cors-ec.c adds SPDX license and fix the wrong license information

----------------------------------------------------------------
Chanwoo Choi (1):
extcon: Release locking when sending the notification of connector state

Enric Balletbo i Serra (2):
extcon: usbc-cros-ec: Make license text and module license match.
extcon: usbc-cros-ec: Switch to SPDX identifier.

Wolfram Sang (1):
extcon: int3496: Use proper GPIO include

drivers/extcon/extcon-intel-int3496.c | 2 +-
drivers/extcon/extcon-usbc-cros-ec.c | 22 ++++++----------------
drivers/extcon/extcon.c | 3 ++-
3 files changed, 9 insertions(+), 18 deletions(-)