summaryrefslogtreecommitdiff
path: root/chip/stm32/ucpd-stm32gx.c
Commit message (Expand)AuthorAgeFilesLines
* tree: Make DECLARE_IRQ routine staticTom Hughes2021-11-081-1/+1
* chip/stm32: Avoid out of bounds array access on TCPCI_MSG_TX_BIST_MODE_2Tom Hughes2021-10-131-3/+0
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-311-15/+15
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-181-6/+6
* stm32g4: ucpd: Clear tx interrupts before enableScott Collyer2021-05-271-26/+43
* stm32gx: ucpd: BIST mode control and correct nRetryCountScott Collyer2021-03-311-11/+29
* stm32g4: ucpd: Fix tx hard reset and msg discard handlingScott Collyer2021-03-311-27/+211
* stm32g4: ucpd: Move hbit clock config macros to .h fileScott Collyer2021-03-241-26/+0
* ucpd: Add support to turn off type-2 BIST modeScott Collyer2021-03-161-6/+22
* stm32g4: ucpd: Add missing tcpci methodsScott Collyer2020-12-221-3/+73
* stm32g4: ucpd: Add pd msg log and console debug commandsScott Collyer2020-12-221-3/+415
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-10/+9
* stm32g4: ucpd: Add support for USB-PD messagingScott Collyer2020-12-131-14/+662
* ucpd: Fix merge error with clock constantsScott Collyer2020-11-121-3/+3
* stm32g4: Initial UCPD driver for type-c functionalityScott Collyer2020-09-291-0/+277