summaryrefslogtreecommitdiff
path: root/common/usbc
Commit message (Expand)AuthorAgeFilesLines
* 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
* TCPMv1/v2: Move EC_CMD_USB_PD_GET_AMODE host command to common fileVijay Hiremath2020-01-281-41/+26
* TCPMv1/v2: Move EC_CMD_USB_PD_DISCOVERY host command to common fileVijay Hiremath2020-01-281-22/+4
* 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-143-43/+8
* pd: use pd_get_[power/data]_role instead of the tc versionDenis Brockus2020-01-106-28/+18
* 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