summaryrefslogtreecommitdiff
path: root/driver/tcpm/it83xx.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-910/+0
* 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
* pdchipinfo: add min firmware version to pdchipinfoJett Rink2018-09-281-2/+2
* tcpm: add TCPC RX circular buffer in ECJett Rink2018-09-071-11/+2
* tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST testRuibin Chang2018-09-071-0/+10
* tcpm:it83xx: GRL-USB-PD TDA2.1.2.1 BMC testRuibin Chang2018-08-231-0/+22