summaryrefslogtreecommitdiff
path: root/drivers/usb/typec
AgeCommit message (Expand)AuthorFilesLines
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
2024-11-05usb: typec: qcom-pmic: init value of hdr_len/txbuf_len earlierRex Nie1-4/+4
2024-10-29usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT transitions to non s...Amit Sunil Dhamne1-3/+7
2024-10-29usb: typec: use cleanup facility for 'altmodes_node'Javier Carrasco1-3/+4
2024-10-29usb: typec: fix unreleased fwnode_handle in typec_port_register_altmodes()Javier Carrasco1-0/+1
2024-10-29usb: typec: qcom-pmic-typec: fix missing fwnode removal in error pathJavier Carrasco1-2/+4
2024-10-29usb: typec: qcom-pmic-typec: use fwnode_handle_put() to release fwnodesJavier Carrasco1-2/+2
2024-10-16usb: typec: qcom-pmic-typec: fix sink status being overwritten with RP_DEFJonathan Marek1-1/+0
2024-10-16usb: typec: altmode should keep reference to parentThadeu Lima de Souza Cascardo1-0/+3
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-09-26Merge tag 'usb-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-290/+255
2024-09-19Merge tag 'platform-drivers-x86-v6.12-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+1
2024-09-18Merge tag 'for-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds5-39/+14
2024-09-13usb: typec: ucsi: Fix busy loop on ASUS VivoBooksChristian A. Ehrhardt1-6/+12