[GIT PULL] extcon next for v5.18

From: Chanwoo Choi
Date: Mon Mar 07 2022 - 21:24:23 EST


Dear Greg,

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

Linux 5.17-rc6 (2022-02-27 14:36:33 -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.18

for you to fetch changes up to 7f3e22d689056970eee5fc5b6ec2e26d985b02c2:

extcon: Fix some kernel-doc comments (2022-03-07 18:12:21 +0900)

----------------------------------------------------------------
Dan Carpenter (1):
extcon: Fix extcon_get_extcon_dev() error handling

Gustavo A. R. Silva (1):
extcon: usbc-cros-ec: Use struct_size() helper in kzalloc()

Hans de Goede (4):
extcon: int3496: Make the driver a bit less verbose
extcon: int3496: Request non-exclusive access to the ID GPIO
extcon: int3496: Add support for binding to plain platform devices
extcon: int3496: Add support for controlling Vbus through a regulator

Yang Li (1):
extcon: Fix some kernel-doc comments

drivers/extcon/extcon-axp288.c | 4 +--
drivers/extcon/extcon-intel-int3496.c | 54 +++++++++++++++++++++++++++++-----
drivers/extcon/extcon-usbc-cros-ec.c | 2 +-
drivers/extcon/extcon.c | 8 ++++-
drivers/power/supply/axp288_charger.c | 17 ++++++-----
drivers/power/supply/charger-manager.c | 7 ++---
drivers/power/supply/max8997_charger.c | 10 +++----
drivers/usb/dwc3/drd.c | 9 ++----
drivers/usb/phy/phy-omap-otg.c | 4 +--
drivers/usb/typec/tcpm/fusb302.c | 4 +--
include/linux/extcon.h | 2 +-
11 files changed, 80 insertions(+), 41 deletions(-)