summaryrefslogtreecommitdiff
path: root/common/usbc
Commit message (Expand)AuthorAgeFilesLines
* TCPMv2: Send SOP'/SOP'' VDM only when the port is VCONN srcAyushee2020-08-282-1/+77
* TCPMv2: set VDM response buffer and lengthli feng2020-08-281-13/+30
* hack: temporarily work around TX_COMPLETE failureJett Rink2020-08-271-2/+10
* TCPMv2: re-enable GetSnkCap call for allDenis Brockus2020-08-271-67/+99
* TCPMv2: Modal Operations should clear in dfp_discovery_initDenis Brockus2020-08-261-0/+2
* usb_mux: move usb_mux_set_safe_mode()Keith Short2020-08-241-0/+1
* TCPMv2: Don't interrupt RX/TX Extended Chunked Msg sequenceSam Hurst2020-08-222-2/+32
* usbc: remove PD_EVENT_SM in favor of task_wakeJett Rink2020-08-213-14/+13
* TCPMv2: SRC->SNK PR Swap enable AutoDischarge after VbusDenis Brockus2020-08-211-15/+37
* TCPMv2: PR_Swap SRC->SNK should send PS_RDY in current AMSDenis Brockus2020-08-211-6/+16
* TCPMv2: Do not send GetSnkCap if FRS is not enabledDenis Brockus2020-08-211-1/+10
* usbc: wake task on every state transitionJett Rink2020-08-192-0/+10
* cleanup: update formatting for clarityJett Rink2020-08-191-11/+10
* TCPMv2: Debounce VBUS on SRC to SNK swapKeith Short2020-08-181-2/+21
* cleanup/usbc: organize all super states togetherJett Rink2020-08-131-27/+30
* usbc: add GEN_NOT_SUPPORTED macro for unsupported statesJett Rink2020-08-133-61/+35
* tcpmv2: wait before enabling HW auto toggleJett Rink2020-08-131-5/+21
* TCPMv2: Check discard flag before processing received messagesDiana Z2020-08-131-5/+17
* tcpmv2: use IS_ENABLED style codeJett Rink2020-08-121-36/+44
* test: Soft_Reset sent regardless of Rp valueEdward Hill2020-08-121-3/+3
* TCPMv2: handle SVIDs time out for INIT_VDM_SVIDs_RequestDenis Brockus2020-08-101-0/+18
* TCPMv2: Downgrade cable to PD 2.0 halfway through discovery attemptsDiana Z2020-08-101-0/+17
* TCPMv2: On PD 3.0 cable discovery timeout, try PD 2.0Diana Z2020-08-101-0/+17
* TBT: Enter DP mode if Thunderbolt mode isn't supportedAyushee2020-08-071-9/+16
* volteer: increase TCPC low power mode exit delayKeith Short2020-08-071-3/+7
* usbc: correctly handle Get_Source_Cap as a sinkPeter Marheine2020-08-061-1/+36
* tcpmc2: fix TD.PD.LL3.E2 Retransmission testJett Rink2020-08-061-65/+35
* usb_pd: disable Vconn of PPC first then TCPCEric Yilun Lin2020-08-051-2/+9
* test: Add PD TX and RX to usb_tcpmv2_tcpciEdward Hill2020-08-051-0/+1
* nct38xx: hard disable sinking when cc is set to open/openDenis Brockus2020-08-041-5/+17
* TCPMv2: Soft reset on failure to send source capsEdward Hill2020-08-011-4/+12
* tcpmv2: Ensure that soft reset is sent within 15msJett Rink2020-07-311-0/+6
* TCPMv2 DRP PE: Support IS_ENABLED with STATIC_IFAbe Levkoy2020-07-301-18/+32
* TCPMv2: Use the SOP of the received message for soft resetAndrew McRae2020-07-301-2/+4
* TCPMv2: Wait PD_T_TCPC_TX_TIMEOUT for retriesEdward Hill2020-07-301-0/+2
* TCPMv2: Send Soft Reset for unexpected messageAndrew McRae2020-07-291-0/+30
* TCPMv2: Use named constants for extended messagesAbe Levkoy2020-07-292-7/+8
* TCPMv2: Optionally build extended message supportAbe Levkoy2020-07-292-110/+203
* TCPMv2: Clear message Rx flag after VDM responseAbe Levkoy2020-07-291-0/+1
* ec: change usage of whitelist/blacklistPaul Fagerburg2020-07-281-4/+4
* TCPMv2: Handle unexpected VDM REQ message during discoveryTanu Malhotra2020-07-281-0/+7
* TCPMv2: Clean up typos and grammosAbe Levkoy2020-07-251-17/+8
* TCPMv2: Parse VDM responses in child statesAbe Levkoy2020-07-241-64/+44
* tests: restructure pd_task re-initPaul Fagerburg2020-07-231-41/+59
* chip/it8320, it81202: Implement fast role swap functionRuibin Chang2020-07-231-0/+1
* TPCMv2: fix DEBUG_PRINT_FLAG_AND_EVENT_NAMESKeith Short2020-07-211-1/+0
* TCPMv2: Add thunderbolt entry flow for active cableli feng2020-07-182-55/+245
* TCPMv2: Add common function for DPM entry and exit modeAyushee2020-07-172-26/+19
* TCPMv2: Add common exit mode for all the alternate modesAyushee2020-07-175-56/+84
* TCPMv2: Add USB4 mode support for passive cableAyushee2020-07-174-2/+276