aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/usbLinus 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 its capabilityMadhu 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
2026-07-03Replace <linux/mod_devicetable.h> by more specific <linux/device-id/*.h> (c files)Uwe Kleine-König (The Capable Hub)8-8/+0
2026-06-25usb: typec: ucsi: ccg: Fix use-after-free of ucsi on removeFan Wu1-1/+1
2026-06-25usb: typec: tcpm: Validate SVID index in svdm_consume_modes()Badhri Jagan Sridharan1-0/+5
2026-06-25usb: typec: ucsi: Invert DisplayPort role assignmentAndrei Kuchynski1-2/+2
2026-06-12usb: ucsi: huawei_gaokun: support mode switchingPengyu Luo1-13/+40
2026-06-01Merge tag 'v7.1-rc6' into usb-nextGreg Kroah-Hartman9-64/+131
2026-05-22usb: typec: ucsi: Add support for SET_PDOS commandPooja Katiyar2-0/+9
2026-05-22usb: typec: ucsi: Enable debugfs for message_out data structurePooja Katiyar2-0/+29
2026-05-22usb: typec: ucsi: Add support for message_out data structurePooja Katiyar6-20/+85