public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] extcon next for 6.8
@ 2023-12-18 22:40 Chanwoo Choi
  2023-12-19  7:58 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 2+ messages in thread
From: Chanwoo Choi @ 2023-12-18 22:40 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: Linux Kernel Mailing List, Chanwoo Choi, Chanwoo Choi,
	MyungJoo Ham

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

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

end of thread, other threads:[~2023-12-19  7:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-18 22:40 [GIT PULL] extcon next for 6.8 Chanwoo Choi
2023-12-19  7:58 ` Greg Kroah-Hartman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox