summaryrefslogtreecommitdiff
path: root/common/usbc/usb_tc_drp_acc_trysrc_sm.c
Commit message (Expand)AuthorAgeFilesLines
* TCPMv2: Set mux to None when detachingDiana Z2021-09-271-4/+5
* TCPMv2: Hard reset when we've dropped VconnDiana Z2021-09-151-0/+31
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-311-7/+7
* Revert "TCPMv2: Fix LPM for non-dual role auto toggle chips"Tommy Chung2021-08-221-11/+2
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-181-2/+3
* TCPMv2: Fix LPM for non-dual role auto toggle chipsPoornima Tom2021-08-171-2/+11
* TCPMv2: Fix ordering of Vbus application in Attached.SRC entryDiana Z2021-08-111-12/+24
* retimer: move operations to specific TC stateli feng2021-08-041-8/+8
* retimer: firmware update uses task_wake()li feng2021-08-031-2/+2
* pd: Fix missing polarity_rm_dts in some conditionsMichał Barnaś2021-07-191-2/+2
* TCPMv2: Add delay for detecting CC state in tc_attached_src stateMichał Barnaś2021-07-161-1/+14
* TCPMv2: Add new override function for getting default RpScott Collyer2021-07-081-4/+13
* TCPMv2: Fix flag_bit_names and event_bit_namesCaveh Jalali2021-06-281-2/+3
* TCPMv2: Ensure event loop is runningCaveh Jalali2021-06-251-1/+3
* common/usbc: Allow boards to determine DTS (CCD) portCaveh Jalali2021-06-111-4/+7
* tcpmv2: Don't enable USB mode until PD state resolvedKeith Short2021-06-031-0/+10
* TCPMv2: Exit Attached.SRC on open even during swapDiana Z2021-05-271-2/+1
* usb_common: Assert CCD_MODE when DTS connectedRob Barnes2021-05-261-2/+29
* TCPMv2: Seed the charge manger in Attached.SRCstabilize-13983.B-mainWai-Hong Tam2021-05-201-0/+4
* TCPMv2: Generate Hard Reset eventAbe Levkoy2021-04-151-0/+3
* TCPMv2: Remove dual-role capability check from Attached.SNK entryDiana Z2021-04-131-3/+6
* TCPMv2: Detach from debug devices in Unattached entryDiana Z2021-04-071-7/+10
* TCPMv2: Call debug detach on toggle changesDiana Z2021-03-261-0/+7
* TCPMv2: Do not apply CC Open when running without batteryPatryk Duda2021-03-241-2/+25
* TCPMv2: TC: Check drp_state upon exit of tc_disabledScott Collyer2021-03-171-4/+6
* TCPMV2: Remove unused TypeC State Machine FlagSam Hurst2021-03-171-26/+10
* TCPMV2: Add support for (CT) Vconn Powered DevicesSam Hurst2021-03-171-5/+11
* TCPMv2: Preserve selected source current in FRSDiana Z2021-03-171-1/+9
* TCPMv2: Debounce Vbus loss when FRS is enabledDiana Z2021-03-161-6/+43
* TCPMv2: Detach before disabling PDAbe Levkoy2021-03-121-0/+1
* TCPMv2: Add PD interface to asynchronously request TC Error RecoveryDiana Z2021-03-091-0/+17
* TCPMv1/v2: Move SOP' enabling to tcpm_set_vconnEric Herrmann2021-03-041-2/+1
* TCPMv2: Don't cflush in CC_OPEN with batteryEric Herrmann2021-03-031-2/+8
* TCPMv2: PD Timers - Add TC generic Timeout to frameworkDenis Brockus2021-03-021-38/+54
* TCPMv2: PD Timers - Add TC CCDebounce to frameworkDenis Brockus2021-03-021-25/+39
* TCPMv2: PD Timers - Add TC TryWaitDebounce to frameworkDenis Brockus2021-03-021-11/+11
* TCPMv2: PD Timers - Add TC PDDebounce to frameworkDenis Brockus2021-03-021-11/+17
* TCPMv2: PD Timers - Add TC NextRoleSwap to frameworkDenis Brockus2021-03-021-6/+16
* TCPMv2: PD Timers - Add TC LowPowerModeDebounce to frameworkDenis Brockus2021-03-021-16/+20
* TCPMv2: PD Timers - Add TC VBusDebounce to frameworkDenis Brockus2021-03-021-8/+6
* TCPMv2: DPM: Add support for sending SVDM Attention messageScott Collyer2021-03-011-22/+0
* TCPMv2: Reset discovery events on AP resetDiana Z2021-02-261-4/+21
* TCPMv1/v2: Add config option to disable TCPC VCONNEric Herrmann2021-02-261-6/+13
* TCPMv2: Update source Rp if no contract in placeDiana Z2021-02-161-1/+5
* TCPMv2: Exit modes on AP resetli feng2021-02-121-0/+13
* TCPMv2: Decrease Low Power Mode debounce delay to 10 msPatryk Duda2021-02-111-2/+7
* tcpmv2: Update the mux state when PD connection establishedKeith Short2021-02-091-0/+14
* TCPMv2: tc: Fix FORCE_SOURCE and add drp initial stateScott Collyer2021-02-081-12/+38
* TCPMv2: Reset stored PD revs at appropriate timesAbe Levkoy2021-02-081-0/+18
* retimer: support retimer firmware updateli feng2021-02-051-1/+35