summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* pd: set BMC bitVincent Palatin2014-06-031-1/+5
* pd: when PD sink request is rejected go back to discovery stateAlec Berg2014-05-231-2/+3
* pd: detect source disconnectionAlec Berg2014-05-231-0/+10
* samus_pd: add interrupt to detect VBUS transitions quicklyAlec Berg2014-05-231-0/+1
* samus_pd: when sinking power detect loss of VBUS and disconnectAlec Berg2014-05-211-0/+8
* Add cprints() and ccprints()Vic Yang2014-05-211-1/+1
* pd: revert slow traces in PD codeVincent Palatin2014-05-211-18/+16
* zinger: add support to flash RW firmwareVincent Palatin2014-05-171-2/+17
* samus: add PD MCU boardAlec Berg2014-05-141-4/+4
* cleanup: add square brackets to make test parser easierLouis Yung-Chieh Lo2014-05-071-16/+18
* zinger: implement fault protectionVincent Palatin2014-05-051-2/+11
* pd: more robust receptionVincent Palatin2014-05-021-5/+2
* pd: better sink transitionsVincent Palatin2014-05-021-13/+42
* pd: handle plug polarityVincent Palatin2014-04-301-6/+8
* pd: update policy, timeout and board callbacksVincent Palatin2014-04-301-11/+21
* USB Power Delivery core codeVincent Palatin2014-04-121-0/+818