aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
11 daysMerge tag 'usb-7.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-35/+63
2026-07-08Revert "usb: typec: mux: avoid duplicated mux switches"Jens Glathe1-12/+1
2026-07-08usb: ucsi: huawei_gaokun: move typec_altmode off stackArnd Bergmann1-6/+6
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 f...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-14/+41
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
2026-05-22usb: typec: tcpm: qcom: prefer VBUS supply from the connector nodeDmitry Baryshkov1-1/+11
2026-05-22USB: typec: qcom-pmic-typec: Drop redundant header includesKrzysztof Kozlowski1-5/+0
2026-05-22usb: typec: ucsi: split connector lock classesSergey Senozhatsky2-0/+9
2026-05-22usb: typec: intel_pmc_mux: Zero initialize num_ports in pmc_usb_probe()Nathan Chancellor1-1/+1
2026-05-21usb: typec: ucsi: Don't update power_supply on power role change if not conne...Myrrh Periwinkle1-1/+6
2026-05-21usb: typec: ucsi: Check if power role change actually happened before handlingMyrrh Periwinkle1-2/+4
2026-05-21usb: typec: tcpm: improve handling of DISCOVER_MODES failuresSebastian Reichel1-36/+61
2026-05-21usb: typec: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)14-21/+21
2026-05-21usb: typec: Use FIELD_MODIFY()Hans Zhang1-7/+4
2026-05-21usb: typec: fusb302: Fix resource leak when devm_drm_dp_hpd_bridge_add() failsFelix Gu1-10/+10
2026-05-19usb: typec: ucsi: validate connector number in ucsi_connector_change()Greg Kroah-Hartman1-1/+10
2026-05-19usb: typec: ucsi: displayport: NAK DP_CMD_CONFIGURE without a payload VDOGreg Kroah-Hartman1-0/+4
2026-05-19usb: typec: tcpm: bound altmode_desc[] per iteration in svdm_consume_modes()Greg Kroah-Hartman1-8/+4
2026-05-19usb: typec: tcpm: validate VDO count in Discover Identity ACK handlersGreg Kroah-Hartman1-1/+7
2026-05-19usb: typec: tcpm/tcpci_maxim: validate header NDO against RX_BYTE_CNTGreg Kroah-Hartman1-0/+9
2026-05-19usb: typec: altmodes/displayport: validate count before reading Status Update...Greg Kroah-Hartman1-0/+2
2026-05-19usb: typec: wcove: don't write past struct pd_message in wcove_read_rx_buffer()Greg Kroah-Hartman1-5/+8
2026-05-18usb: typec: ucsi: ccg: reject firmware images without a ':' record headerGreg Kroah-Hartman1-0/+5
2026-05-18usb: typec: tipd: Fix error code in tps6598x_probe()Dan Carpenter1-0/+1
2026-05-11Merge tag 'v7.1-rc3' into usb-nextGreg Kroah-Hartman1-9/+18
2026-04-27usb: typec: intel_pmc_mux: combine kzalloc + kcallocRosen Penev1-10/+9
2026-04-27usb: typec: mux: ps883x: Power the retimer off when not in useKonrad Dybcio1-82/+114
2026-04-27usb: typec: tcpm: fix debug accessory mode detection for sink portsXu Yang1-9/+16
2026-04-27usb: typec: tcpm: reset internal port states on soft reset AMSAmit Sunil Dhamne1-0/+2
2026-04-19Merge tag 'usb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-198/+912
2026-04-07usb: typec: cros_ec_ucsi: Load driver from OF and ACPI definitionsJameson Thies1-2/+24
2026-04-07usb: typec: ucsi: Set usb mode on partner changeJameson Thies1-0/+6
2026-04-07usb: typec: ucsi: skip connector validation before initNathan Rebello1-1/+2
2026-04-06Merge tag 'v7.0-rc7' into usb-nextGreg Kroah-Hartman3-28/+29
2026-03-30usb: typec: thunderbolt: Set enter_vdo during initializationAndrei Kuchynski1-22/+22
2026-03-30usb: typec: Remove alt->adev.dev.class assignmentAndrei Kuchynski1-4/+0