summaryrefslogtreecommitdiff
path: root/common/usbc/usb_tc_vpd_sm.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+21
* TCPMv1/v2: Move pd_set_polarity() to common fileVijay Hiremath2020-02-241-1/+1
* pd: use pd_get_[power/data]_role instead of the tc versionDenis Brockus2020-01-101-2/+2
* 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-14/+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-13/+0
* cleanup: moving define closer to useJett Rink2019-10-081-4/+3
* usbc: remove unnecessary tcpc CC readsJett Rink2019-10-021-0/+3
* test: add sanity check for existing state machinesJett Rink2019-08-201-1/+13
* usb: update state machine frameworkJett Rink2019-08-201-129/+195
* 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/+335