summaryrefslogtreecommitdiff
path: root/common/usbc
Commit message (Expand)AuthorAgeFilesLines
* TCPMv2: Keep message transmission and reception synchronizedSam Hurst2019-11-242-52/+114
* TCPMv2: PD: Separately track each SOP and SOP' and SOP''Sam Hurst2019-11-243-89/+168
* TCPMv2: ServoV4 is not recognized appropriatelySam Hurst2019-11-222-95/+340
* TCPMv2: Enable TCPC low power when port is looking for a connectionSam Hurst2019-11-212-172/+386
* tcpmv2: Make battery handling optional.Andrew McRae2019-11-211-0/+8
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-092-11/+14
* pd: Clarify flag commentsDenis Brockus2019-11-083-55/+102
* pd: Clear PE_FLAGS_PS_TRANSITION_TIMEOUTDenis Brockus2019-11-081-1/+1
* pd: Remove EMarker Cable ProbeSam Hurst2019-11-081-164/+17
* usbc: fix vbus discharge path for GPIOJett Rink2019-11-071-15/+24
* pd: Comment all flagsSam Hurst2019-11-073-57/+76
* Revert "usbc: remove unnecessary tcpc CC reads"Sam Hurst2019-11-062-190/+458
* Revert "usbc: update CRCReceiveTimer"Sam Hurst2019-11-021-11/+16
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-017-35/+36
* Cleanup: Renaming pd_is_ufp to pd_partner_is_ufpAyushee2019-11-011-2/+5
* usbc: Get current DP pin mode and CC stateAyushee2019-11-012-15/+71
* usb_pd: fix an unit in log message.Pi-Hsun Shih2019-10-291-1/+1
* cleanup: clean up reference to power role vs cable plugJett Rink2019-10-244-31/+42
* cleanup: use power and data role enums instead of intJett Rink2019-10-243-18/+22
* usb: call pd_execute_data_swap within tc_set_dataJett Rink2019-10-241-74/+87
* usb: fix out bounds issue for non-SOP* packetsJett Rink2019-10-231-24/+35
* usb: Remove invalid data role from enumJett Rink2019-10-231-2/+6
* pd3.0: change soft reset path for explicit contract or notDenis Brockus2019-10-221-5/+17
* usbc: Add missing IS_ENABLED(CONFIG_CHARGE_MANAGER) checksEdward Hill2019-10-182-7/+7
* 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