summaryrefslogtreecommitdiffstats
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorLines
2026-01-07tcpm: allow looking for role_sw device in the main nodeArnaud Ferraris-1/+1
2025-12-23Revert "usb: typec: ucsi: Update UCSI structure to have message in and messag...Johan Hovold-112/+71
2025-12-23Revert "usb: typec: ucsi: Add support for message out data structure"Johan Hovold-32/+0
2025-12-23Revert "usb: typec: ucsi: Enable debugfs for message_out data structure"Johan Hovold-26/+0
2025-12-23Revert "usb: typec: ucsi: Add support for SET_PDOS command"Johan Hovold-2/+0
2025-12-17usb: typec: altmodes/displayport: Drop the device reference in dp_altmode_pro...Haoxiang Li-2/+6
2025-12-17usb: typec: ucsi: huawei-gaokin: add DRM dependencyArnd Bergmann-0/+1
2025-12-06Merge tag 'usb-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-152/+609
2025-11-26usb: typec: ucsi: fix use-after-free caused by uec->workDuoming Zhou-0/+1
2025-11-26usb: typec: ucsi: fix probe failure in gaokun_ucsi_probe()Duoming Zhou-0/+1
2025-11-21usb: typec: hd3ss3220: Enable VBUS based on ID pin stateKrishna Kurapati-2/+73
2025-11-21usb: typec: anx7411: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-2/+1
2025-11-21usb: typec: ucsi: Add support for SET_PDOS commandPooja Katiyar-0/+2
2025-11-21usb: typec: ucsi: Enable debugfs for message_out data structurePooja Katiyar-0/+26
2025-11-21usb: typec: ucsi: Add support for message out data structurePooja Katiyar-0/+32
2025-11-21usb: typec: ucsi: Update UCSI structure to have message in and message out fi...Pooja Katiyar-71/+112
2025-11-21usb: typec: tipd: mark as orientation awarePeter Korsgaard-0/+1
2025-11-21usb: typec: ucsi: Set orientation_aware if UCSI version is 2.x and aboveAbel Vesa-0/+3
2025-11-09usb: typec: ucsi: psy: Set max current to zero when disconnectedJameson Thies-0/+5
2025-10-28usb: typec: ucsi: Add support for orientationAbel Vesa-0/+27
2025-10-28usb: typec: ucsi: Add SET_POWER_LEVEL UCSI command to debugfsVenkat Jayaraman-0/+2
2025-10-27Merge 6.18-rc3 into usb-nextGreg Kroah-Hartman-2/+2
2025-10-24usb: typec: ucsi_glink: Increase buffer size to support UCSI v2Anjelique Melendez-10/+70
2025-10-24usb: typec: ucsi_glink: Update request/response buffers to be packedAnjelique Melendez-4/+4
2025-10-23usb: typec: ps883x: Fix missing mutex_unlock()Konrad Dybcio-3/+1
2025-10-22usb: typec: ps883x: Add USB4 mode and TBT3 altmode supportKonrad Dybcio-0/+29
2025-10-22usb: typec: ps883x: Rework ps883x_set()Konrad Dybcio-35/+38
2025-10-22usb: typec: ps883x: Cache register settings, not Type-C modeKonrad Dybcio-19/+22
2025-10-22usb: typec: ucsi: Report power supply change on sink path changeJameson Thies-1/+2
2025-10-22usb: typec: ucsi: Report power supply changes on power opmode changesJameson Thies-0/+3
2025-10-22usb: typec: ucsi: psy: Add power supply statusJameson Thies-0/+29
2025-10-22usb: typec: pd: Register SPR AVS caps with usb_power_delivery classBadhri Jagan Sridharan-5/+90
2025-10-22tcpm: Parse and log AVS APDOBadhri Jagan Sridharan-1/+14
2025-10-22tcpm: switch check for role_sw device with fw_nodeMichael Grzeschik-2/+2
2025-10-13usb: typec: ucsi: Handle incorrect num_connectors capabilityMark Pearson-0/+6
2025-10-13usb: typec: altmodes/displayport: do not enter mode if port is the UFPRD Babiera-1/+3
2025-10-13usb: typec: class: add typec_get_data_role symbolRD Babiera-0/+13
2025-10-13usb: typec: tipd: Fix error handling in cd321x_read_data_statusSven Peter-4/+10
2025-09-15Merge 6.17-rc6 into usb-nextGreg Kroah-Hartman-4/+8
2025-09-14usb: typec: tipd: Handle mode transitions for CD321xHector Martin-4/+286
2025-09-14usb: typec: tipd: Read data status in probe and cache its valueHector Martin-0/+4
2025-09-14usb: typec: tipd: Use read_power_status function in probeHector Martin-4/+1
2025-09-14usb: typec: tipd: Update partner identity when power status was updatedHector Martin-1/+8
2025-09-14usb: typec: tipd: Register DisplayPort and Thunderbolt altmodes for cd321xSven Peter-3/+82
2025-09-14usb: typec: tipd: Read USB4, Thunderbolt and DisplayPort status for cd321xSven Peter-4/+76
2025-09-14usb: typec: tipd: Add cd321x struct with separate sizeSven Peter-5/+15
2025-09-14usb: typec: tipd: Trace data status for CD321x correctlySven Peter-1/+51
2025-09-14usb: typec: tipd: Move switch_power_state to tipd_dataSven Peter-9/+8
2025-09-14usb: typec: tipd: Move initial irq mask to tipd_dataSven Peter-12/+11
2025-09-14usb: typec: tipd: Clear interrupts firstSven Peter-13/+11