summaryrefslogtreecommitdiff
path: root/common/usbc
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb_pe: add PE state index in the commentEric Yilun Lin2022-11-101-79/+79
* tpcmv2: dpm: Rename attempt_mode_entry/exit functionsScott Collyer2022-11-071-232/+232
* tcpmv2: dpm: Convert dpm_run to a 1st class SM frameworkScott Collyer2022-11-037-28/+173
* TCPMv2: Add host command to send VDM REQ messagesDiana Z2022-10-281-0/+30
* build: clang workaround for LTOYuval Peress2022-10-281-8/+16
* TCPMv2: Generalize VDM Attention send in DPMDiana Z2022-10-272-34/+43
* TCPMv2: Cleanup unused flagsDiana Z2022-10-272-17/+2
* usb-pd: Apply 2.5W limit during power transitionDaisuke Nojiri2022-10-251-0/+23
* common/usbc: Add missing fallthrough annotationsTom Hughes2022-10-251-2/+2