summaryrefslogtreecommitdiff
path: root/common/usbc
Commit message (Expand)AuthorAgeFilesLines
* TCPMv2: Allow reduced functionality to PD2.0 featuresSam Hurst2020-03-122-10/+8
* TCPMv2: Set DR swap flag in debug TC statesDiana Z2020-03-111-2/+5
* TCPMv2: Don't interpret the CMD_DP_STATUS request as its response.Sam McNally2020-03-071-8/+0
* TCPMv2: Probe cable identity from Ready statesDiana Z2020-03-061-1/+50
* TCPMv2: Probe cable identity in PE_SRC_DiscoveryDiana Z2020-03-061-32/+315
* TCPMv2: Correctly handle DP Docks with charging portsSam Hurst2020-03-041-2/+17
* TCPMv2: Add BIST RX and TX states needed by PD FAFTSam Hurst2020-02-291-53/+139
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-3/+3
* usb_prl_sm: Add state names for debuggingEdward Hill2020-02-271-1/+57
* tcpmv2: Add names for super statesEdward Hill2020-02-272-1/+8
* 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-244-21/+13
* TCPMV1/2: Make the PD Config Flags more consistentSam Hurst2020-02-221-2/+2
* 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
* TCPMv1/v2: Reduce number of arguments of pd_build_request()Vijay Hiremath2020-02-141-21/+2
* tcpmv2: make connect after auto-toggle driver specificDenis Brockus2020-02-131-14/+15
* TCPMv1/v2: Move pd_process_source_cap() to common fileVijay Hiremath2020-02-121-13/+11
* TCPMv1/v2: Move pd_get/set_max_voltage() to common fileVijay Hiremath2020-02-121-17/+2
* TCPMv1/v2: Move pd_charge_from_device() to common fileVijay Hiremath2020-02-121-12/+0
* TCPMv1/v2: Move pd_set_vbus_discharge() to common fileVijay Hiremath2020-02-121-40/+0
* TCPMv1/v2: Move pd_check_requested_voltage() to common fileVijay Hiremath2020-02-121-48/+0
* TCPMv1/v2: Move pd_usb_billboard_deferred() to common fileVijay Hiremath2020-02-121-18/+0
* TCPMv2: Don't exit DP mode on chipset suspend and resumeSam Hurst2020-02-081-3/+8
* TCPMv1/v2: Move "pdcable" console command to common fileVijay Hiremath2020-02-071-12/+12
* 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 "pe" console command to common fileVijay Hiremath2020-02-041-75/+0
* TCPMv2: Remove tcpm_init from usb_prl state machineSam Hurst2020-02-041-1/+0
* TCPMv1/v2: Move DFP alternate mode functions to common fileVijay Hiremath2020-02-041-37/+0
* TCPMv1/v2: Move dfp_discover_modes() to common fileVijay Hiremath2020-02-041-20/+0
* TCPMv1/v2: Move dfp_consume_modes() to common fileVijay Hiremath2020-02-041-19/+0
* TCPMv1/v2: Move dfp_consume_svids() to common fileVijay Hiremath2020-02-041-41/+0
* TCPMv1/v2: Move dfp_consume_identity() to common fileVijay Hiremath2020-02-042-30/+1
* TCPMv1/v2: Move pd_dfp_exit_mode() to common fileVijay Hiremath2020-02-041-78/+0
* TCPMv1/v2: Move pd_dfp_enter_mode() to common fileVijay Hiremath2020-02-041-84/+7
* TCPMv1/v2: Move pd_dfp_dp_get_pin_mode() to common fileVijay Hiremath2020-02-041-52/+0
* TCPMv1/v2: Move EC_CMD_USB_PD_CONTROL host command to common fileVijay Hiremath2020-01-302-119/+71
* TCPMv1: Cleanup sending TBT control flags to hostVijay Hiremath2020-01-292-3/+1