2022-03-08 19:11:05

by Chanwoo Choi

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

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(-)


2022-03-11 21:28:53

by Greg Kroah-Hartman

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

On Fri, Mar 11, 2022 at 11:28:52AM +0900, Chanwoo Choi wrote:
> On 3/11/22 6:47 AM, Greg KH wrote:
> > On Tue, Mar 08, 2022 at 11:48:53AM +0900, Chanwoo Choi wrote:
> >> 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
> >
> > You signed this tag with a gpg key that is expired, so my check failed
> > when pulling :(
> >
> > Can you please fix your key and get the update in the kernel.org gpg
> > database?
>
> I'm sorry to bother you. After fixing key issue, I'll resend pull request.

In the meantime, you can send me changes by email.

thanks,

greg k-h

2022-03-11 22:35:59

by Greg Kroah-Hartman

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

On Tue, Mar 08, 2022 at 11:48:53AM +0900, Chanwoo Choi wrote:
> 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

You signed this tag with a gpg key that is expired, so my check failed
when pulling :(

Can you please fix your key and get the update in the kernel.org gpg
database?

thanks,

greg k-h

2022-03-11 22:38:23

by Chanwoo Choi

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

On 3/11/22 6:47 AM, Greg KH wrote:
> On Tue, Mar 08, 2022 at 11:48:53AM +0900, Chanwoo Choi wrote:
>> 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
>
> You signed this tag with a gpg key that is expired, so my check failed
> when pulling :(
>
> Can you please fix your key and get the update in the kernel.org gpg
> database?

I'm sorry to bother you. After fixing key issue, I'll resend pull request.

--
Best Regards,
Chanwoo Choi
Samsung Electronics