summaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
2026-08-03usb: typec: ucsi: Add duplicate detection to nvidia registration pathChia-Lin Kao (AceLan)1-10/+16
2026-08-03usb: typec: ucsi: Detect and skip duplicate altmodes from buggy firmwareChia-Lin Kao (AceLan)1-0/+132
2026-07-18usb: typec: ucsi: cancel pending work on system suspendPaul Menzel3-1/+30
2026-07-18usb: typec: ucsi: ccg: Fix use-after-free of ucsi on removeFan Wu1-1/+1
2026-07-18usb: typec: ucsi: Pass full DP config payload in SET_NEW_CAM for DP alt modeMadhu M1-2/+1
2026-07-18usb: typec: ucsi: Invert DisplayPort role assignmentAndrei Kuchynski1-2/+2
2026-07-18usb: typec: tcpm: Validate SVID index in svdm_consume_modes()Badhri Jagan Sridharan1-0/+5
2026-07-18usb: typec: tcpm: Fix VDM type for Enter Mode commandsAndy Yan1-2/+2
2026-07-18usb: typec: class: drop PD lookup referenceShuangpeng Bai1-0/+1
2026-07-18usb: typec: anx7411: use devm_pm_runtime_enable()Myeonghun Pak1-1/+3
2026-07-18usb: typec: tcpci_rt1711h: unregister TCPCI port with devresMyeonghun Pak1-5/+8
2026-06-09usb: typec: ucsi: Don't update power_supply on power role change if not conne...Myrrh Periwinkle1-1/+6
2026-06-09usb: typec: ucsi: Check if power role change actually happened before handlingMyrrh Periwinkle1-2/+4
2026-06-09usb: typec: tcpm: improve handling of DISCOVER_MODES failuresSebastian Reichel1-36/+61
2026-06-09usb: typec: tipd: Fix error code in tps6598x_probe()Dan Carpenter1-0/+1
2026-06-09usb: typec: ucsi: validate connector number in ucsi_connector_change()Greg Kroah-Hartman1-1/+10
2026-06-09usb: typec: tcpm/tcpci_maxim: validate header NDO against RX_BYTE_CNTGreg Kroah-Hartman1-0/+9
2026-06-09usb: typec: wcove: don't write past struct pd_message in wcove_read_rx_buffer()Greg Kroah-Hartman1-5/+8
2026-06-09usb: typec: altmodes/displayport: validate count before reading Status Update...Greg Kroah-Hartman1-0/+2
2026-06-09usb: typec: ucsi: displayport: NAK DP_CMD_CONFIGURE without a payload VDOGreg Kroah-Hartman1-0/+4
2026-06-09usb: typec: tcpm: bound altmode_desc[] per iteration in svdm_consume_modes()Greg Kroah-Hartman1-8/+4
2026-06-09usb: typec: tcpm: validate VDO count in Discover Identity ACK handlersGreg Kroah-Hartman1-1/+7
2026-06-09usb: typec: ucsi: ccg: reject firmware images without a ':' record headerGreg Kroah-Hartman1-0/+5
2026-05-23usb: typec: ps883x: Fix Oops at unbindMostafa Saleh1-0/+1
2026-05-23usb: typec: Fix error pointer dereferenceEthan Tidmore1-2/+4
2026-05-17usb: typec: tcpm: reset internal port states on soft reset AMSAmit Sunil Dhamne1-0/+2
2026-05-14usb: typec: tcpm: fix debug accessory mode detection for sink portsXu Yang1-9/+16
2026-04-22usb: typec: fusb302: Switch to threaded IRQ handlerAlexey Charkov1-2/+3
2026-04-18usb: typec: ucsi: skip connector validation before initNathan Rebello1-1/+2
2026-04-11usb: typec: ucsi: validate connector number in ucsi_notify_common()Nathan Rebello1-2/+7
2026-04-11usb: typec: thunderbolt: Set enter_vdo during initializationAndrei Kuchynski1-22/+22
2026-03-19Revert "tcpm: allow looking for role_sw device in the main node"Xu Yang1-1/+1
2026-03-19usb: typec: altmode/displayport: set displayport signaling rate in configure ...RD Babiera1-1/+6
2026-03-04usb: typec: ucsi: psy: Fix voltage and current max for non-Fixed PDOsBenson Leung1-10/+20
2026-02-27usb: typec: ucsi: drop an unused Kconfig symbolRandy Dunlap1-1/+0
2026-02-27usb: typec: fusb302: Remove IRQF_ONESHOTSebastian Andrzej Siewior1-2/+1
2026-01-23tcpm: allow looking for role_sw device in the main nodeArnaud Ferraris1-1/+1
2026-01-02usb: typec: altmodes/displayport: Drop the device reference in dp_altmode_pro...Haoxiang Li1-2/+6
2026-01-02usb: typec: ucsi: huawei-gaokin: add DRM dependencyArnd Bergmann1-0/+1
2026-01-02usb: typec: ucsi: Handle incorrect num_connectors capabilityMark Pearson1-0/+6
2025-12-18usb: typec: ucsi: fix use-after-free caused by uec->workDuoming Zhou1-0/+1
2025-12-18usb: typec: ucsi: fix probe failure in gaokun_ucsi_probe()Duoming Zhou1-0/+1
2025-11-09usb: typec: ucsi: psy: Set max current to zero when disconnectedJameson Thies1-0/+5
2025-10-22tcpm: switch check for role_sw device with fw_nodeMichael Grzeschik1-2/+2
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman1-4/+8
2025-09-14usb: typec: tipd: Handle mode transitions for CD321xHector Martin1-4/+286
2025-09-14usb: typec: tipd: Read data status in probe and cache its valueHector Martin1-0/+4
2025-09-14usb: typec: tipd: Use read_power_status function in probeHector Martin1-4/+1
2025-09-14usb: typec: tipd: Update partner identity when power status was updatedHector Martin1-1/+8
2025-09-14usb: typec: tipd: Register DisplayPort and Thunderbolt altmodes for cd321xSven Peter1-3/+82