summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* samus_pd: add host command to get type-c port power infoAlec Berg2014-10-301-0/+12
* usb_pd_protocol: Don't prematurely set PD charge supplier limitShawn Nematbakhsh2014-10-281-22/+14
* pd: make transition out of hard reset shorterAlec Berg2014-10-251-0/+1
* pd: Add DFP parsing for alternate mode status & attention.Todd Broch2014-10-251-1/+5
* usb_pd_protocol: Add support for charge_manager and voltage reportingShawn Nematbakhsh2014-10-221-12/+95
* pd: alternate mode: simplify mode entry choice.Todd Broch2014-10-201-1/+1
* pd: update the tPSTransition timeoutVincent Palatin2014-10-171-2/+2
* pd: reset the message ID on connectionVincent Palatin2014-10-171-0/+4
* pd: implement source recovery time after hard resetAlec Berg2014-10-151-0/+8
* pd: implement sink hard reset counterAlec Berg2014-10-151-2/+21
* pd: samus: ryu: add back in Vconn support correctlyAlec Berg2014-10-151-2/+9
* Revert "pd: samus: ryu: add Vconn support and enable for samus and ryu"Alec Berg2014-10-101-9/+2
* usb_pd: Add port parameter to pd_set_input_current_limitShawn Nematbakhsh2014-10-101-3/+3
* pd: samus: ryu: add Vconn support and enable for samus and ryuAlec Berg2014-10-091-2/+9
* pd: VDM Alternate mode support.Todd Broch2014-10-091-27/+28
* zinger: Remove references to SHA1 hashShawn Nematbakhsh2014-10-091-6/+5
* zinger: samus_pd: increment zinger hardware id minor revisionAlec Berg2014-10-071-4/+4
* pd: zinger: move sending info VDM from UFP to DFPAlec Berg2014-10-071-5/+15
* Update Zinger flashing processVincent Palatin2014-10-071-19/+6
* Add back unit test for usb_pd"Vic Yang2014-10-041-26/+0
* zinger: add hibernate if disconnected for 60sAlec Berg2014-10-031-1/+1
* pd: Translate host command parameters with lookup tablesVic Yang2014-10-011-41/+26
* pd: change pd_soft_reset() to use PD task to send commandAlec Berg2014-09-251-16/+12
* pd: use GET_POLARITY for SNK_DISCONNECTED state as well.Todd Broch2014-09-231-1/+2
* samus_pd: enable low power idleAlec Berg2014-09-231-15/+31
* samus: enhance usbpd host command to return port status.Todd Broch2014-09-111-1/+6
* samus: Add host command to query USB type-C accessory attached.Todd Broch2014-09-111-8/+47
* PD: Cleanup 'pd' console command.Todd Broch2014-09-111-55/+61
* samus: Add host command to store USB PD device id & rw_hash entry.Todd Broch2014-09-111-1/+57
* pd: check result of enabling vbus on type-C portsAlec Berg2014-09-081-1/+8
* pd: Initialize dual role state based on chipset stateVic Yang2014-09-031-0/+14
* pd: Expand polarity logic to include Ra pull-down logic.Todd Broch2014-09-021-1/+29
* pd: Set pd mux to USB 3.0 (superspeed) initially.Todd Broch2014-08-291-0/+11
* 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