summaryrefslogtreecommitdiff
path: root/common/usbc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: Refactor #ifdefs toenable use of IS_ENABLEAyushee2019-10-161-38/+42
* pd: Add PE FRS unit test for new stackDenis Brockus2019-10-162-2/+28
* pd: fix timer issue on pe_prs_snk_src_source_on_runDenis Brockus2019-10-161-9/+8
* usbc: make pe_init() staticEdward Hill2019-10-152-2/+2
* usbc: rename exe_state to run_stateEdward Hill2019-10-157-10/+10
* usbc: remove evt_timeout from struct type_cEdward Hill2019-10-155-58/+3
* usbc: use future time for disabling timerJett Rink2019-10-141-112/+93
* usbc: fix pe_src_discovery return issueJett Rink2019-10-141-3/+5
* usbc: go to hard reset after noResponseTimerJett Rink2019-10-141-3/+4
* usbc: check positive condition before errorJett Rink2019-10-111-8/+8
* usbc: update CRCReceiveTimerJett Rink2019-10-101-15/+10
* cleanup: move return to separate lineJett Rink2019-10-081-4/+7
* cleanup: moving define closer to useJett Rink2019-10-081-4/+3
* cleanup: use different condition for clarityJett Rink2019-10-081-1/+2
* pd: FRS enable/disable and interrupt handlingDenis Brockus2019-10-072-19/+194
* Remove uses of %lEvan Green2019-10-051-3/+2
* printf: Fix formatting errorsEvan Green2019-10-051-2/+3
* usbc: turn on/off vconn appropriatelyJett Rink2019-10-021-38/+34
* usbc: remove unnecessary tcpc CC readsJett Rink2019-10-023-361/+111
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-022-9/+10
* cleanup: remove copy of pd_cc_state enumJett Rink2019-09-262-11/+11
* pd: Add Fast role swap to the PE state machineDenis Brockus2019-09-231-30/+145
* pd: Chunked TX State Machine changesDenis Brockus2019-09-191-43/+65
* pd: RCH_Processing_Extended_Message cleanupDenis Brockus2019-09-191-19/+13
* pd: Exit DP mode on sysjumpSam Hurst2019-09-171-0/+7
* pd: RX msgs are dropped while in the TCH_WAIT_FOR_TRANSMISSION_COMPLETE StateSam Hurst2019-09-161-8/+2
* pd: Fix Incorrect Message Header Rev number sent to port partnerSam Hurst2019-09-161-1/+2
* pd: pd_send_vdm function causes an assert when called from non pd taskSam Hurst2019-09-161-3/+0
* pd: USB Power Delivery State Machine based on Revision 3.0 of the spec.Sam Hurst2019-09-105-178/+6404
* usb: clean up statemachine pausingJett Rink2019-09-052-33/+29
* common: usb_prl_sm add rch_pass_up_message as a stateDenis Brockus2019-09-051-11/+17
* test: add baseline test for TC_DRP_TRYSRC SMJett Rink2019-08-201-0/+12
* test: add sanity check for existing state machinesJett Rink2019-08-204-2/+59
* usb: update state machine frameworkJett Rink2019-08-207-1989/+1777
* usb: state machines will resume immediatelyJett Rink2019-08-192-18/+17
* usb: remove state transitions in exitJett Rink2019-08-192-2/+0
* usb: de-dup common code from old and new PD stackJett Rink2019-08-192-64/+6
* usb: convert cc1 from int to enumJett Rink2019-08-093-24/+14
* usb: fix issue with CC line interpretation as DTSJett Rink2019-08-091-8/+6
* type-c: USB Type-C State Machine based on Release 1.4 of the spec.Sam Hurst2019-07-308-0/+6317