2023-12-18 22:40:37

by Chanwoo Choi

[permalink] [raw]
Subject: [GIT PULL] extcon next for 6.8

Dear Greg,

This is extcon-next pull request for v6.8. 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 b85ea95d086471afb4ad062012a4d73cd328fa86:

Linux 6.7-rc1 (2023-11-12 16:19:07 -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.8

for you to fetch changes up to 7803680964c025f598f827b7ea7433467ef21a56:

extcon: qcom-spmi-misc: don't use kernel-doc marker for comment (2023-12-12 09:33:47 +0900)

----------------------------------------------------------------
Update extcon next for v6.8

Detailed description for this pull request:
1. Fix possible memory leak of device name in extcon_dev_register()
: Fix memory leak on error path of extcon_dev_register().

2. Set interrupt polarity based on device-tree for extcon-usbc-tusb320.c
:Remove 'IRQF_TRIGGER_FALLING' request which is not allowed on
every interrupt controller (i.e. arm64 GIC). Replace flag by a
request that depends on the actual device-tree setting.

3. Fix the comment style according to guide on extcon-qcom-spmi-misc.c.
----------------------------------------------------------------

Lukas Funke (1):
extcon: usbc-tusb320: Set interrupt polarity based on device-tree

Randy Dunlap (1):
extcon: qcom-spmi-misc: don't use kernel-doc marker for comment

Yaxiong Tian (1):
extcon: fix possible name leak in extcon_dev_register()

drivers/extcon/extcon-qcom-spmi-misc.c | 2 +-
drivers/extcon/extcon-usbc-tusb320.c | 9 ++++++++-
drivers/extcon/extcon.c | 3 +--
3 files changed, 10 insertions(+), 4 deletions(-)


2023-12-19 08:00:39

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [GIT PULL] extcon next for 6.8

On Tue, Dec 19, 2023 at 07:40:27AM +0900, Chanwoo Choi wrote:
> Dear Greg,
>
> This is extcon-next pull request for v6.8. 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 b85ea95d086471afb4ad062012a4d73cd328fa86:
>
> Linux 6.7-rc1 (2023-11-12 16:19:07 -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.8

Pulled and pushed out, thanks.

greg k-h