* [GIT PULL] extcon next for 6.2
@ 2022-12-03 6:17 Chanwoo Choi
2022-12-03 9:54 ` Greg Kroah-Hartman
0 siblings, 1 reply; 3+ messages in thread
From: Chanwoo Choi @ 2022-12-03 6:17 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: Linux Kernel Mailing List, Chanwoo Choi, Chanwoo Choi
Dear Greg,
This is extcon-next pull request for v6.2. I add detailed description of
this pull request on below. Please pull extcon with following updates.
I'm sorry for late pull request. If possible, could you apply this pull request?
Best Regards,
Chanwoo Choi
The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:
Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-6.2
for you to fetch changes up to 5313121b22fd11db0d14f305c110168b8176efdc:
extcon: usbc-tusb320: Convert to i2c's .probe_new() (2022-12-03 15:03:40 +0900)
----------------------------------------------------------------
Update extcon next for v6.2
Detailed description for this pull request:
- Replace irqchip mask_invert with unmask_base
to remove deprecated mask_invert flag for extcon-max77843.c
- Convert to i2c's .probe_new style for extcon-fsa9480,
extcon-rt8973 and extcon-usbc-uusb320.c
----------------------------------------------------------------
Aidan MacDonald (1):
extcon: max77843: Replace irqchip mask_invert with unmask_base
Uwe Kleine-König (3):
extcon: fsa9480: Convert to i2c's .probe_new()
extcon: rt8973: Convert to i2c's .probe_new()
extcon: usbc-tusb320: Convert to i2c's .probe_new()
drivers/extcon/extcon-fsa9480.c | 5 ++---
drivers/extcon/extcon-max77843.c | 3 +--
drivers/extcon/extcon-rt8973a.c | 5 ++---
drivers/extcon/extcon-usbc-tusb320.c | 5 ++---
4 files changed, 7 insertions(+), 11 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] extcon next for 6.2
2022-12-03 6:17 [GIT PULL] extcon next for 6.2 Chanwoo Choi
@ 2022-12-03 9:54 ` Greg Kroah-Hartman
2022-12-03 10:25 ` Chanwoo Choi
0 siblings, 1 reply; 3+ messages in thread
From: Greg Kroah-Hartman @ 2022-12-03 9:54 UTC (permalink / raw)
To: Chanwoo Choi; +Cc: Linux Kernel Mailing List, Chanwoo Choi, Chanwoo Choi
On Sat, Dec 03, 2022 at 03:17:00PM +0900, Chanwoo Choi wrote:
> Dear Greg,
>
> This is extcon-next pull request for v6.2. I add detailed description of
> this pull request on below. Please pull extcon with following updates.
>
> I'm sorry for late pull request. If possible, could you apply this pull request?
>
> Best Regards,
> Chanwoo Choi
>
> The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:
>
> Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-6.2
The key you have used to sign this has expired, I get this warning when
pulling:
# gpg: Good signature from "Chanwoo Choi (Personal) <cwchoi00@gmail.com>" [expired]
# gpg: aka "Chanwoo Choi <cw00.choi@samsung.com>" [expired]
# gpg: aka "Chanwoo Choi <chanwoo@kernel.org>" [expired]
# gpg: Note: This key has expired!
I'll take this now, but please update your key in the kernel.org gpg
keyring.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] extcon next for 6.2
2022-12-03 9:54 ` Greg Kroah-Hartman
@ 2022-12-03 10:25 ` Chanwoo Choi
0 siblings, 0 replies; 3+ messages in thread
From: Chanwoo Choi @ 2022-12-03 10:25 UTC (permalink / raw)
To: Greg Kroah-Hartman; +Cc: Linux Kernel Mailing List, Chanwoo Choi
Dear Greg,
On Sat, Dec 3, 2022 at 6:54 PM Greg Kroah-Hartman
<gregkh@linuxfoundation.org> wrote:
>
> On Sat, Dec 03, 2022 at 03:17:00PM +0900, Chanwoo Choi wrote:
> > Dear Greg,
> >
> > This is extcon-next pull request for v6.2. I add detailed description of
> > this pull request on below. Please pull extcon with following updates.
> >
> > I'm sorry for late pull request. If possible, could you apply this pull request?
> >
> > Best Regards,
> > Chanwoo Choi
> >
> > The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:
> >
> > Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)
> >
> > are available in the Git repository at:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-6.2
>
> The key you have used to sign this has expired, I get this warning when
> pulling:
>
> # gpg: Good signature from "Chanwoo Choi (Personal) <cwchoi00@gmail.com>" [expired]
> # gpg: aka "Chanwoo Choi <cw00.choi@samsung.com>" [expired]
> # gpg: aka "Chanwoo Choi <chanwoo@kernel.org>" [expired]
> # gpg: Note: This key has expired!
>
> I'll take this now, but please update your key in the kernel.org gpg
> keyring.
I'm sorry to bother you. I'll use the updated key on next time.
Thanks.
--
Best Regards,
Chanwoo Choi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-12-03 10:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-03 6:17 [GIT PULL] extcon next for 6.2 Chanwoo Choi
2022-12-03 9:54 ` Greg Kroah-Hartman
2022-12-03 10:25 ` Chanwoo Choi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox