summaryrefslogtreecommitdiff
path: root/common/usb_pd_policy.c
Commit message (Expand)AuthorAgeFilesLines
* usb_pd: Cleanup: Add functions to process Disc IdentityAyushee2020-06-091-65/+73
* usb_pd: Cleanup: Cable flagsAyushee2020-06-091-103/+47
* usb_pd: Move USB4 functions to common fileAyushee2020-06-051-67/+0
* usb_pd: USB4: Limit the cable speedAyushee2020-06-051-23/+0
* usb_pd: TBT: Refactor limiting the cable speedAyushee2020-06-051-26/+4
* BB retimer: Correct setting USB4 cable speedAyushee2020-05-291-17/+0
* TCPMv2: Define fields for SVID discovery stateAbe Levkoy2020-05-121-3/+18
* usb4: Override USB4 cable speed based on board designAyushee2020-05-051-1/+23
* usb_pd: Move Thunderbolt-Compatible functions to common fileAyushee2020-05-041-176/+24
* TCPMv2: Store Tx type in PE stateAbe Levkoy2020-05-021-1/+1
* usb_pd: Correct processing discover SVIDAyushee2020-04-291-3/+3
* TCPMv1: skip cable probing when not VCONN sourceKeith Short2020-04-281-24/+13
* USB4: Correct getting product type from VDOAyushee2020-04-281-6/+2
* TCPMv2: Cleanup: Ensure PD_FLAGS_* are not used.Edward Hill2020-04-251-0/+38
* USB4: Allow entering USB4 mode for devices and cables without SVIDAyushee2020-04-251-44/+68
* TCPMv2: Send VDM version according to PD rev setDiana Z2020-04-081-2/+2
* PD: Move pd_discovery init out of dfp_consume_identityDiana Z2020-04-071-0/+2
* PD: Rename pd_policy to pd_discoveryDiana Z2020-04-071-9/+9
* tcpmv2: move function from TC layer to PEJett Rink2020-04-031-6/+0
* usb_pd: Move cable communication functions to common fileAyushee2020-03-271-37/+0
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-3/+3
* TCPMv1/v2: Move pd_process_source_cap() to common fileVijay Hiremath2020-02-121-23/+6
* TCPMv1/v2: Move pd_get/set_max_voltage() to common fileVijay Hiremath2020-02-121-13/+0
* TCPMv1/v2: Move pd_charge_from_device() to common fileVijay Hiremath2020-02-121-11/+0
* TCPMv1/v2: Move pd_set_vbus_discharge() to common fileVijay Hiremath2020-02-121-25/+0
* TCPMv1/v2: Move pd_check_requested_voltage() to common fileVijay Hiremath2020-02-121-45/+0
* TCPMv1/v2: Move pd_usb_billboard_deferred() to common fileVijay Hiremath2020-02-121-17/+0
* TCPMv1/v2: Move "pdcable" console command to common fileVijay Hiremath2020-02-071-96/+8
* TCPMv1/v2: Move "pe" console command to common fileVijay Hiremath2020-02-041-68/+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-9/+0
* TCPMv1/v2: Move dfp_consume_modes() to common fileVijay Hiremath2020-02-041-14/+0
* TCPMv1/v2: Move dfp_consume_svids() to common fileVijay Hiremath2020-02-041-38/+0
* TCPMv1/v2: Move dfp_consume_identity() to common fileVijay Hiremath2020-02-041-27/+0
* TCPMv1/v2: Move pd_dfp_exit_mode() to common fileVijay Hiremath2020-02-041-70/+0
* TCPMv1/v2: Move pd_dfp_enter_mode() to common fileVijay Hiremath2020-02-041-78/+4
* TCPMv1/v2: Move pd_dfp_dp_get_pin_mode() to common fileVijay Hiremath2020-02-041-51/+0
* usb_pd TCPMv1: Maintain independent MessageId for SOP''Ayushee2020-02-031-15/+20
* TCPMv1: Add support for Thunderbolt active cablesAyushee2020-01-311-21/+66
* usb_pd TCPMv1: Maintain independent MessageID for SOP PrimeAyushee2020-01-311-9/+38
* TCPMv1: Add support for USB4.0Ayushee Shah2020-01-311-5/+268
* TCPMv1: Cleanup sending TBT control flags to hostVijay Hiremath2020-01-291-4/+4
* TCPMv1/v2: Move EC_CMD_USB_PD_GET_AMODE host command to common fileVijay Hiremath2020-01-281-41/+23
* TCPMv1/v2: Move EC_CMD_USB_PD_DISCOVERY host command to common fileVijay Hiremath2020-01-281-21/+5
* usb_mux: cleanup: Replace mux state enums with ec_command bit flagVijay Hiremath2020-01-281-2/+2
* TBT: Allow entering TBT mode for passive cables without SVIDVijay Hiremath2020-01-221-10/+32
* TBT/USB4: Allow enabling TBT & USB4 per port basedVijay Hiremath2020-01-151-1/+7
* TBT: Allow limiting the cable speed based on board designVijay Hiremath2020-01-151-0/+14
* usb_pd_policy: check if the pointer is NULL or notRuibin Chang2020-01-131-1/+2
* TCPMv1: Correct the TBT3 Discovery and Entry FlowVijay Hiremath2020-01-101-136/+179