summaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
2025-12-07usb: typec: ucsi: psy: Set max current to zero when disconnectedJameson Thies1-0/+5
2025-10-29tcpm: switch check for role_sw device with fw_nodeMichael Grzeschik1-2/+2
2025-10-15usb: typec: tipd: Clear interrupts firstSven Peter1-13/+11
2025-09-19usb: typec: tcpm: properly deliver cable vdms to altmode driversRD Babiera1-4/+8
2025-08-28usb: typec: maxim_contaminant: re-enable cc toggle if cc is open and port is ...Amit Sunil Dhamne1-0/+53
2025-08-28usb: typec: maxim_contaminant: disable low power mode when reading comparator...Amit Sunil Dhamne2-0/+6
2025-08-28usb: typec: fusb302: cache PD RX stateSebastian Reichel1-0/+8
2025-08-28USB: typec: Use str_enable_disable-like helpersKrzysztof Kozlowski6-21/+27
2025-08-20usb: typec: ucsi: Update power_supply on power role changeMyrrh Periwinkle1-0/+1
2025-08-20usb: typec: intel_pmc_mux: Defer probe if SCU IPC isn't presentTomasz Michalec1-1/+1
2025-08-20usb: typec: tcpm/tcpci_maxim: fix irq wake usageAndré Draszik1-16/+30
2025-08-20usb: typec: ucsi: psy: Set current max to 100mA for BC 1.2 and DefaultBenson Leung2-4/+5
2025-08-15usb: typec: ucsi: yoga-c630: fix error and remove pathsDmitry Baryshkov1-3/+16
2025-08-01usb: typec: tcpm: apply vbus before data bringup in tcpm_src_attachRD Babiera1-17/+17
2025-08-01usb: typec: tcpm: allow switching to mode accessory to mux properlyMichael Grzeschik1-9/+18
2025-08-01usb: typec: tcpm: allow to use sink in accessory modeMichael Grzeschik1-2/+7
2025-07-10usb: typec: displayport: Fix potential deadlockAndrei Kuchynski1-2/+1
2025-07-10usb: typec: altmodes/displayport: do not index invalid pin_assignmentsRD Babiera1-1/+1
2025-07-06usb: typec: tcpm: PSSourceOffTimer timeout in PR_Swap enters ERROR_RECOVERYSasha Levin1-2/+1
2025-07-06usb: typec: mux: do not return on EOPNOTSUPP in {mux, switch}_setMichael Grzeschik1-2/+2
2025-07-06usb: typec: displayport: Receive DP Status Update NAK request exit dp altmodeJos Wang1-0/+4
2025-06-19usb: typec: tcpm: move tcpm_queue_vdm_unlocked to asynchronous workRD Babiera1-20/+71
2025-06-19usb: typec: tcpm/tcpci_maxim: Fix bounds check in process_rx()Amit Sunil Dhamne1-1/+2
2025-06-19USB: typec: fix const issue in typec_match()Greg Kroah-Hartman1-1/+1
2025-06-10usb: typec: ucsi: fix Clang -Wsign-conversion warningQasim Ijaz1-1/+1
2025-05-22usb: typec: ucsi: displayport: Fix deadlockAndrei Kuchynski3-8/+47
2025-05-18usb: typec: ucsi: displayport: Fix NULL pointer accessAndrei Kuchynski1-0/+2
2025-05-18usb: typec: tcpm: delay SNK_TRY_WAIT_DEBOUNCE to SRC_TRYWAIT transitionRD Babiera1-1/+1
2025-05-02usb: typec: class: Unlocked on error in typec_register_partner()Dan Carpenter1-0/+1
2025-05-02usb: typec: class: Invalidate USB device pointers on partner unregistrationAndrei Kuchynski1-2/+6
2025-05-02usb: typec: class: Fix NULL pointer accessAndrei Kuchynski2-2/+14
2025-04-10ucsi_ccg: Don't show failed to get FW build information errorMario Limonciello1-3/+2
2025-03-13acpi: typec: ucsi: Introduce a ->poll_cci methodChristian A. Ehrhardt7-12/+25
2025-03-13usb: typec: tcpci_rt1711h: Unmask alert interrupts to fix functionalityAngeloGioacchino Del Regno1-0/+11
2025-03-13usb: typec: ucsi: increase timeout for PPM reset operationsFedor Pchelkin1-1/+1
2025-03-13usb: typec: ucsi: Fix NULL pointer accessAndrei Kuchynski1-6/+7
2025-02-08usb: typec: tcpci: Prevent Sink disconnection before vPpsShutdown in SPR PPSKyle Tso2-7/+14
2025-02-08usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to PD_T_SENDER_RESPONSEJos Wang1-1/+1
2025-01-17usb: typec: fix pm usage counter imbalance in ucsi_ccg_sync_control()GONG Ruiqi1-2/+2
2025-01-17usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistan...Dan Carpenter1-2/+2
2025-01-17usb: typec: tcpci: fix NULL pointer issue on shared irq caseXu Yang1-10/+15
2024-12-19usb: typec: ucsi: Fix completion notificationsŁukasz Bartosik1-2/+4
2024-12-19usb: typec: anx7411: fix OF node reference leaks in anx7411_typec_switch_probe()Joe Hattori1-7/+12
2024-12-19usb: typec: anx7411: fix fwnode_handle reference leakJoe Hattori1-18/+29
2024-12-14usb: typec: ucsi: glink: be more precise on orientation-aware portsDmitry Baryshkov1-5/+5
2024-12-14usb: typec: ucsi: Do not call ACPI _DSM method for UCSI read operationsSaranya Gopal1-51/+5
2024-12-05usb: typec: ucsi: glink: fix off-by-one in connector_statusDmitry Baryshkov1-1/+1
2024-12-05usb: typec: fix potential array underflow in ucsi_ccg_sync_control()Dan Carpenter1-0/+5
2024-12-05mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C deviceAndy Shevchenko1-4/+0
2024-11-05usb: typec: fix potential out of bounds in ucsi_ccg_update_set_new_cam_cmd()Dan Carpenter1-0/+2