summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* clean: update vconn commentJett Rink2019-03-121-2/+2
* PD: Set Rp consistently on initial connection, increasing laterDiana Z2019-03-081-15/+9
* usb_pd: Get current CC stateAyushee2019-03-071-9/+20
* common/usb_pd_protocol: Set port in LPM at the start of initKarthikeyan Ramasubramanian2019-03-011-0/+8
* pd: Don't send msgs for ~200ms after 1st request.Aseda Aboagye2019-02-211-0/+37
* pd: Don't Try.Src if battery is disconnected.Aseda Aboagye2019-02-151-3/+11
* USB-PD: Make pd_build_request return voidDaisuke Nojiri2019-02-121-10/+3
* USB PD: PPC: Add overcurrent handling.Aseda Aboagye2019-01-171-2/+105
* USB-PD: Disable Vconn on SRC_DISCONNECTDaisuke Nojiri2019-01-161-1/+4
* common/usb_pd_protocol: Try.SRC to TryWait.SNK timeoutRuibin Chang2019-01-041-20/+49
* USB-PD: Fix build errors for non-DRPDaisuke Nojiri2018-12-191-2/+8
* tcpc: wait for TCPC wake up upon first accessJett Rink2018-12-181-20/+40
* USB-PD: Debounce when trying try.srcDaisuke Nojiri2018-12-171-14/+13