summaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
12 daysusb: typec: qcom-pmic-typec: drain cc_debounce_dwork if port_start() failsFan Wu1-0/+3
12 daysusb: typec: qcom-pmic-typec: disable cc_debounce_dwork on stopFan Wu1-0/+2
12 daysusb: typec: qcom-pmic: cancel reset_work on stopFan Wu1-0/+2
12 daysusb: typec: tipd: Fix Thunderbolt altmode VDOs for cd321xSven Peter2-6/+15
12 daysusb: typec: hd3ss3220: track VBUS enable state per consumerChang Wu1-2/+7
12 daysusb: typec: mux: avoid duplicated mux switchesMarek Vasut1-2/+15
12 daysusb: typec: mux: Fix typec_switch_match()Marek Vasut1-1/+3
13 daysusb: typec: tcpm: constrain TCPM_SOURCING_VBUS event handlingAmit Sunil Dhamne1-6/+22
13 daysusb: typec: ucsi: displayport: Fix OOB altmode array indexJameson Thies1-1/+1
2026-08-14usb: typec: hd3ss3220: fix VBUS regulator error messageXu Rao1-1/+1
2026-08-14usb: typec: tcpci: pass correct rx_type to tcpm_pd_receive()Xu Yang1-1/+11
2026-08-14usb: typec: ucsi: use UCSI_TIMEOUT_MS for sync command completionHuang Wei1-1/+2
2026-08-14usb: typec: thunderbolt: Disable work before freeing tbt on removeFan Wu1-0/+2
2026-07-27Merge 7.2-rc5 into usb-nextGreg Kroah-Hartman2-76/+187
2026-07-23usb: typec: ucsi: Correct teardown ordering in ucsi_init() error pathAndrei Kuchynski1-2/+2
2026-07-23usb: typec: tcpm: implement retry mechanism for Discover Identity VDMsRD Babiera1-142/+259
2026-07-17usb: typec: altmodes: select DRM_AUX_HPD_BRIDGE for TYPEC_DP_ALTMODEChaoyi Chen1-0/+1
2026-07-17usb: typec: tcpm: Add support for Battery Cap response messageAmit Sunil Dhamne1-13/+95
2026-07-17usb: typec: tcpm: Add support for Battery Status response messageAmit Sunil Dhamne1-4/+134
2026-07-17usb: typec: tipd: add TPS66993 supportRadhey Shyam Pandey1-2/+62
2026-07-17usb: typec: tipd: add read_power_status callback to tipd_dataRadhey Shyam Pandey1-4/+8
2026-07-16usb: typec: ucsi: yoga_c630: Remove redundant duplicate altmode handlingChia-Lin Kao (AceLan)1-23/+0
2026-07-16usb: typec: ucsi: Add duplicate detection to nvidia registration pathChia-Lin Kao (AceLan)1-10/+16
2026-07-16usb: typec: ucsi: Detect and skip duplicate altmodes from buggy firmwareChia-Lin Kao (AceLan)1-0/+132
2026-07-13usb: typec: ucsi: Fix race condition and ordering in port unregistrationAndrei Kuchynski1-43/+39
2026-07-13Merge 7.2-rc3 into usb-nextGreg Kroah-Hartman19-43/+63
2026-07-12Merge tag 'usb-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-35/+63
2026-07-10usb: typec: ucsi: gaokun: unwind notifier on UCSI register failurePengpeng Hou1-3/+12
2026-07-10usb: typec: ucsi: Use %pe to print error pointersSubasri S1-6/+6
2026-07-08Revert "usb: typec: mux: avoid duplicated mux switches"Jens Glathe1-12/+1
2026-07-08usb: typec: displayport: Check cable altmode supportAndrei Kuchynski1-1/+4
2026-07-08usb: typec: thunderbolt: Check cable altmode supportAndrei Kuchynski1-0/+4
2026-07-08usb: typec: Add helper to check cable altmode supportAndrei Kuchynski1-0/+71
2026-07-08usb: typec: displayport: Reject DP Alt Mode VDO with no pin assignment for it...Madhu M1-0/+13
2026-07-08usb: typec: tipd: name TPS_REG_POWER_STATUS field masksRadhey Shyam Pandey1-3/+7
2026-07-08usb: typec: tipd: demote missing IRQ message to debugRadhey Shyam Pandey1-1/+1
2026-07-08usb: typec: tipd: add error message for vendor ID read failureRadhey Shyam Pandey1-2/+5
2026-07-08usb: ucsi: huawei_gaokun: move typec_altmode off stackArnd Bergmann1-6/+6
2026-07-08usb: typec: mux: tusb1046: add missing MODULE_DEVICE_TABLE()Pengpeng Hou1-0/+1
2026-07-08usb: typec: ucsi: Fix debugfs response truncation beyond 16 bytesMadhu M2-2/+3
2026-07-08usb: typec: tcpm: Defensively bound altmode array accessesBadhri Jagan Sridharan1-5/+6
2026-07-08usb: typec: ucsi: unregister debugfs entries on teardownBjorn Andersson2-0/+3
2026-07-08usb: typec: ucsi: Move long delayed work on system_dfl_long_wqMarco Crivellari1-2/+2
2026-07-08usb: typec: tcpci_rt1711h: unregister TCPCI port with devresMyeonghun Pak1-5/+8
2026-07-08usb: typec: tcpm: Fix VDM type for Enter Mode commandsAndy Yan1-2/+2
2026-07-08usb: typec: ucsi: cancel pending work on system suspendPaul Menzel3-1/+30
2026-07-08usb: typec: class: drop PD lookup referenceShuangpeng Bai1-0/+1
2026-07-08usb: typec: ps883x: Fix DP+USB3 configurationStephan Gerhold1-3/+3
2026-07-08usb: typec: anx7411: use devm_pm_runtime_enable()Myeonghun Pak1-1/+3
2026-07-08usb: typec: ucsi: Pass full DP config payload in SET_NEW_CAM for DP alt modeMadhu M1-2/+1