[GIT PULL] extcon next for v4.20

From: Chanwoo Choi
Date: Mon Oct 01 2018 - 06:14:15 EST


Dear Greg,

This is extcon-next pull request for v4.20. 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 5b394b2ddf0347bef56e50c69a58773c94343ff3:

Linux 4.19-rc1 (2018-08-26 14:11:59 -0700)

are available in the git repository at:

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

for you to fetch changes up to 2e464ff0a9b1ab0fbb56e2ca8b1f5ff8c9f4e02f:

extcon: int3496: Convert to use SPDX identifier (2018-08-28 11:21:15 +0900)

----------------------------------------------------------------
Update extcon for 4.20

Detailed description for this pull request:
1. Add SPDX license identifiers for Maxim and Intel extcon drivers
2. Clean-up extcon-intel-cht-wc.c driver without operation changes
3. Fix build warning of extcon core and use kasprintf instead of snprintf

----------------------------------------------------------------
Andy Shevchenko (7):
extcon: Make static analyzer happy about union assignment
extcon: Switch to use kasprintf() instead of open coded
extcon: cht-wc: Return from default case to avoid warnings
extcon: cht-wc: Fix definition names according to spec
extcon: cht-wc: Correct USBID bit field handling
extcon: cht-wc: Convert to use SPDX identifier
extcon: int3496: Convert to use SPDX identifier

Krzysztof Kozlowski (1):
extcon: maxim: Add SPDX license identifiers

drivers/extcon/extcon-intel-cht-wc.c | 60 +++++++++++++++++------------------
drivers/extcon/extcon-intel-int3496.c | 12 ++-----
drivers/extcon/extcon-max14577.c | 24 ++++----------
drivers/extcon/extcon-max77693.c | 22 ++++---------
drivers/extcon/extcon-max77843.c | 19 ++++-------
drivers/extcon/extcon-max8997.c | 22 ++++---------
drivers/extcon/extcon.c | 15 +++------
7 files changed, 61 insertions(+), 113 deletions(-)