summaryrefslogtreecommitdiff
path: root/common/usbc
Commit message (Expand)AuthorAgeFilesLines
...
* TCPMv2: manual control to DBG_ACC in TCPCDenis Brockus2020-07-081-0/+3
* TCPMv2: Set AutoDischargeDisconnect before RoleCtrlDenis Brockus2020-07-081-8/+9
* TCPMv2: Configure current limit for FRSEric Herrmann2020-07-071-1/+3
* TCPMv2: Add missing check for USB_PD_DEBUG_LABELSEric Herrmann2020-07-071-2/+4
* TCPMv2: Cleanup: Add a function to set ready stateAyushee2020-07-071-92/+34
* tcpmv2: remove tc_restart indirection layerJett Rink2020-07-074-12/+7
* tcpmv2: make prints consistentJett Rink2020-07-075-17/+17
* TCPMv2: Consolidate common VDM behaviorAbe Levkoy2020-07-071-205/+242
* TCPMv2: Don't enter Thunderbolt mode if the port doesn't support itAyushee2020-07-071-2/+3
* tcpmv2: Fix LPM exit debounce timerEdward Hill2020-07-041-0/+1
* TCPMv2: Disable Rd check on a PRS or FRSEric Herrmann2020-07-021-20/+6
* TCPMv2: Add new line to TC state querySam Hurst2020-07-021-1/+3
* TCPMv2: make sure Vbus is not sourced in AttachWait.SRCDenis Brockus2020-07-011-0/+8
* TCPMv2: Consolidate entry and exit to parent stateAbe Levkoy2020-07-011-66/+33
* TCPMv2: Add Entry flow for Thunderbolt modeAyushee2020-06-304-8/+279
* TCPMv2: Set SOP' protocol revision correctlyAbe Levkoy2020-06-301-1/+1
* TCPMv2: Add PE State name to pd state console commandSam Hurst2020-06-272-1/+20
* TCPMv2: Clear unhandled DPM RequestsDenis Brockus2020-06-271-3/+9
* usb_pd: Remove pd_cable dependent Thunderbolt code from common codeAyushee2020-06-262-38/+2
* TCPMv2: Consolidate code in DPM-driven VDM codeAbe Levkoy2020-06-261-82/+39
* TCPMv2: Handle protocol errors better during AMSesAbe Levkoy2020-06-261-9/+0
* TCPMv2: Preserve Tx type when resuming VDM requestAbe Levkoy2020-06-261-2/+6
* TCPMv2: Use PE_VDM_SEND_REQUEST for PE_VDM_REQUESTAbe Levkoy2020-06-261-40/+19
* TCPMv2: Remove PE_VDM_ACKED stateAbe Levkoy2020-06-261-41/+24
* tcpmv2: Add delay when exiting low-power modeKeith Short2020-06-261-2/+25
* TCPMv2: Clear VDM timeout flag in readyDiana Z2020-06-251-1/+2
* TCPMv2: Report message discard to the PEDiana Z2020-06-253-71/+95
* usb_pd: Remove pd_cable usage from common codeAyushee2020-06-251-3/+2
* TCPMv2: Add some TODO bugs, fix indentAndrew McRae2020-06-251-3/+3
* TCPMV2: Add support for sending Alert MessagesSam Hurst2020-06-251-1/+45
* tcpm: add attached_wait decision to common after auto-toggleDenis Brockus2020-06-241-20/+11
* TCPMv2: Refactor DP mode to use a state machineAndrew McRae2020-06-243-54/+189
* tcpmv2: only enable AutoDischargeDisconnect when attachedDenis Brockus2020-06-241-158/+173
* TCPMv2: Add RCH check to avoid RX packet dropsEric Herrmann2020-06-241-0/+8
* TCPMv2: Do not reset negotiated PD revision level during soft resetPatryk Duda2020-06-232-12/+23
* TCPMv2: Do not call ppc_init() on unavailable USB-C portsPatryk Duda2020-06-231-1/+2
* TCPMv2: Do not initialize port which is not availablePatryk Duda2020-06-221-0/+9
* Avoid deadlock when calling pd_set_suspend()Patryk Duda2020-06-221-0/+8
* TCPMv2: Consolidate debug steady states into attached statesDiana Z2020-06-191-410/+99
* TCPMv2: Rename discovery flagsAbe Levkoy2020-06-191-20/+16
* TCPMv2: Add pathway to enable FRS from PPC driverEric Herrmann2020-06-181-3/+2
* TCPMv2: Consolidate code in SOP' Discover IdentityAbe Levkoy2020-06-181-100/+61
* TCPMv2: Consolidate code in SOP Discover IdentityAbe Levkoy2020-06-181-73/+32
* TCPMv2: Don't reset power supply on entries of CC_RD and CC_OPENWai-Hong Tam2020-06-181-21/+14
* TCPMv2: Consolidate common code for VDM statesAbe Levkoy2020-06-171-102/+92
* TCPMv2: Notify transmit engines of incoming messages more oftenDiana Z2020-06-161-12/+66
* tc_acc_drp_trysrc: Fix charge behavior with servo_v4Sue2020-06-161-0/+3
* TCPMv2: Use correct init function after exit.Andrew McRae2020-06-161-1/+1
* TCPMv2: Comment the init order of PPC chipsWai-Hong Tam2020-06-161-1/+9
* TCPMv2: Check for mode discovery complete before switchingAndrew McRae2020-06-161-1/+8