summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* pd: ensure names of PD states are up-to-dateVic Yang2014-08-281-0/+6
* pd: Try soft reset if ping failsVic Yang2014-08-281-14/+24
* pd: handle ACCEPT after a soft resetVic Yang2014-08-281-19/+21
* pd: add sending read info VDM every time source is plugged inAlec Berg2014-08-271-4/+24
* samus: add host commands for flashing zinger RWAlec Berg2014-08-261-1/+82
* pd: Move dual role toggle hooks to common codeVic Yang2014-08-261-0/+25
* samus_pd: enable check for protected mode to prevent PD commAlec Berg2014-08-231-2/+20
* zinger: add custom VDM to read last measured currentAlec Berg2014-08-221-1/+4
* pd: zinger: Turn off pings by defaultAlec Berg2014-08-221-14/+49
* pd: fix bug in pd transmit retry mechanismAlec Berg2014-08-221-0/+8
* pd: Fix bug in PD console commandVic Yang2014-08-141-3/+3
* pd: Guard console messages with log levelVic Yang2014-08-141-15/+42
* pd: issue PD soft reset on sysjumpVic Yang2014-08-141-0/+11
* pd: Implement PD soft resetVic Yang2014-08-131-20/+51
* pd: modify PD to allow sending VDMs anytimeAlec Berg2014-08-111-62/+108
* pd: stop sending source cap after fixed number of attemptsAlec Berg2014-08-111-7/+15
* pd: use interrupt on Rx retryVic Yang2014-08-111-2/+14
* pd: log state transition and stop logging pingsVic Yang2014-08-111-7/+23
* pd: Move more protocol layer constants to header fileVic Yang2014-08-101-55/+0
* samus: ryu: set input current limit based on PD negotiationAlec Berg2014-08-091-2/+15
* pd: add PD communication enable flagAlec Berg2014-08-071-5/+45
* pd: hard reset if we get unexpected PS_RDYVic Yang2014-08-071-1/+4
* pd: hard reset if we get a request in disconnected statesVic Yang2014-08-071-15/+22
* pd: clean up timeout handling in state machineVic Yang2014-08-071-54/+92
* samus_pd: remove dead code around allowing PD negotiationAlec Berg2014-08-061-2/+1
* pd: add commands to test flashing using PD communicationVincent Palatin2014-07-311-7/+120
* pd: fix transmit bug, add back in retry mechanismAlec Berg2014-07-311-2/+1
* Host command for USB PD role and mux controlVic Yang2014-07-301-0/+57
* Unify 'typec' console commands in different boardsVic Yang2014-07-291-0/+45
* pd: zinger: add sending hard reset on pd_board_check() falutAlec Berg2014-07-291-1/+1
* pd: allow sink to request new voltage w/o dropping negotiationAlec Berg2014-07-291-26/+62
* pd: sink change sending getSourceCap to hard reset after timeoutAlec Berg2014-07-291-23/+16
* plankton: Support 5V only modeVic Yang2014-07-291-3/+9
* samus: include a force source mode for dual-role portsAlec Berg2014-07-281-23/+55
* samus: pd: dual USB-PD port support for samusAlec Berg2014-07-281-282/+344
* pd: support for dual-role portAlec Berg2014-07-141-10/+110
* samus: use real AC_PRESENT signalAlec Berg2014-07-111-19/+1
* samus_pd: fix type-C ports muxingVincent Palatin2014-07-091-1/+1
* pd: ensure we always re-enable source powerVincent Palatin2014-07-081-2/+2
* pd: sink uses VBUS to detect connectionAlec Berg2014-07-081-10/+11
* pd: refactor disconnection detectionVincent Palatin2014-07-081-30/+28
* pd: properly transition when answering GetSourceCapVincent Palatin2014-07-081-1/+4
* pd: resolve transmission conflicts fasterVincent Palatin2014-07-031-0/+7
* pd: add support for suspending the taskDominic Chen2014-07-021-1/+20
* samus: hack to read AC present state from PDDuncan Laurie2014-06-271-0/+17
* pd: increase delay after receiving good CRC to avoid starting new packetAlec Berg2014-06-111-1/+1
* samus: Allow samus to charge w/o battery or with dead batterystabilize-5942.BAlec Berg2014-06-091-0/+10
* pd: detect sink disconnectionVincent Palatin2014-06-031-0/+10
* pd: handle Soft ResetVincent Palatin2014-06-031-1/+7
* pd: support bist carrier mode 2Alec Berg2014-06-031-5/+110