summaryrefslogtreecommitdiff
path: root/common/usbc
Commit message (Expand)AuthorAgeFilesLines
* usb_pd_host: Remove extra newlineAbe Levkoy2023-05-171-1/+1
* TCPMv2: Do not attempt Enter_USB under PD 2.0Abe Levkoy2023-05-161-0/+4
* ec: Add #line in common/usbc/usb_pd_dpm.cJeremy Bettis2023-05-061-0/+6
* TCPMv2: Snoop HPD signal necessities in AP VDM controlDiana Z2023-05-051-0/+71
* zephyr: Eliminate pointer from SYS_INIT functionsKeith Short2023-04-172-6/+2
* USB-PD: Make sink automatically enter EPR modeDaisuke Nojiri2023-04-173-3/+20
* USB-PD: Update pd console command for EPRDaisuke Nojiri2023-04-141-4/+36
* TCPMv2: Disable PE during ErrorRecoveryDiana Z2023-04-131-2/+1
* USB-PD: Update EC_CMD_TYPEC_STATUS for EPRDaisuke Nojiri2023-04-131-30/+70
* USB-PD: Support Vconn swap during EPR entry for SinkDaisuke Nojiri2023-04-072-1/+22
* TCPMv2: Check PRL flag names array sizeAbe Levkoy2023-03-171-0/+5
* TCPMv2: Ignore data role mismatch during DRSAbe Levkoy2023-03-172-2/+25
* TCPM: Fold expected SVID check into mode consumptionDiana Z2023-03-141-10/+3
* TCPMv2: Only notify failed discovery onceAbe Levkoy2023-03-132-0/+14
* USB-PD: Trim excessive PDOsDaisuke Nojiri2023-03-101-0/+7
* USB-PD: Add EPR sink capability to TCPMv2Daisuke Nojiri2023-03-102-6/+472
* TCPMv2: Create a HPD GPIO moduleDiana Z2023-03-093-57/+93
* TCPMV2: Create AP VDM control moduleDiana Z2023-03-094-183/+250
* USB-PD: Use VDO_MAX_OBJECTS to define max VDO objectsDaisuke Nojiri2023-03-022-3/+3
* USB-PD: Print DPM state only if debug_level >= 2Daisuke Nojiri2023-03-022-3/+25
* USB-PD: Use TCH_SET_FLAG to set PRL_FLAGS_CHUNKINGDaisuke Nojiri2023-02-281-1/+1
* TCPMV2: Remove EC_CMD_USB_PD_DEV_INFOAbe Levkoy2023-02-241-35/+0
* TCPM: Correct mfallow error returnsDiana Z2023-02-231-2/+2
* TCPM: Divorce v1 and v2 alternate mode handlingDiana Z2023-02-234-73/+507
* TCPMv2: Remove pd_dev_dump_infoAbe Levkoy2023-02-212-16/+0
* TCPMv2: Trigger ErrorRecovery for FRS corner casesDiana Z2023-02-151-5/+17
* TCPMv2: Remove PE_FLAGS_VDM_SETUP_DONEAbe Levkoy2023-02-132-15/+1
* TCPMv2: Restrict PE VDM flag to discoveryAbe Levkoy2023-02-131-21/+6
* TCPMv2: Gate DP module support on a CONFIGDiana Z2023-02-072-13/+6
* usbc-pd: Log with labels should honor debug levelAndrew McRae2023-01-272-2/+2
* TCPMv2: Clear DPM state on disconnectDiana Z2023-01-251-0/+1
* TCPMv2: Add host command VDM:Attention retrievalDiana Z2023-01-252-0/+8
* TCPMv2: Queue Attention messages for consumptionDiana Z2023-01-252-6/+109
* TCPMv2: Rearrange VDM response HC contentsDiana Z2023-01-251-4/+3
* TCPMv2: Add SOP minor revision to EC_CMD_TYPEC_STATUSJameson Thies2023-01-183-6/+19
* TCPMv2: Update PE commentsAbe Levkoy2022-12-221-2/+3
* TCPMV2: Handle errors in pe_send_alert_runJameson Thies2022-12-161-0/+6
* usbc-pd: Use correct config item for AP pwrAndrew McRae2022-12-151-5/+4
* TCPMv2: Make VDM ACKs available to the APDiana Z2022-12-132-6/+103
* usb_prl: support logging to a ring bufferPeter Marheine2022-12-091-0/+163
* TCPMv2: Pass NAK VDM headers to DPMDiana Z2022-12-062-6/+15
* usb_tc_drp_acc_trysrc_sm: add bound checkBoris Mittelberg2022-12-051-0/+3
* common: Sort header filesJeremy Bettis2022-11-2912-31/+32
* tcpmv2: dpm: Add DATA_RESET stateScott Collyer2022-11-291-25/+39
* tcpmv2: dpm: Split DPM_READY to DFP/UFP specific statesScott Collyer2022-11-291-64/+106
* tcpmv2: pe: Add mux_set call following successful DATA_RESETScott Collyer2022-11-281-2/+1
* dp-alt-mode: add safety checkBoris Mittelberg2022-11-241-3/+3
* TCPMv2: Present as Sink/UFP in CTAttached.SNKAbe Levkoy2022-11-231-0/+7
* TCPMv2: Disallow VCONN Swap in CTAttached.SNKAbe Levkoy2022-11-231-1/+1
* pd console command: cflush fixBoris Mittelberg2022-11-101-1/+1