2021-04-08 06:29:48

by Chanwoo Choi

[permalink] [raw]
Subject: [GIT PULL] extcon next for v5.13

Dear Greg,

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

Linux 5.12-rc6 (2021-04-04 14:15:36 -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.13

for you to fetch changes up to 7b1222b224aff41739319ae81cd266825464ad8f:

extcon: qcom-spmi: Add support for VBUS detection (2021-04-08 13:10:16 +0900)

----------------------------------------------------------------

Detailed description for this pull request:

1. Update extcon provider driver
- Add the support of charging interrupt to detect charger connector
for extcon-max8997.c

- Detect OTG when USB_ID pin is connected to ground for extcon-sm5502.c

- Add the support for VBUS detection for extcon-qcom-spmi-misc.c
and replace qcom,pm8941-misc binding document with yaml style.

----------------------------------------------------------------
Anirudh Ghayal (1):
extcon: qcom-spmi: Add support for VBUS detection

Guru Das Srinagesh (2):
bindings: pm8941-misc: Convert bindings to YAML
bindings: pm8941-misc: Add support for VBUS detection

Nikita Travkin (1):
extcon: sm5502: Detect OTG when USB_ID is connected to ground

Timon Baetz (1):
extcon: max8997: Add CHGINS and CHGRM interrupt handling

.../bindings/extcon/qcom,pm8941-misc.txt | 41 ---------
.../bindings/extcon/qcom,pm8941-misc.yaml | 62 ++++++++++++++
drivers/extcon/extcon-max8997.c | 4 +
drivers/extcon/extcon-qcom-spmi-misc.c | 99 +++++++++++++++++-----
drivers/extcon/extcon-sm5502.c | 22 ++++-
5 files changed, 166 insertions(+), 62 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.txt
create mode 100644 Documentation/devicetree/bindings/extcon/qcom,pm8941-misc.yaml


2021-04-08 06:47:32

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] extcon next for v5.13

On Thu, Apr 08, 2021 at 03:44:35PM +0900, Chanwoo Choi wrote:
> Dear Greg,
>
> This is extcon-next pull request for v5.13. 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 e49d033bddf5b565044e2abe4241353959bc9120:
>
> Linux 5.12-rc6 (2021-04-04 14:15:36 -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.13

Pulled and pushed out, thanks.

greg k-h