summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* usbc: wake task on every state transitionJett Rink2020-08-191-1/+1
* tcpmc2: fix TD.PD.LL3.E2 Retransmission testJett Rink2020-08-061-1/+2
* usb_pd: disable Vconn of PPC first then TCPCEric Yilun Lin2020-08-051-3/+10
* ec: change usage of whitelist/blacklistPaul Fagerburg2020-07-281-4/+4
* TCPMv1, TCPMv2: add pd event for receiving hard resetRuibin Chang2020-07-141-10/+15
* tcpmv1: Debounce low power mode exitKeith Short2020-07-141-0/+25
* tcpmv1: string reductionKeith Short2020-06-261-12/+19
* usb_pd: Remove pd_cable usage from common codeAyushee2020-06-251-0/+3
* tcpm: Change the get_chip_info() to prevent race conditionsWai-Hong Tam2020-06-251-3/+3
* tcpm: add attached_wait decision to common after auto-toggleDenis Brockus2020-06-241-2/+8
* usb_pd: TCPMv1: Enable VCONN swap at explicit contractAyushee2020-06-161-18/+19
* TCPMv2: Support mode entry for SOP' and SOP''Abe Levkoy2020-06-111-7/+14
* usb_pd_protocol: Invalidate last message id in SRC_SWAP_STANDBY statePatryk Duda2020-06-091-0/+1
* usb_pd: Cleanup: Cable flagsAyushee2020-06-091-25/+27
* tcpmv1: Add CONFIG_USB_PD_TCPMV1_DEBUG optionKeith Short2020-06-091-5/+6
* usb_pd: Move USB4 functions to common fileAyushee2020-06-051-2/+6
* usb_pd_protocol: Don't reset msg_id on ACCEPT when in SOFT_RESET statePatryk Duda2020-06-031-1/+1
* TCPMv1/TCPMv2: Add PD version commandSam Hurst2020-05-271-1/+7
* VCONN: Request Vconn swap if power state transitions above G3madhusudanarao amara2020-05-141-0/+6
* CHERRY-PICK: pd_protocol: Only suspend task when TCPC enters LPM.Aseda Aboagye2020-05-051-7/+2
* CHERRY-PICK: usb_pd: Retry sending VDMs on transmit failure.Aseda Aboagye2020-05-051-0/+5
* TCPMv1: skip cable probing when not VCONN sourceKeith Short2020-04-281-2/+1
* TCPMv2: Cleanup: Ensure PD_FLAGS_* are not used.Edward Hill2020-04-251-0/+19
* TCPMv1/v2: Move pd_prepare_sysjump() to common fileVijay Hiremath2020-04-141-32/+12
* TCPMv2: Send VDM version according to PD rev setDiana Z2020-04-081-1/+10
* PD: Rename pd_policy to pd_discoveryDiana Z2020-04-071-1/+1
* TCPMv2: Restore PD state after SysjumpSam Hurst2020-04-021-52/+0
* TCPMv1: Cleanup: Set initial data role based on power roleVijay Hiremath2020-03-181-3/+8
* TCPMv1: Add common exit mode for all the alternate modesAyushee2020-03-121-18/+24
* usb: Move pdcontrol host command to common codeAbe Levkoy2020-03-111-87/+0
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-3/+3
* USB PD: reset VCONN and keep consistent with the previous explicit contractxiong2020-02-271-1/+15
* usb_set_suspend: Use "enable" consistentlyAbe Levkoy2020-02-271-4/+4
* TCPMv1/v2: Move hex8tou32 and remote_flashing to common fileSam Hurst2020-02-251-78/+0
* TCPMv1/v2: Move pd_set_polarity() to common fileVijay Hiremath2020-02-241-11/+3
* 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-40/+2
* TCPMv1/v2: Move resume_pd_port() to common fileVijay Hiremath2020-02-191-23/+0
* usbc: remove tri-state polarityDenis Brockus2020-02-151-17/+1
* nct38xx: auto-toggle exit cleanupDenis Brockus2020-02-151-5/+0
* 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-32/+1
* tcpmv2: make connect after auto-toggle driver specificDenis Brockus2020-02-131-0/+5
* EFS2: Implement Early Firmware Selection ver.2Daisuke Nojiri2020-02-091-6/+3
* TCPMv1: Don't turn off pd module clock if rx enabledRuibin Chang2020-02-051-2/+2
* usb_pd TCPMv1: Maintain independent MessageId for SOP''Ayushee2020-02-031-22/+23
* TCPMv1: Add support for Thunderbolt active cablesAyushee2020-01-311-10/+62
* usb_pd TCPMv1: Maintain independent MessageID for SOP PrimeAyushee2020-01-311-0/+8
* TCPMv1: Add support for USB4.0Ayushee Shah2020-01-311-1/+101
* USB PD: set last rx'd msg ID as invalid before executing soft resetTim Wawrzynczak2020-01-301-0/+1