All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] extcon next for v5.18
       [not found] <CGME20220308022359epcas1p2d145af3c2f462bb6e69da46663c38c95@epcas1p2.samsung.com>
@ 2022-03-08  2:48 ` Chanwoo Choi
  2022-03-10 21:47   ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Chanwoo Choi @ 2022-03-08  2:48 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-kernel, Chanwoo Choi (samsung.com),
	Chanwoo Choi (chanwoo@kernel.org), 함명주

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] extcon next for v5.18
  2022-03-08  2:48 ` [GIT PULL] extcon next for v5.18 Chanwoo Choi
@ 2022-03-10 21:47   ` Greg KH
  2022-03-11  2:28     ` Chanwoo Choi
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2022-03-10 21:47 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: linux-kernel, Chanwoo Choi (chanwoo@kernel.org),
	함명주

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] extcon next for v5.18
  2022-03-10 21:47   ` Greg KH
@ 2022-03-11  2:28     ` Chanwoo Choi
  2022-03-11  6:20       ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Chanwoo Choi @ 2022-03-11  2:28 UTC (permalink / raw)
  To: Greg KH
  Cc: linux-kernel, Chanwoo Choi (chanwoo@kernel.org),
	함명주

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] extcon next for v5.18
  2022-03-11  2:28     ` Chanwoo Choi
@ 2022-03-11  6:20       ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2022-03-11  6:20 UTC (permalink / raw)
  To: Chanwoo Choi
  Cc: linux-kernel, Chanwoo Choi (chanwoo@kernel.org),
	함명주

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-11  6:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20220308022359epcas1p2d145af3c2f462bb6e69da46663c38c95@epcas1p2.samsung.com>
2022-03-08  2:48 ` [GIT PULL] extcon next for v5.18 Chanwoo Choi
2022-03-10 21:47   ` Greg KH
2022-03-11  2:28     ` Chanwoo Choi
2022-03-11  6:20       ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.