summaryrefslogtreecommitdiff
path: root/chip/stm32/usb_pd_phy.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-680/+0
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* usbc: remove PD_EVENT_SM in favor of task_wakeJett Rink2020-08-211-1/+1
* cleanup: drop the _TYPEC part of USB device configJett Rink2020-03-261-1/+1
* pd: cleanup pd_get_roleDenis Brockus2020-01-091-1/+1
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-1/+1
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-5/+6
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* chocodile_vpdmcu: Firmware for chocodile mcuSam Hurst2019-04-081-0/+11
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-6/+6
* 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