summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/tcpm/tcpm.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04usb: typec: tcpm: Ignore received Hard Reset in TOGGLING stateKyle Tso1-0/+1
2024-06-04usb: typec: tcpm: fix use-after-free case in tcpm_register_source_capsAmit Sunil Dhamne1-1/+3
2024-04-30usb: typec: tcpm: Check for port partner validity before consuming itBadhri Jagan Sridharan1-7/+23
2024-04-30usb: typec: tcpm: enforce ready state when queueing alt mode vdmRD Babiera1-0/+4
2024-04-30usb: typec: tcpm: unregister existing source caps before re-registrationAmit Sunil Dhamne1-1/+4
2024-04-30usb: typec: tcpm: clear pd_event queue in PORT_RESETRD Babiera1-0/+1
2024-04-30usb: typec: tcpm: queue correct sop type in tcpm_queue_vdm_unlockedRD Babiera1-1/+1
2024-04-04usb: typec: tcpm: Correct the PDO counting in pd_setKyle Tso1-2/+2
2024-03-26usb: typec: tcpm: Update PD of Type-C port upon pd_setKyle Tso1-0/+2
2024-03-26usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()Xu Yang1-2/+0
2024-03-26usb: typec: tcpm: Correct port source pdo array in pd_set callbackKyle Tso1-1/+1
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-153/+899
2024-03-05usb: typec: tcpm: add support to set tcpc connector orientatitionMarco Felsch1-0/+6
2024-03-05usb: typec: tpcm: Fix PORT_RESET behavior for self powered devicesBadhri Jagan Sridharan1-2/+5
2024-03-05usb: typec: tcpm: fix SOP' sequences in tcpm_pd_svdmRD Babiera1-10/+16
2024-02-26Merge v6.8-rc6 into usb-nextGreg Kroah-Hartman1-4/+2
2024-02-20usb: typec: tpcm: Fix issues with power being removed during resetMark Brown1-1/+2
2024-02-19Revert "usb: typec: tcpm: reset counter when enter into unattached state afte...Ondrej Jirman1-3/+0
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman1-3/+3
2024-01-28usb: typec: tcpm: fix the PD disabled caseDmitry Baryshkov1-1/+2
2024-01-28Revert "usb: typec: tcpm: fix cc role at port reset"Badhri Jagan Sridharan1-2/+1
2024-01-28usb: typec: tcpm: add alt mode enter/exit/vdm support for sop'RD Babiera1-20/+106
2024-01-28usb: typec: tcpm: add discover svids and discover modes support for sop'RD Babiera1-21/+140
2024-01-28usb: typec: tcpm: add state machine support for SRC_VDM_IDENTITY_REQUESTRD Babiera1-6/+43
2024-01-28usb: typec: tcpm: add discover identity support for SOP'RD Babiera1-48/+340
2024-01-28usb: typec: tcpm: add control message support to sop'RD Babiera1-45/+114
2024-01-28usb: typec: tcpm: process receive and transmission of sop' messagesRD Babiera1-11/+134
2024-01-28usb: typec: tcpci: add tcpm_transmit_type to tcpm_pd_receiveRD Babiera1-1/+9
2024-01-04usb: typec: tcpm: Support multiple capabilitiesKyle Tso1-89/+298
2023-12-15usb: typec: tcpm: Parse Accessory Mode informationDmitry Baryshkov1-0/+9
2023-12-15usb: typec: tcpm: Query Source partner for FRS capability only if it is DRPKyle Tso1-1/+2
2023-12-04usb: typec: tcpm: add tcpm_port_error_recovery symbolRD Babiera1-0/+14
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman1-1/+11
2023-11-23usb: typec: tcpm: skip checking port->send_discover in PD3.0Guan-Yu Lin1-3/+3
2023-11-21usb: typec: tcpm: Fix sink caps op current checkBadhri Jagan Sridharan1-1/+2
2023-11-21usb: typec: tcpm: Skip hard reset when in error recoveryBadhri Jagan Sridharan1-0/+9
2023-10-27usb: typec: tcpm: Fix NULL pointer dereference in tcpm_pd_svdm()Jimmy Hu1-0/+3
2023-10-21usb: typec: tcpm: Add additional checks for contaminantBadhri Jagan Sridharan1-0/+2
2023-10-02usb:typec:tcpm:support double Rp to Vbus cable as sinkMichael Wu1-2/+2
2023-08-23tcpm: Avoid soft reset when partner does not support get_statusBadhri Jagan Sridharan1-0/+7
2023-08-23usb: typec: tcpm: reset counter when enter into unattached state after try roleXu Yang1-0/+3
2023-08-23usb: typec: tcpm: set initial svdm version based on pd revisionRD Babiera1-4/+31
2023-08-22usb: typec: bus: verify partner exists in typec_altmode_attentionRD Babiera1-1/+2
2023-08-14Merge 6.5-rc6 into usb-nextGreg Kroah-Hartman1-0/+7
2023-08-04usb: typec: tcpm: Fix response to vsafe0V eventBadhri Jagan Sridharan1-0/+7
2023-08-04usb: typec: tcpm: not sink vbus if operational current is 0mAXu Yang1-2/+5
2023-08-04usb: typec: tcpm: Refactor the PPS APDO selectionKyle Tso1-101/+21
2023-06-19usb: typec: tcpm: add get max power supportFrank Wang1-0/+24
2023-06-19usb: typec: tcpm: fix cc role at port resetFrank Wang1-1/+2
2023-04-20usb: typec: tcpm: fix multiple times discover svids errorFrank Wang1-1/+15