From: Choi Chanwoo <cwchoi00@gmail.com>
To: gregkh@linuxfoundation.org
Cc: linux-kernel@vger.kernel.org, cw00.choi@samsung.com,
chanwoo@kernel.org, myungjoo.ham@samsung.com
Subject: [GIT PULL] extcon next for 7.1
Date: Sat, 4 Apr 2026 03:01:59 +0900 [thread overview]
Message-ID: <744e241d-646c-4d87-8039-e4500447fd5e@gmail.com> (raw)
Dear Greg,
This is extcon-next pull request. I add detailed description of
this pull request on below. Please pull extcon with following updates.
I'm sorry that I did not send the separate fixes pull request.
This pull request does not contain any problematic patches according to your comment.
Best Regards,
Chanwoo Choi
The following changes since commit f338e77383789c0cae23ca3d48adcc5e9e137e3c:
Linux 7.0-rc4 (2026-03-15 13:52:05 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git tags/extcon-next-for-7.1
for you to fetch changes up to 1bf0ba46d9d2c784120fd9cb235c08add3a6e7be:
extcon: usbc-tusb320: Make typec-power-opmode optional (2026-03-20 11:20:43 +0900)
----------------------------------------------------------------
Update extcon next for v7.1
Detailed description for this pull request:
- Fix sysfs duplicate filename issue on extcon core
: Adjust ida_free timing after device_unregister
to prevent duplicate filename error when re-allocating id
- Update NXP PTN5150 extcon driver and dt-binding document
: Handle pending IRQ events during system resume
: Allow "connector" node to present in devicetree
: Add Type-C orientation switch support to correctly
set orientation of multiplexer according to CC status
: Support USB role switch via connector fwnode
- Replace use of system_wq with system_percpu_wq on int3496 driver
- Make typec-power-opmode optional on usbc-tusb320 driver
: Prevent probe error when usb-c connector is configured
in the DT without "typec-power-opmode" property
----------------------------------------------------------------
Marco Crivellari (1):
extcon: int3496: replace use of system_wq with system_percpu_wq
Michael Wu (1):
extcon: Fixed sysfs duplicate filename issue
Xu Yang (4):
extcon: ptn5150: handle pending IRQ events during system resume
dt-bindings: extcon: ptn5150: Allow "connector" node to present
extcon: ptn5150: Add Type-C orientation switch support
extcon: ptn5150: Support USB role switch via connector fwnode
Yannis Bolliger (1):
extcon: usbc-tusb320: Make typec-power-opmode optional
.../devicetree/bindings/extcon/extcon-ptn5150.yaml | 3 ++
drivers/extcon/Kconfig | 1 +
drivers/extcon/extcon-intel-int3496.c | 4 +-
drivers/extcon/extcon-ptn5150.c | 56 ++++++++++++++++++++++
drivers/extcon/extcon-usbc-tusb320.c | 24 +++++-----
drivers/extcon/extcon.c | 4 +-
6 files changed, 75 insertions(+), 17 deletions(-)
next reply other threads:[~2026-04-03 18:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-03 18:01 Choi Chanwoo [this message]
2026-04-07 8:06 ` [GIT PULL] extcon next for 7.1 Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=744e241d-646c-4d87-8039-e4500447fd5e@gmail.com \
--to=cwchoi00@gmail.com \
--cc=chanwoo@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=myungjoo.ham@samsung.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox