summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* TCPMv1/v2: Move EC_CMD_USB_PD_CONTROL host command to common fileVijay Hiremath2020-01-301-166/+49
* PD 3.0: Send Reject messages for refusing swapsDiana Z2020-01-291-11/+13
* PD 3.0: Add AMS start detection to collision avoidanceDiana Z2020-01-291-110/+99
* TCPMv1: Cleanup sending TBT control flags to hostVijay Hiremath2020-01-291-9/+12
* usb_mux: cleanup: Replace mux state enums with ec_command bit flagVijay Hiremath2020-01-281-9/+9
* TCPMv1/v2: Move EC_CMD_USB_PD_DEV_INFO host command to common fileVijay Hiremath2020-01-241-24/+9
* TCPMv1/v2: Move EC_CMD_USB_PD_SET_AMODE host command to common fileVijay Hiremath2020-01-241-34/+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-41/+0
* TCPMv1/v2: Move EC_CMD_USB_PD_PORTS host command to common fileVijay Hiremath2020-01-211-12/+0
* usb_pd: Request Vconn swap to communicating with the cableAyushee2020-01-141-0/+33
* usb pd: Don't force VSafe5V when there is no active charge portScott Collyer2020-01-141-4/+15
* TCPMv1 & TCPMv2: Move common functions to common codeVijay Hiremath2020-01-141-71/+9
* TCPMv1: Correct the TBT3 Discovery and Entry FlowVijay Hiremath2020-01-101-14/+6
* pd: cleanup pd_get_data_roleDenis Brockus2020-01-091-1/+1
* pd: cleanup pd_get_roleDenis Brockus2020-01-091-3/+3
* usb_pd: Set MUX mode correctly for sink devicesVijay Hiremath2020-01-091-23/+30
* tcpci: Only drive one CC line when attachedDenis Brockus2020-01-081-10/+51
* usb_pd: return to correct state after tcpc resetTing Shen2020-01-081-0/+3
* battery: stub out battery_is_present if disabledPeter Marheine2020-01-081-2/+3
* usb_pd: Set RDO flags correctly for communication capable PD devicesVijay Hiremath2020-01-071-0/+19
* USB PD: Consider DFET of battery when refrain from snk_resetMarco Chen2020-01-041-2/+4