summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb_pd: Adding USB-C cable detectionAyushee2019-08-161-3/+44
* cleanup: change initializer for storm_trackerJett Rink2019-08-131-1/+1
* usb: convert cc1 from int to enumJett Rink2019-08-091-9/+9
* pd: Don't request LPM in DRP_TOGGLE if cc is not openScott Collyer2019-08-081-3/+6
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-07-201-2/+3
* USB PD: Refrain from resets if battery is lowDiana Z2019-07-021-10/+95
* USB PD: disable port if TCPC interrupt storm detectedJett Rink2019-06-281-2/+41
* pd_protocol: Don't DRP toggle lower than S0.Aseda Aboagye2019-06-211-23/+99
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* USB PD: Only maintain contracts over sysjump when sinkingDiana Z2019-06-041-9/+18
* USB PD: Disable Vconn as well as Vbus on initDiana Z2019-06-041-1/+7
* common: Remove duplicate error checkJacob Garber2019-05-281-3/+1
* usb/mux: Do not connect MUX when PD disconnectedstabilize-12222.BRuibin Chang2019-05-231-10/+27
* USB PD: Don't attempt to exit mode on a suspended portDiana Z2019-05-171-11/+29
* pd_protocol: Add ready_state_holdoff_timer.Aseda Aboagye2019-05-171-17/+44
* retimer: Add driver support for Intel Burnside Bridge retimerVijay Hiremath2019-05-141-0/+12
* common/usb_pd_protocol: Avoid unitialized use of port flagsNicolas Boichat2019-05-121-11/+16