summaryrefslogtreecommitdiff
path: root/driver/tcpm
Commit message (Expand)AuthorAgeFilesLines
* TCPM: it83xx: fix build errorDino Li2016-09-051-3/+5
* pd: select dynamically Rp valueVincent Palatin2016-08-259-84/+163
* TCPM: it83xx: support Rp 1.5/3.0A pullup configurationDino Li2016-08-221-7/+17
* anx7688: Add custom vbus functionNicolas Boichat2016-08-211-1/+16
* fusb302: enable setting Rp valueVincent Palatin2016-08-162-0/+13
* tcpm/anx74xx: initialize reg variable before useMartin Roth2016-08-121-0/+2
* Analogix: Present configured Rp pull-up.Tang Zhentian12016-08-112-6/+26
* Amenia/Reef: Present 1.5A PullupDivya Sasidharan2016-08-113-3/+25
* reef: add pull-up for TCPC1 INT# when daughter board is not connected.Kevin K Wong2016-08-031-1/+4
* anx74xx: only enable SBU mux in DP modeRachel Nancollas2016-08-021-26/+33
* tcpm: anx74xx: Fix cable orientation detectionDivya Sasidharan2016-07-291-5/+12
* pd: tcpci: Fix tcpci_tcpm_set_vconn() to set bit0 (VCONN) only.Koro Chen2016-07-291-2/+8
* tcpm: fusb302: Changed get_cc to use full manual mode for revBScott2016-07-261-78/+82
* tcpm: fusb302: Set VCONN appropriately when enabledShawn Nematbakhsh2016-07-251-27/+37
* tcpm: anx74xx: Add alert polarity member to tcpc_config_tDavid Hendricks2016-07-212-2/+3
* tcpm: fusb302: Fix issue with MDAC register definitionScott2016-07-202-20/+19
* tcpm: anx74xx: Improve CC eye diagramShawn Nematbakhsh2016-07-182-0/+10
* anx74xx: allow anx74xx_tcpm_mux_set() to disable muxDavid Hendricks2016-06-291-17/+19
* tcpm: fusb302: Avoid unwanted CC PU changesShawn Nematbakhsh2016-06-281-53/+63
* pd: tcpci: Properly get / set mux polarityShawn Nematbakhsh2016-06-282-7/+11
* elm: anx7688: add anx7688 hpd driverRong Chang2016-06-164-13/+239
* pd: tcpci: Don't wait forever for init() on i2c errorShawn Nematbakhsh2016-06-151-1/+9
* it83xx: Support different PLL frequencies setting (24/48/96 MHz)Dino Li2016-06-141-2/+0
* driver/tcpm: add Type-C controller ps8751 DP alt mode APIli feng2016-06-142-0/+80
* cleanup: pd: Define VBUS detection sourceShawn Nematbakhsh2016-06-024-11/+11
* TCPM : Added driver for Analogix's anx74xx chipsAman Kumar2016-05-182-0/+953
* fusb302: Delay after enabling CC measurement switchesShawn Nematbakhsh2016-04-271-6/+10
* pd: Fix port enable check for low power idleShawn Nematbakhsh2016-04-251-1/+1
* chip: it83xx: add USBPD moduleDino Li2016-04-182-0/+568
* tcpm: update code to support multiple tcpm driverKevin K Wong2016-04-176-61/+255
* fusb302: update driver for FUSB302BJoe Bauman2016-03-032-15/+75
* tcpc: add support for TCPC with integrated high-speed muxesVincent Palatin2016-01-272-0/+64
* tcpc: add 2 bytes into TX byte count registerAlec Berg2015-12-051-1/+2
* fusb302: Don't flush RX FIFO on GoodCRCShawn Nematbakhsh2015-12-011-4/+7
* fusb302: Move i2c slave address defines to common headerShawn Nematbakhsh2015-11-171-0/+10
* pd: initialize tcpc when tcpm bootsAlec Berg2015-11-171-9/+0
* tcpm: Add configuration struct for tcpc i2c paramsShawn Nematbakhsh2015-11-084-165/+182
* Initial commit of TCPM driver for FUSB302.Gabe Noblesmith2015-11-042-0/+1150
* oak_pd: change oak_pd to be a sym link to glados_pdAlec Berg2015-11-041-1/+1
* tcpc: re-initialize tcpc if it reboots while tcpm is runningAlec Berg2015-10-223-14/+40
* tcpc: update to tcpci RC3Alec Berg2015-09-162-45/+52
* oak_pd: tcpm_power_status: Update power status on initRong Chang2015-09-141-25/+33
* pd: Enable detection of VBUS via the TCPM/TCPCI interfaceScott2015-08-213-13/+67
* tcpc: add RX message buffer and don't send goodCRC when fullAlec Berg2015-08-012-21/+28
* tcpc: move tcpc initialized bit into error status registerAlec Berg2015-07-242-7/+7
* tcpc: update TCPCI register mapAlec Berg2015-07-241-10/+9
* tcpc: use initialization complete alert bit to signal readinessAlec Berg2015-06-301-3/+7
* tcpc: update tcpci registers to latest specAlec Berg2015-06-303-32/+47
* pd: refactor tcpm and move alert function to tcpm driverAlec Berg2015-06-303-17/+193
* pd: create driver/tcpm/ to hold TCPM driversAlec Berg2015-06-242-0/+282