summaryrefslogtreecommitdiff
path: root/common/usbc/usb_tc_drp_acc_trysrc_sm.c
Commit message (Expand)AuthorAgeFilesLines
* tcpmv2: Don't trigger BC1.2 detect if role doesn't changeKeith Short2020-11-121-12/+29
* tcpmv2: ifdef cleanup with IS_ENABLEDDenis Brockus2020-11-051-172/+177
* tcpmv2: extended unlocked exception to battery removalJett Rink2020-11-021-1/+1
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-1/+1
* TCPMv2: Hard Reset to only disable ADD if Vbus dropsDenis Brockus2020-10-301-3/+4
* tcpmv2: Enable AutoDischargeDisconnect after applying RdEdward Hill2020-10-301-3/+7
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-31/+27
* TCPMv2: Add debug detach interfaceDiana Z2020-10-191-0/+6
* TCPMv2: Use a common function to check if the battery is capableWai-Hong Tam2020-10-171-3/+2
* TCPMv2: Enable PD comm when the battery level is enoughWai-Hong Tam2020-10-171-4/+30
* TCPMv2: Config option fixes to allow type-c only supportScott Collyer2020-10-151-27/+26
* TCPMv2: Return valid enum value before TC initDiana Z2020-10-141-2/+9
* usbc_ppc: inform the PPC of the power role of the connected deviceEric Yilun Lin2020-10-081-4/+11
* core: rename atomic_clear to atomic_clear_bitsDawid Niedzwiecki2020-10-061-14/+15
* Revert "TCPMv2: Set mux state on updating partner's USB comm capability"Keith Short2020-10-031-6/+0
* Revert "TCPMv2: Correct setting mux state on updating partner's USB comm"Keith Short2020-10-031-6/+3
* TCPMv2: Add VBUS_REMOVED levelDiana Z2020-10-011-4/+17
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-23/+31
* TCPMv2: Always disable Vconn in CC OpenDiana Z2020-09-251-2/+1
* TCPMv2: Ensure previous Vbus is turned off on initDiana Z2020-09-251-2/+7
* TCPMv2: Move DPM requests to public APIAbe Levkoy2020-09-211-7/+7
* TCPMv2: Correct setting mux state on updating partner's USB commAyushee2020-09-181-3/+6
* tcpmv2: Fix PD_EVENT_SEND_HARD_RESETEdward Hill2020-09-111-0/+3
* TCPMv2: Improve timing in Attached.SRCAbe Levkoy2020-09-111-40/+28
* tcpmv2: Enable AutoDischarge on SRC->SNK PrSwap only if VbusDenis Brockus2020-09-111-1/+7
* TCPMv2: Set mux state on updating partner's USB comm capabilityAyushee2020-09-111-0/+6
* TCPMv2: Block enabling PD in RO for non-EFS2 and dead-batteryWai-Hong Tam2020-09-111-2/+17
* TCPMv2: Obtain correct dual role state when going suspendPatryk Duda2020-09-111-3/+3
* TCPMv2: Add board_tcpc_init() call during initializationPatryk Duda2020-09-091-0/+5
* tcpmv2: allow early connection when waiting to allow LPMDenis Brockus2020-09-021-5/+8
* TCPMv2: Add DPM_REQUEST_GET_SRC_CAPDenis Brockus2020-09-021-0/+10
* tcpmv2: clear oc counter when unattched.SNKZick Wei2020-09-021-0/+8
* usbc: remove PD_EVENT_SM in favor of task_wakeJett Rink2020-08-211-5/+4
* TCPMv2: SRC->SNK PR Swap enable AutoDischarge after VbusDenis Brockus2020-08-211-15/+37
* usbc: wake task on every state transitionJett Rink2020-08-191-0/+1
* cleanup: update formatting for clarityJett Rink2020-08-191-11/+10
* TCPMv2: Debounce VBUS on SRC to SNK swapKeith Short2020-08-181-2/+21
* usbc: add GEN_NOT_SUPPORTED macro for unsupported statesJett Rink2020-08-131-8/+4
* tcpmv2: wait before enabling HW auto toggleJett Rink2020-08-131-5/+21
* tcpmv2: use IS_ENABLED style codeJett Rink2020-08-121-36/+44
* volteer: increase TCPC low power mode exit delayKeith Short2020-08-071-3/+7
* usb_pd: disable Vconn of PPC first then TCPCEric Yilun Lin2020-08-051-2/+9
* nct38xx: hard disable sinking when cc is set to open/openDenis Brockus2020-08-041-5/+17
* TPCMv2: fix DEBUG_PRINT_FLAG_AND_EVENT_NAMESKeith Short2020-07-211-1/+0
* TCPMv2: Add common exit mode for all the alternate modesAyushee2020-07-171-3/+4
* TCPMv1, TCPMv2: add pd event for receiving hard resetRuibin Chang2020-07-141-0/+3
* TCPMv2: Don't disable/enable AutoDischargeDisconnect on HardResetDenis Brockus2020-07-111-18/+0
* tcpmv2: perform partner reset on startup, remove BBRAMJett Rink2020-07-101-116/+87
* tests: reset the PD task before every test caseJett Rink2020-07-101-0/+10
* tcpmv2: Debug prints for flags and eventsEdward Hill2020-07-101-2/+105