summaryrefslogtreecommitdiff
path: root/driver/tcpm/stub.c
Commit message (Expand)AuthorAgeFilesLines
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-311-1/+1
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-181-1/+1
* Move tcpic.h header into include/driverSimon Glass2021-01-071-1/+1
* USB: Remove DTS identification from USB PD polarityBrian J. Nemec2020-12-231-1/+1
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* driver/tcpm: set PD_EVENT_RX_HARD_RESET event when receive hard resetRuibin Chang2020-07-141-2/+2
* tcpci: Only drive one CC line when attachedDenis Brockus2020-01-081-1/+1
* tcpci: change connect to auto discharge disconnectDenis Brockus2019-12-121-0/+4
* usb: convert cc1 from int to enumJett Rink2019-08-091-1/+2
* tcpc: Resume suspended ports after an intervalJonathan Brandmeyer2018-10-041-0/+5
* tcpm: add TCPC RX circular buffer in ECJett Rink2018-09-071-4/+8
* cleanup: remove tcpc* extern function declarationsJett Rink2018-08-311-16/+1
* pd: Add tcpc_select_rp_value to stub tcpm driverScott2017-03-021-1/+2
* pd: select dynamically Rp valueVincent Palatin2016-08-251-0/+5
* tcpm: update code to support multiple tcpm driverKevin K Wong2016-04-171-13/+4
* tcpc: re-initialize tcpc if it reboots while tcpm is runningAlec Berg2015-10-221-1/+12
* pd: Enable detection of VBUS via the TCPM/TCPCI interfaceScott2015-08-211-0/+6
* tcpc: add RX message buffer and don't send goodCRC when fullAlec Berg2015-08-011-7/+15
* tcpc: update tcpci registers to latest specAlec Berg2015-06-301-1/+3
* pd: refactor tcpm and move alert function to tcpm driverAlec Berg2015-06-301-8/+56
* pd: create driver/tcpm/ to hold TCPM driversAlec Berg2015-06-241-0/+88