summaryrefslogtreecommitdiff
path: root/common/usb_pd_tcpc.c
Commit message (Expand)AuthorAgeFilesLines
...
* tcpc: use initialization complete alert bit to signal readinessAlec Berg2015-06-301-7/+12
* tcpc: update tcpci registers to latest specAlec Berg2015-06-301-10/+5
* pd: refactor tcpm and move alert function to tcpm driverAlec Berg2015-06-301-7/+8
* pd: Add support for TCPC Alert and Alert_Mask registersScott2015-06-231-31/+63
* tcpc: use vendor ID register to signal TCPC readinessAlec Berg2015-06-171-0/+9
* tcpc: initialize CC termination based on default PD roleAlec Berg2015-06-161-0/+2
* tcpc: Avoid missampling CC line immediately after transmitAlec Berg2015-06-131-16/+19
* pd: implement TCPC RX Detect register to enable/disable TCPC RXAlec Berg2015-06-031-30/+27
* pd: move non-phy layer config out of usb_pd_config.hAlec Berg2015-05-271-7/+15
* pd: add first version of TCPCI I2C interfaceAlec Berg2015-05-221-35/+183
* pd: add config options for including TCPM and TCPC separatelyAlec Berg2015-05-221-10/+9
* pd: initial split of protocol code to create port controllerAlec Berg2015-05-221-0/+963