[GIT PULL] extcon next for 7.1
From: Choi Chanwoo
Date: Fri Apr 03 2026 - 14:04:15 EST
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(-)