summaryrefslogtreecommitdiff
path: root/common/usb_pd_alt_mode_dfp.c
Commit message (Expand)AuthorAgeFilesLines
* USB-PD: Continue mode discovery after failureDenis Brockus2020-09-191-3/+20
* TCPMv2:Correct get_usb4_cable_speed() functionAyushee2020-09-111-2/+2
* usb_mux: move usb_mux_set_safe_mode()Keith Short2020-08-241-19/+1
* TCPM common: Store number of Identity VDOsDiana Z2020-08-191-0/+1
* TCPM: Move dfp_discover_modes into usb_pd_policy.cAbe Levkoy2020-07-251-17/+0
* TCPMv2: Add common exit mode for all the alternate modesAyushee2020-07-171-0/+5
* usb_pd: Correct 'enter_tbt_compat_mode()' functionAyushee2020-07-081-2/+10
* usb_pd: Move 'is_vdo_present()' and 'is_usb4_vdo()' to TCPMv1Ayushee2020-07-061-22/+0
* usb_pd: Limit USB4 speed based on speed supported by portAyushee2020-07-061-27/+20
* usb_pd: TBT: Cleanup limiting the cable speedAyushee2020-06-261-2/+12
* usb_pd: Remove pd_cable dependent Thunderbolt code from common codeAyushee2020-06-261-54/+63
* usb_pd: Remove pd_cable usage from common codeAyushee2020-06-251-108/+73
* TCPMv2: Add some TODO bugs, fix indentAndrew McRae2020-06-251-1/+1
* TCPMv2: Refactor DP mode to use a state machineAndrew McRae2020-06-241-1/+7
* TCPMv2: Support mode entry for SOP' and SOP''Abe Levkoy2020-06-111-40/+54
* dp-hpd: abstract HPD gpio pinEric Yilun Lin2020-06-101-7/+19
* TCPMv2: Separate DPM and DP from PEAbe Levkoy2020-06-101-0/+26
* usb_pd: Cleanup: Cable flagsAyushee2020-06-091-1/+1
* usb_pd: Move USB4 functions to common fileAyushee2020-06-051-0/+69
* usb_pd: USB4: Limit the cable speedAyushee2020-06-051-12/+32
* usb_pd: TBT: Refactor limiting the cable speedAyushee2020-06-051-3/+14
* BB retimer: Correct setting USB4 cable speedAyushee2020-05-291-0/+31
* BB retimer: For USB/DP/USB4, set 'Re-timer_Driver' bit based on SOP' VDO2Ayushee2020-05-271-0/+12
* BB retimer: Add 'USB3_Speed' bitAyushee2020-05-211-0/+16
* BB retimer: Add 'USB2_connection' bitVijay Hiremath2020-05-211-0/+8
* usb_pd: Cleanup is_modal operation functionAyushee2020-05-151-2/+1
* usb_pd_alt_mode_dfp: Move pd_set_svids_discoveryAbe Levkoy2020-05-121-9/+8
* TCPMv2: Implement mode discovery for port partnerAbe Levkoy2020-05-121-6/+85
* TCPMv2: Define fields for SVID discovery stateAbe Levkoy2020-05-121-32/+64
* usb_pd: Move Thunderbolt-Compatible functions to common fileAyushee2020-05-041-3/+166
* TCPMv2: Store Tx type in PE stateAbe Levkoy2020-05-021-1/+4
* usb_pd_alt_mode_dfp: Don't store too many SVIDsAbe Levkoy2020-04-301-1/+1
* PD: Store cable identity in pd_discovery structureDiana Z2020-04-211-0/+14
* PD: Use new structure for storing SOP identity responsesDiana Z2020-04-161-8/+39
* TCPMv1/v2: Move pd_prepare_sysjump() to common fileVijay Hiremath2020-04-141-4/+27
* PD: Move pd_discovery init out of dfp_consume_identityDiana Z2020-04-071-1/+0
* PD: Rename pd_policy to pd_discoveryDiana Z2020-04-071-51/+51
* usb_pd: Move cable communication functions to common fileAyushee2020-03-271-0/+47
* usb_pd: Move common alt mode DFP functions to it's fileVijay Hiremath2020-02-061-0/+340
* TCPMv1/v2: Move DFP alternate mode functions to common fileVijay Hiremath2020-02-041-0/+49
* TCPMv1/v2: Move dfp_discover_modes() to common fileVijay Hiremath2020-02-041-0/+13
* TCPMv1/v2: Move dfp_consume_modes() to common fileVijay Hiremath2020-02-041-0/+17
* TCPMv1/v2: Move dfp_consume_svids() to common fileVijay Hiremath2020-02-041-0/+39
* TCPMv1/v2: Move dfp_consume_identity() to common fileVijay Hiremath2020-02-041-0/+29
* TCPMv1/v2: Move pd_dfp_exit_mode() to common fileVijay Hiremath2020-02-041-0/+74
* TCPMv1/v2: Move pd_dfp_enter_mode() to common fileVijay Hiremath2020-02-041-0/+100
* TCPMv1/v2: Move pd_dfp_dp_get_pin_mode() to common fileVijay Hiremath2020-02-041-0/+61