summaryrefslogtreecommitdiff
path: root/driver/tcpm/it83xx.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* driver/tcpm/it83xx.c: Format with clang-formatJack Rosenthal2022-06-281-81/+85
* driver/tcpm/it83xx, it8xxx2: ITE inactive port return from HOOKRuibin Chang2021-12-171-0/+20
* driver/tcpm/it83xx, it8xxx2: set sleep mask for mixed TCPC caseRuibin Chang2021-12-171-13/+26
* driver/tcpm/it83xx: turn both cc pins off when disable VconnRuibin Chang2021-09-241-9/+17
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-311-13/+13
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-181-3/+3
* driver/it83xx, it8xxx2: turn on PD BMC PHY for TCPMv1Ruibin Chang2021-02-261-5/+21
* driver/it83xx, it8xxx2: define delay time for Vconn below 3.3vRuibin Chang2021-02-081-11/+5
* config: Make VCONN Swap delay a documented optionAbe Levkoy2021-01-221-2/+2
* Move tcpic.h header into include/driverSimon Glass2021-01-071-1/+1
* tcpm/it83xx: Disable Rx decode in pd initRuibin Chang2020-12-211-0/+4
* Cleanup: rename function nameRuibin Chang2020-12-211-2/+3
* tcpm/it83xx: use PD_VCONN_SWAP_DELAY delay time for Vconn dropRuibin Chang2020-12-151-1/+3
* tcpm/it83xx: don't enable/disable Tx when Rx_enable() calledRuibin Chang2020-12-111-63/+91
* TCPC: Change SOP' disable interfaceDiana Z2020-11-181-5/+11
* it83xx, it8xxx2: implement decode SOP' and SOP'' disable functionRuibin Chang2020-10-171-5/+16
* driver/it83xx, it8xxx2: avoid CCs open when TCPC initRuibin Chang2020-10-011-1/+7
* driver/it83xx: change Rd_DB to Rd_5.1k in EC hibernateRuibin Chang2020-09-301-10/+22
* it83xx: Only consider ITE C ports for sleep maskAseda Aboagye2020-09-181-4/+18
* driver/it83xx, it8xxx2.c: add low power optionRuibin Chang2020-09-021-2/+40
* driver/it83xx, it8xxx2.c: add auto toggle optionRuibin Chang2020-08-281-0/+3
* driver/it83xx, it8xxx2.c: set HW auto retry countRuibin Chang2020-08-111-0/+6
* tcpmc2: fix TD.PD.LL3.E2 Retransmission testJett Rink2020-08-061-2/+2
* chip/it83xx, it8xxx2: implement detect cc disconnection interrupt for SRC roleRuibin Chang2020-07-311-6/+74
* chip/it8320, it81202: Implement fast role swap functionRuibin Chang2020-07-231-0/+35
* tcpm: Change the get_chip_info() to prevent race conditionsWai-Hong Tam2020-06-251-8/+6
* it83xx tcpc: Captured received SOP message typeKeith Short2020-05-011-0/+5
* tcpci: remove cached pullDenis Brockus2020-03-201-6/+0
* driver/tcpm/it83xx: set cc polarity correctlyRuibin Chang2020-03-181-1/+5
* driver/tcpm/it8xxx2: PD driver for chip it8xxx1/8xxx2Ruibin Chang2020-02-191-2/+3
* usbc: remove tri-state polarityDenis Brockus2020-02-151-10/+0
* TCPMv1: Don't turn off pd module clock if rx enabledRuibin Chang2020-02-051-3/+4
* Cleanup: Add chip support pd physical port count configurationRuibin Chang2020-01-221-1/+1
* tcpci: Only drive one CC line when attachedDenis Brockus2020-01-081-1/+22
* driver/it83xx: Don't set cc when set message header power roleRuibin Chang2019-11-181-1/+8
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-2/+2
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-2/+2
* Revert "it83xx/intc:message id of pd packet repeat"Yilun Lin2019-08-251-11/+0
* driver/tcpm/it83xx: Enable TCPC receive SOP'Ruibin Chang2019-08-211-18/+39
* usb: convert cc1 from int to enumJett Rink2019-08-091-1/+2
* driver/tcpm: block bad config combinations at compile timeTing Shen2019-07-241-0/+1
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-07-201-1/+1
* tcpm/it83xx.c: Bx and Dx transmit status bit of pd register swapRuibin Chang2019-04-301-0/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-18/+18
* tcpm/it83xx.c: don't reload cc parameter settings for DxRuibin Chang2019-01-221-0/+2
* it83xx/intc:add type-c plug in interruptRuibin Chang2018-12-181-0/+17
* it83xx/intc:message id of pd packet repeatRuibin Chang2018-11-291-0/+11
* cleanup: rename Rp enum values for clarityJett Rink2018-10-121-3/+3