summaryrefslogtreecommitdiff
path: root/chip/stm32/usb_pd_phy.c
Commit message (Expand)AuthorAgeFilesLines
* pd: remove unnecessary delay in phy initAlec Berg2015-10-231-1/+1
* pd: Cleanup usb_pd low power idle sleep maskShawn Nematbakhsh2015-10-061-2/+6
* tcpc: disable TX timer as early as possible after DMA doneAlec Berg2015-06-131-3/+3
* tcpc: change pd_tx_done() to only wait for DMA done eventAlec Berg2015-06-131-5/+1
* oak: Add PD communication to oakAlec Berg2015-05-301-0/+2
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-271-6/+6
* pd: cleanup PD receive error enumAlec Berg2015-04-291-2/+2
* pd: ignore cable resetAlec Berg2015-04-241-1/+3
* twinkie: add simple text tracing mechanismVincent Palatin2015-04-101-50/+63
* pd: Modify BIST mode according to ECR#PD2.0.1.0.004Scott2015-04-091-7/+22
* pd: Massage initialization at task start.Todd Broch2015-02-251-1/+4
* stm32: Add delay after enabling peripheral clockVic Yang2015-02-101-0/+4
* samus: pd: fix potential junk at end of tx transmissionstabilize-6670.BAlec Berg2015-01-091-64/+37
* pd: check for collisions before transmittingAlec Berg2014-12-171-11/+56
* Twinkie: add packet injection capabilityVincent Palatin2014-11-181-6/+7
* Add new build target ryu_p2 for Ryu P2 boardsVic Yang2014-10-221-0/+2
* pd: allow selection of Tx timer channelVic Yang2014-10-211-8/+16
* Add support for STM32F373Vic Yang2014-10-071-2/+2
* zinger: minimuffin: add board support for minimuffinAlec Berg2014-10-021-1/+1
* pd: use interrupt on Rx retryVic Yang2014-08-111-2/+2
* samus: pd: dual USB-PD port support for samusAlec Berg2014-07-281-157/+167
* pd: clean up beg/end transitions of PD commsAlec Berg2014-07-031-40/+79
* pd: add support for suspending the taskDominic Chen2014-07-021-0/+8
* IRQ list support for enabling specific IRQs without common runtimeVic Yang2014-06-191-0/+2
* pd: support bist carrier mode 2Alec Berg2014-06-031-2/+7
* stm32: add SPI register definitions and refactorDominic Chen2014-06-031-3/+3
* Add cprints() and ccprints()Vic Yang2014-05-211-4/+6
* cleanup: add square brackets to make test parser easierLouis Yung-Chieh Lo2014-05-071-4/+4
* pd: more robust receptionVincent Palatin2014-05-021-0/+6
* pd: handle plug polarityVincent Palatin2014-04-301-10/+14
* pd: update policy, timeout and board callbacksVincent Palatin2014-04-301-10/+1
* stm32: pd: add config option to use SPI master for USB PD trasmitAlec Berg2014-04-291-8/+46
* stm32: USB Power Delivery physical layerVincent Palatin2014-04-121-0/+495