[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <fee142e1-ac58-477f-b8d7-51e108dddbf6@kernel.org>
Date: Tue, 19 Dec 2023 07:40:27 +0900
From: Chanwoo Choi <chanwoo@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Chanwoo Choi <cw00.choi@...sung.com>, Chanwoo Choi <chanwoo@...nel.org>,
MyungJoo Ham <myungjoo.ham@...sung.com>
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(-)
Powered by blists - more mailing lists