[GIT PULL] extcon next for v5.1

From: Chanwoo Choi
Date: Mon Feb 11 2019 - 03:27:08 EST


Dear Greg,

This is extcon-next pull request for v5.1. 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 d13937116f1e82bf508a6325111b322c30c85eb9:

Linux 5.0-rc6 (2019-02-10 14:42:20 -0800)

are available in the git repository at:

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

for you to fetch changes up to 3dfed89512d3b65f6f092cfaaee53b0698bbf75e:

extcon: ptn5150: Fix return value check in ptn5150_i2c_probe() (2019-02-11 17:21:38 +0900)

----------------------------------------------------------------
Vijai Kumar K (1):
extcon: Add support for ptn5150 extcon driver

Wei Yongjun (1):
extcon: ptn5150: Fix return value check in ptn5150_i2c_probe()

.../devicetree/bindings/extcon/extcon-ptn5150.txt | 27 ++
drivers/extcon/Kconfig | 8 +
drivers/extcon/Makefile | 1 +
drivers/extcon/extcon-ptn5150.c | 339 +++++++++++++++++++++
4 files changed, 375 insertions(+)
create mode 100644 Documentation/devicetree/bindings/extcon/extcon-ptn5150.txt
create mode 100644 drivers/extcon/extcon-ptn5150.c