summaryrefslogtreecommitdiff
path: root/common/usbc/usb_tc_ctvpd_sm.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* common/usbc/usb_tc_ctvpd_sm.c: Format with clang-formatJack Rosenthal2022-06-281-35/+30
* usbc: cleanup: Abstract the TCPM control logicVijay Hiremath2022-05-261-7/+8
* TCPMv2: Define an ErrorRecovery request interface for CTVPDsDiana Z2022-05-031-0/+11
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* tcpmv2: ifdef cleanup with IS_ENABLEDDenis Brockus2020-11-051-3/+3
* usbc: ensure we are suspending USB-C ports on shutdownJett Rink2020-07-091-0/+10
* tcpmv2: remove tc_restart indirection layerJett Rink2020-07-071-2/+2
* tcpmv2: make prints consistentJett Rink2020-07-071-3/+3
* tcpmv2: cache analog and collision Rp in CLDenis Brockus2020-06-111-0/+20
* TCPMv2: Treat more Type-C states, like TC_DBG_ACC_SNK, as connectedWai-Hong Tam2020-03-311-1/+3
* TCPMv2: Not enable PD comm on TX Phy reset if not in a connected stateWai-Hong Tam2020-03-241-0/+11
* TCPMv1/v2: Move pd_set_polarity() to common fileVijay Hiremath2020-02-241-7/+7
* pd: use pd_get_[power/data]_role instead of the tc versionDenis Brockus2020-01-101-2/+2
* usbc: Move PPC overcurrent functions to usb_common.cEdward Hill2019-12-061-2/+2
* Revert "usbc: remove unnecessary tcpc CC reads"Sam Hurst2019-11-061-3/+0
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* cleanup: clean up reference to power role vs cable plugJett Rink2019-10-241-13/+12
* cleanup: use power and data role enums instead of intJett Rink2019-10-241-5/+5
* usbc: rename exe_state to run_stateEdward Hill2019-10-151-1/+1
* usbc: remove evt_timeout from struct type_cEdward Hill2019-10-151-24/+0
* usbc: remove unnecessary tcpc CC readsJett Rink2019-10-021-0/+3
* cleanup: remove copy of pd_cc_state enumJett Rink2019-09-261-3/+3
* test: add sanity check for existing state machinesJett Rink2019-08-201-1/+13
* usb: update state machine frameworkJett Rink2019-08-201-523/+557
* usb: remove state transitions in exitJett Rink2019-08-191-1/+0
* type-c: USB Type-C State Machine based on Release 1.4 of the spec.Sam Hurst2019-07-301-0/+1653