summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* common/usb_pd_protocol: Fix TryWait.SNK to Unattached.SNK timeout valueRuibin Chang2018-12-141-2/+2
* cheza: Mux the 1st-plugged UFP port which is not a chargerWai-Hong Tam2018-12-081-0/+9
* test/usb_pd_fuzz: Fuzzing of USB PD dataNicolas Boichat2018-12-051-1/+6
* USB PD: Handle Vconn changes during hard resetDiana Z2018-11-211-0/+23
* PD: Respect tTypeCSendSourceCap timingDiana Z2018-11-201-1/+9
* usb-pd: preprocess pending interrupts after resetJett Rink2018-11-161-0/+14
* usb-pd: send more request after waitJett Rink2018-10-281-37/+35
* dragonegg: make PD interrupt use higher priority taskJett Rink2018-10-181-2/+5
* usb-pd: Do not source Vconn in DTSJett Rink2018-10-181-4/+12
* cleanup: rename Rp enum values for clarityJett Rink2018-10-121-11/+11
* Revert "tcpc: Check battery present to enable PD_SUSPEND"Wai-Hong Tam2018-10-101-5/+0
* tcpc: Check battery present to enable PD_SUSPENDWai-Hong Tam2018-10-091-0/+5
* usb-pd: allow a task to prevent TCPC LPMJett Rink2018-10-051-2/+21