summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb_pd: Sending Thunderbolts-compatible host notificationAyushee2019-12-171-0/+27
* TCPMv1: Add support for Thunderbolt-compatible modeAyushee2019-12-171-1/+10
* usb_pd: Rename "Externally powered" to "Unconstrained Power"Benson Leung2019-12-121-8/+8
* tcpci: change connect to auto discharge disconnectDenis Brockus2019-12-121-0/+12
* usb_pd: Get current DP pin modeVijay Hiremath2019-12-111-6/+4
* tcpci: Move HOOK_USB_PD_CONNECT earlier to fix VBUS sourceEdward Hill2019-12-101-5/+5
* usbc: Move PPC overcurrent functions to usb_common.cEdward Hill2019-12-061-51/+0
* tcpci: POWER_CTRL auto discharge disconnect initDenis Brockus2019-12-051-9/+9
* usb_pd: Enable Try.Src when dedicated charge port presentAyushee2019-12-021-0/+9
* usbc: make BB virtual mux retimer compatible with non-virtualDenis Brockus2019-11-251-2/+0
* usbc: fix storm tracker overflow issueJett Rink2019-11-221-6/+9
* TCPMv2: Enable TCPC low power when port is looking for a connectionSam Hurst2019-11-211-81/+18
* TCPMv1: Improve jitter based collision avoidanceAseda Aboagye2019-11-211-11/+9
* cleanup: fixing warnings and formattingJett Rink2019-11-211-1/+1
* retimer: usbc retimer name cleanupDenis Brockus2019-11-131-1/+1
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-24/+24
* usb_pd_protocol: disable vconn on pd_suspendCaveh Jalali2019-11-071-0/+3
* usb_pd_protocol: ignore PD resume on enabled portCaveh Jalali2019-11-051-14/+18
* servo_v4: The polarity is based on the flags in SRC DTS modeWai-Hong Tam2019-11-021-1/+22
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-35/+36
* Cleanup: Renaming pd_is_ufp to pd_partner_is_ufpAyushee2019-11-011-2/+5
* usbc: Get current DP pin mode and CC stateAyushee2019-11-011-1/+4
* pd_protocol: add hard_reset_complete_timerCaveh Jalali2019-10-311-19/+49
* usb_pd_protocol: disable VBUS when suspending PD taskCaveh Jalali2019-10-301-0/+1
* cleanup: clean up reference to power role vs cable plugJett Rink2019-10-241-4/+8
* usb: Remove invalid data role from enumJett Rink2019-10-231-3/+4
* pd: Extend READY_HOLD_OFF_US timer value for SRCScott Collyer2019-10-171-4/+16
* pd: Prevent trasmitting messages if rx messages are pendingScott Collyer2019-10-171-0/+7
* usb_pd: drop duplicate func get_max_request_mv()Yilun Lin2019-10-091-1/+1
* builtin: Introduce and use inttypes.hEvan Green2019-10-051-1/+2
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-8/+9
* cleanup: fix byte access and ifdefs for BBRAM_PD2Jett Rink2019-09-301-3/+0
* usb_pd_protocol: add missing CPRINTF argumentCaveh Jalali2019-09-261-1/+1
* cleanup: remove copy of pd_cc_state enumJett Rink2019-09-261-9/+10
* USB-PD: SOP'/SOP" packet header fieldRuibin Chang2019-09-231-8/+20
* pd: Exit DP mode on sysjumpSam Hurst2019-09-171-15/+3
* tcpm: Hold tPSHardReset after receiving hard reset from sink deviceYilun Lin2019-09-101-4/+6
* pd: USB Power Delivery State Machine based on Revision 3.0 of the spec.Sam Hurst2019-09-101-3/+5
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-1/+1
* tcpm: ignore repeated MessageIDYilun Lin2019-08-251-14/+50
* usb: de-dup common code from old and new PD stackJett Rink2019-08-191-70/+11
* usb_pd: Get USB-C cable type informationAyushee2019-08-161-0/+1