[GIT PULL] extcon next for v5.14

From: Chanwoo Choi
Date: Wed Jun 23 2021 - 05:48:50 EST


Dear Greg,

This is extcon-next pull request for v5.14. 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 009c9aa5be652675a06d5211e1640e02bbb1c33d:

Linux 5.13-rc6 (2021-06-13 14:43:10 -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.14

for you to fetch changes up to d97c0ff5a124f48109c4b32d6471c7bccd497009:

extcon: sm5502: Add support for SM5504 (2021-06-21 18:28:01 +0900)

----------------------------------------------------------------
Ferry Toth (1):
extcon: intel-mrfld: Sync hardware and software state on init

Marek Szyprowski (1):
extcon: max8997: Add missing modalias string

Stephan Gerhold (7):
extcon: sm5502: Drop invalid register write in sm5502_reg_data
extcon: sm5502: Use devm_regmap_add_irq_chip()
extcon: sm5502: Implement i2c_driver->probe_new()
dt-bindings: extcon: sm5502: Convert to DT schema
dt-bindings: extcon: sm5502: Document siliconmitus,sm5504-muic
extcon: sm5502: Refactor driver to use chip-specific struct
extcon: sm5502: Add support for SM5504

.../devicetree/bindings/extcon/extcon-sm5502.txt | 21 --
.../bindings/extcon/siliconmitus,sm5502-muic.yaml | 52 +++++
drivers/extcon/Kconfig | 2 +-
drivers/extcon/extcon-intel-mrfld.c | 9 +
drivers/extcon/extcon-max8997.c | 1 +
drivers/extcon/extcon-sm5502.c | 212 ++++++++++++++++-----
drivers/extcon/extcon-sm5502.h | 82 +++++++-
7 files changed, 310 insertions(+), 69 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/extcon/extcon-sm5502.txt
create mode 100644 Documentation/devicetree/bindings/extcon/siliconmitus,sm5502-muic.yaml