2021-02-09 10:43:32

by Chanwoo Choi

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

Dear Greg,

This is extcon-next pull request for v5.12. 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 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04:

Linux 5.11-rc5 (2021-01-24 16:47:14 -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.12

for you to fetch changes up to d8cc19be483ab2d74a1dd372d50ff9ac6cf37fa7:

extcon: sm5502: Detect OTG when USB_ID is connected to ground (2021-02-09 19:42:06 +0900)

----------------------------------------------------------------
Krzysztof Kozlowski (1):
extcon: Add stubs for extcon_register_notifier_all() functions

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

drivers/extcon/extcon-max8997.c | 4 ++++
drivers/extcon/extcon-sm5502.c | 22 ++++++++++++++++++++--
include/linux/extcon.h | 23 +++++++++++++++++++++++
3 files changed, 47 insertions(+), 2 deletions(-)



2021-02-09 10:53:59

by Greg Kroah-Hartman

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

On Tue, Feb 09, 2021 at 07:49:59PM +0900, Chanwoo Choi wrote:
> Dear Greg,
>
> This is extcon-next pull request for v5.12. I add detailed description of
> this pull request on below. Please pull extcon with following updates.
>
> Best Regards,
> Chanwoo Choi

I see the following error in this repo when trying to pull it:

Commit d8cc19be483a ("extcon: sm5502: Detect OTG when USB_ID is connected to ground")
committer Signed-off-by missing
author email: [email protected]
committer email: [email protected]
Signed-off-by: Nikita Travkin <[email protected]>

Please fix up.

thanks,

greg k-h

2021-02-10 01:27:11

by Chanwoo Choi

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

Dear Greg,

On Tue, Feb 9, 2021 at 7:43 PM Greg KH <[email protected]> wrote:
>
> On Tue, Feb 09, 2021 at 07:49:59PM +0900, Chanwoo Choi wrote:
> > Dear Greg,
> >
> > This is extcon-next pull request for v5.12. I add detailed description of
> > this pull request on below. Please pull extcon with following updates.
> >
> > Best Regards,
> > Chanwoo Choi
>
> I see the following error in this repo when trying to pull it:
>
> Commit d8cc19be483a ("extcon: sm5502: Detect OTG when USB_ID is connected to ground")
> committer Signed-off-by missing
> author email: [email protected]
> committer email: [email protected]
> Signed-off-by: Nikita Travkin <[email protected]>
>
> Please fix up.

It's my fault. I'm sorry. I'll resend the pull request.

Best Regards,
Chanwoo Choi