summaryrefslogtreecommitdiff
path: root/common/usb_pd_protocol.c
Commit message (Expand)AuthorAgeFilesLines
* pd: Allow multiple mode entry.Todd Broch2015-01-281-20/+20
* pd: fix power swap to sink could get wedged if missing PS_RDYAlec Berg2015-01-231-11/+3
* pd: make sure all host commands range check type-C port argAlec Berg2015-01-221-0/+6
* pd: retrieve logs from accessoriesVincent Palatin2015-01-211-0/+25
* pd: Clear type-c charge_manager supplier when VBUS disappearsShawn Nematbakhsh2015-01-211-8/+11
* pd: export the data role to the APVincent Palatin2015-01-211-1/+2
* pd: fix bug where sysjump could cause PD state to wedgeAlec Berg2015-01-191-0/+8
* pd: fix PD power swap when lots of protocol errosAlec Berg2015-01-191-2/+7
* pd: set previous protocol state appropriately after a hard resetAlec Berg2015-01-191-0/+6
* pd: samus: separate macros for power supply on and off delaysAlec Berg2015-01-171-5/+5
* samus_pd: Don't re-request FW update if RW is already the latestShawn Nematbakhsh2015-01-171-2/+16
* pd: updates to new connection state machineAlec Berg2015-01-161-102/+107
* Add USB-PD mode commands.Todd Broch2015-01-161-0/+37
* pd: Remove rwhashtable dumping by default for flash space.Todd Broch2015-01-161-1/+8
* pd: Remove redundant console output for received VDMs.Todd Broch2015-01-161-8/+1
* zinger: remove functions for analyzing bist resultsAlec Berg2015-01-141-27/+34
* pd: shorten some printf's and add port infoAlec Berg2015-01-141-12/+15
* firefly: fix bug causing disconnect event when requesting too fastAlec Berg2015-01-141-1/+2
* pd: make VDO responses fasterAlec Berg2015-01-101-3/+3
* pd: ensure power role matches CC pull resistor after hard resetAlec Berg2015-01-101-0/+14
* pd: avoid multiple role swaps on connectAlec Berg2015-01-101-1/+11
* pd: fix possible redundant requests (again)Alec Berg2015-01-101-8/+11
* pd: implement new type-C connect state machineAlec Berg2015-01-101-112/+226
* pd: Return immediately to host from erase RW.Todd Broch2015-01-081-15/+22
* pd: Refactor exit mode.Todd Broch2015-01-081-2/+7
* pd: remove clearing of type-c current limit in hard resetAlec Berg2015-01-081-1/+0
* pd: fix bug when forcing port to sinkAlec Berg2015-01-071-4/+18
* pd: Show literal PD state name for 'ectool usbpd'Vic Yang2015-01-071-30/+40
* pd: Bugfix for pending VDM in disconnected state.Todd Broch2015-01-071-9/+7
* pd: Add timeout for HC flash commands.Todd Broch2015-01-071-13/+26
* pd: vdm: Add VDM related timeouts and busy response handling.Todd Broch2015-01-071-4/+56
* pd: add flags to pd state console commandAlec Berg2015-01-071-7/+2
* samus: pd: on PD connection, if sink, ask for power swapAlec Berg2015-01-071-36/+59
* pd: fix timeouts during power swap and send soft reset on no CRCAlec Berg2015-01-061-19/+60
* pd: Add NoResponseTimer to disconnect after no responseAlec Berg2015-01-061-17/+48
* pd: Add CONFIG_CMD_TYPEC to optionally remove 'typec' console command.Todd Broch2015-01-061-0/+2
* pd: remove PD remote flashing console command by default.Todd Broch2015-01-051-3/+8
* pd: change receive timeout to 1.8msAlec Berg2015-01-051-1/+1
* pd: On invalid request, send reject and go to SRC_READYAlec Berg2015-01-031-0/+3
* pd: add new state to wait for getSinkCap responseAlec Berg2015-01-031-1/+12
* pd: reject getSourceCap/getSinkCap if doesn't applyAlec Berg2015-01-031-2/+13
* pd: change hard reset power supply off delayAlec Berg2015-01-031-1/+1
* pd: change retry counter to 3Alec Berg2015-01-031-1/+1
* pd: vdm: remove replicated VDM code.Todd Broch2014-12-221-1/+5
* system: Add function to convert passed system_image_copy_t to stringShawn Nematbakhsh2014-12-221-1/+2
* pd: vdm: Handle VDM requests only through state machine.Todd Broch2014-12-221-25/+58
* pd: allow new power request if the max voltage has changedAlec Berg2014-12-221-9/+13
* pd: Modify EC_CMD_USB_PD_RW_HASH_ENTRY to return PD device image typeShawn Nematbakhsh2014-12-201-4/+10
* pd: fix typo in state machine.Todd Broch2014-12-201-1/+1
* pd: check for collisions before transmittingAlec Berg2014-12-171-17/+74