summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB-PD: Add hook for PD connect eventDaisuke Nojiri2019-05-081-0/+5
* usb_pd_protocol.c: exiting from try.src to attach.srcRuibin Chang2019-05-071-10/+34
* pd_protocol: Don't clear PD flags while debouncing.Aseda Aboagye2019-05-041-1/+9
* usb: add inline helper method for CC linesJett Rink2019-05-021-32/+12
* Flapjack: Disable charging from BC 1.2 charger as USB-C chargerDaisuke Nojiri2019-04-301-1/+2
* USB PD: Re-discover port partner when a contract was in placeDiana Z2019-04-181-1/+48
* pd_protocol: Allow charging @ 500mA from Rp-USB.Aseda Aboagye2019-04-171-0/+2
* kukui: remove flashpd/rwhashpd host command from ROTing Shen2019-04-171-1/+4
* pd: Apply Rd prior to sending PS_RDY in PRSWAP.Aseda Aboagye2019-04-091-5/+19
* common/usb_pd_tcpc: Ignore repeat messagesKarthikeyan Ramasubramanian2019-03-281-2/+21
* USB PD: Save Vconn state in BBRAMDiana Z2019-03-281-6/+29
* usb_pd: Get current DP pin modeAyushee2019-03-281-0/+6
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-4/+4
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* usbpd: Remove pd_state_names if not usedDaisuke Nojiri2019-03-141-20/+21
* usb_chg: Add USB_CHG events for data role set and CC openScott Collyer2019-03-121-0/+22