summaryrefslogtreecommitdiff
path: root/common/usbc/usb_tc_drp_acc_trysrc_sm.c
Commit message (Expand)AuthorAgeFilesLines
* TCPMv2: Restore PD state after SysjumpSam Hurst2020-04-021-6/+75
* TCPMv2: Set dual-role state basing on chipset statePatryk Duda2020-04-011-0/+8
* tcpmv2: default tc state change needs to be to a tc stateDenis Brockus2020-03-311-3/+6
* TCPMv2: Treat more Type-C states, like TC_DBG_ACC_SNK, as connectedWai-Hong Tam2020-03-311-1/+6
* tcpci: zork: battery-less AP boot needs to set DRP on unattached portsDenis Brockus2020-03-301-4/+33
* tcpmv2: reduce zork specific auto discharge disconnect codeDenis Brockus2020-03-281-54/+6
* zork: undo revert for zork on AutoDischargeDisconnectDenis Brockus2020-03-261-0/+85
* Revert "tcpmv2: cleanup auto discharge disconnect"Aseda Aboagye2020-03-261-59/+14
* tcpmv2: cleanup auto discharge disconnectDenis Brockus2020-03-201-14/+59
* TCPMv2: Use a DPM_REQUEST message to trigger Port DiscoverySam Hurst2020-03-181-24/+8
* TCPMv2: Set DR swap flag in debug TC statesDiana Z2020-03-111-2/+5
* TCPMv2: Correctly handle DP Docks with charging portsSam Hurst2020-03-041-2/+17
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-3/+3
* tcpmv2: Add names for super statesEdward Hill2020-02-271-1/+5
* tcpmv2: Clean up TC_UNATTACHEDEdward Hill2020-02-271-11/+1
* usbc: Awaken pd_task during pd_set_suspendAbe Levkoy2020-02-271-0/+7
* usb_set_suspend: Use "enable" consistentlyAbe Levkoy2020-02-271-3/+3
* TCPMv1/v2: Move pd_set_polarity() to common fileVijay Hiremath2020-02-241-5/+5
* TCPMv2: Notify system when entering attached stateAseda Aboagye2020-02-211-1/+10
* nct3807: potential connection cleanupDenis Brockus2020-02-201-16/+2
* TCPMv1/v2: Move pd_is_vbus_present() to common fileVijay Hiremath2020-02-191-8/+0
* TCPMv1/v2: Move pd_is_try_source_capable() to common fileVijay Hiremath2020-02-191-32/+1
* TCPMv1/v2: Move resume_pd_port() to common fileVijay Hiremath2020-02-191-22/+0
* TCPMv2: Disable VBUS whenever we're a sinkAseda Aboagye2020-02-191-0/+3
* TCPMv2: Don't check RAM flag for VCONNAseda Aboagye2020-02-181-3/+0
* usbc: remove tri-state polarityDenis Brockus2020-02-151-9/+0
* nct38xx: auto-toggle exit cleanupDenis Brockus2020-02-151-7/+2
* tcpci: Don't set 1 CC to open based on polarityAseda Aboagye2020-02-141-0/+5
* TCPMv1/v2: Move PD & Partner type detection code to common fileVijay Hiremath2020-02-141-17/+0
* tcpmv2: make connect after auto-toggle driver specificDenis Brockus2020-02-131-14/+15
* TCPMv2: Don't exit DP mode on chipset suspend and resumeSam Hurst2020-02-081-3/+8
* TCPMv2: Add TypeC functions needed for PD FAFTSam Hurst2020-02-051-86/+192
* TCPMv2: hook unattached state for ITE driverRuibin Chang2020-02-051-2/+8
* TCPMv1/v2: Move dfp_consume_identity() to common fileVijay Hiremath2020-02-041-1/+1
* TCPMv1/v2: Move EC_CMD_USB_PD_CONTROL host command to common fileVijay Hiremath2020-01-301-119/+39
* TCPMv1: Cleanup sending TBT control flags to hostVijay Hiremath2020-01-291-2/+0
* TCPMv2: Ensure Rd is set in Debug Accessory.SNKDiana Z2020-01-281-0/+2
* usb_mux: cleanup: Replace mux state enums with ec_command bit flagVijay Hiremath2020-01-281-11/+11
* TCPMv1/v2: Move EC_CMD_USB_PD_DEV_INFO host command to common fileVijay Hiremath2020-01-241-23/+9
* TCPMv1/v2: Move EC_CMD_USB_PD_SET_AMODE host command to common fileVijay Hiremath2020-01-241-33/+0
* TCPMv1/v2: Move EC_CMD_PD_CHIP_INFO host command to common fileVijay Hiremath2020-01-241-31/+0
* TCPMv1/v2: Move EC_CMD_USB_PD_RW_HASH_ENTRY host command to common fileVijay Hiremath2020-01-241-40/+0
* tcpmv2: Fix issues with low power mode disabledAseda Aboagye2020-01-211-9/+9
* TCPMv1/v2: Move EC_CMD_USB_PD_PORTS host command to common fileVijay Hiremath2020-01-211-12/+0
* TCPMv1 & TCPMv2: Move common functions to common codeVijay Hiremath2020-01-141-2/+7
* pd: use pd_get_[power/data]_role instead of the tc versionDenis Brockus2020-01-101-10/+0
* pd: cleanup pd_get_roleDenis Brockus2020-01-091-7/+8
* TCPMv2: Add BC1.2 trigger eventsDenis Brockus2020-01-081-0/+54
* TCPMv2: Add unattached polarityDenis Brockus2020-01-081-17/+47
* TCPMv2: Allow for Auto Discharge DisconnectDenis Brockus2020-01-081-0/+12