summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* pd: check for collisions before transmittingAlec Berg2014-12-171-17/+74
* pd: fix bug constantly sending HC's with non-PD aware chargerAlec Berg2014-12-131-9/+11
* pd: Remove needless re-requests of same charge modeShawn Nematbakhsh2014-12-111-5/+14
* pd: refactor pd policy layer request voltage functionsAlec Berg2014-12-111-35/+20
* samus: turn on PP5000 when AC is attached in G3Alec Berg2014-12-111-0/+9
* charge_manager: Add delayed port override for role swapShawn Nematbakhsh2014-12-091-24/+0
* samus_pd: Open USB data switches in UFP modeShawn Nematbakhsh2014-12-091-5/+10
* pd: add hard reset counter to sink hard reset recovery stateAlec Berg2014-12-081-2/+7
* pd: change power request based on if active charge portAlec Berg2014-12-081-1/+6
* pd: do not allow FW update on active charging port if no batteryAlec Berg2014-12-081-0/+12
* pd: before sysjump send soft reset and then disable PD commsAlec Berg2014-12-081-10/+26
* pd: Re-factor common flash vdms.Todd Broch2014-12-051-31/+0
* pd: dingdong/hoho: Fix hard reset recovery timeout.Todd Broch2014-12-051-0/+23
* pd: move get_info to common file.Todd Broch2014-12-051-0/+32
* pd: ectool: Expose device id major & minor.Todd Broch2014-12-021-1/+2
* pd: restore CC resistor if fail power swapAlec Berg2014-11-221-3/+20
* pd: change timeout for exiting sink hard reset recoveryAlec Berg2014-11-221-1/+3
* pd: on hard reset go to a hard reset recovery stateAlec Berg2014-11-211-45/+131
* pd: dynamically adjust current limit based on CC pull-upAlec Berg2014-11-211-6/+30
* pd: if our request is rejected, go to SNK_READYAlec Berg2014-11-211-55/+24
* pd: implement SenderResponseTimer on request messagesAlec Berg2014-11-211-4/+13
* pd: add explicit contract flagAlec Berg2014-11-211-12/+32
* pd: wait tSnkTransition after ACCEPT to change voltageVincent Palatin2014-11-211-6/+18
* pd: fix negative timeout for waiting taskBernard Shyu2014-11-191-6/+8
* Twinkie: add packet injection capabilityVincent Palatin2014-11-181-4/+4
* pd: fix alignment issue for print rwhashtable.Todd Broch2014-11-171-6/+8
* pd: zinger: add firmware update alternate mode to zingerstabilize-6480.BAlec Berg2014-11-151-4/+1
* pd: allow policy layer to ask for PR/DR_swap on new contractAlec Berg2014-11-151-49/+122
* pd: changes to actions to take on PD disconnectAlec Berg2014-11-151-17/+20
* pd: Remove console message for host commandsVic Yang2014-11-141-15/+3
* pd: add data role swapAlec Berg2014-11-141-47/+146
* ryu: disable pd console commandAlec Berg2014-11-131-3/+14
* usb_pd: Negotiate minimum power for unused portsShawn Nematbakhsh2014-11-131-9/+74
* pd: Send proper OPOS for DP status & config.Todd Broch2014-11-111-1/+1
* pd: wait to send source cap until port partner is showing UFPAlec Berg2014-11-111-3/+20
* pd: add print out when we receive SOP', SOP''Alec Berg2014-11-111-3/+12
* pd: move tDRPHold to after vbus is onAlec Berg2014-11-111-5/+7
* pd: add reject of data swap and vconn swap ctrl messagesAlec Berg2014-11-111-1/+4
* pd: add delay for power supply startup before sending src capAlec Berg2014-11-111-3/+13
* pd: for non dual-role device, always send reject to PR_SWAPAlec Berg2014-11-061-1/+3
* pd: samus: add support for power swap commandAlec Berg2014-11-061-50/+245
* pd: update source/sink cap PDOs and use to get dual role capableAlec Berg2014-11-061-10/+39
* pd: dingdong/hoho: inhibit USB Billboard.Todd Broch2014-10-311-1/+7
* pd: dingdong/hoho: HPD over USB PD.Todd Broch2014-10-301-1/+27
* 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