2021-12-24 06:13:21

by Chanwoo Choi

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

Dear Greg,

This is extcon-next pull request for v5.17. 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 2585cf9dfaaddf00b069673f27bb3f8530e2039c:

Linux 5.16-rc5 (2021-12-12 14:53:01 -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.17

for you to fetch changes up to 2da3db7f498d8b6137566b4869d289938b69de13:

extcon: Deduplicate code in extcon_set_state_sync() (2021-12-24 15:27:52 +0900)

----------------------------------------------------------------
Alexander Stein (1):
extcon: Deduplicate code in extcon_set_state_sync()

Randy Dunlap (1):
extcon: usb-gpio: fix a non-kernel-doc comment

drivers/extcon/extcon-usb-gpio.c | 2 +-
drivers/extcon/extcon.c | 14 +-------------
2 files changed, 2 insertions(+), 14 deletions(-)


2021-12-27 09:27:51

by Greg Kroah-Hartman

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

On Fri, Dec 24, 2021 at 03:36:22PM +0900, Chanwoo Choi wrote:
> Dear Greg,
>
> This is extcon-next pull request for v5.17. 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 2585cf9dfaaddf00b069673f27bb3f8530e2039c:
>
> Linux 5.16-rc5 (2021-12-12 14:53:01 -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.17

Pulled and pushed out, thanks.

greg k-h