summaryrefslogtreecommitdiff
path: root/driver/tcpm/tcpci.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-1838/+0
* SSFC: Framework to support two charger sourcesParth Malkan2021-09-241-14/+21
* tcpm: Mitigate EC RX circular buffer overflowNathan K2021-09-031-1/+15
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-311-1/+1
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-181-1/+2
* USB MUX: Generalize mux ACKDiana Z2021-08-141-1/+5
* TCPM: Add new LPM bypass TCPC accessorsCaveh Jalali2021-06-251-2/+7
* TCPCI: Add OCP reportingDiana Z2021-06-071-1/+14
* TCPCI: Move debug accessory control set to NCT38xx driverDiana Z2021-05-271-12/+5
* CCGXXF: Enable Auto Discharge DisconnectIurii Berezhanskyi2021-05-261-0/+2
* dedede: Rework `extpower_is_present()`Aseda Aboagye2021-05-191-3/+0
* Coachz:PS8XXX: Add 5ms delay to make CC being judged correntlytongjian2021-04-271-0/+10
* TCPC: Cleanup: Get Sink & SRC state from PD or PPCVijay Hiremath2021-04-211-10/+6
* TCPC: Cleanup: Enable PPC from PD or Power MUXVijay Hiremath2021-04-201-2/+4
* TCPMv1/v2: Move SOP' enabling to tcpm_set_vconnEric Herrmann2021-03-041-6/+0
* ps8xxx: Set RP during LPM enter if TCPC acts as mux onlyPatryk Duda2021-01-281-1/+1
* TCPMv2: Support BIST Test ModeAbe Levkoy2021-01-221-0/+16
* Move tcpic.h header into include/driverSimon Glass2021-01-071-1/+1
* tcpm: Move tcpm.h into an include directorySimon Glass2020-12-221-1/+1
* tcpci: Base retry count on active PD revAbe Levkoy2020-12-151-1/+2
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-2/+2
* TCPC: Change SOP' disable interfaceDiana Z2020-11-181-9/+4
* tcpc: Cleanup usage of tcpci_set_role_ctrl()Keith Short2020-11-181-6/+7
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-2/+2
* TCPMv2: Add VBUS_REMOVED levelDiana Z2020-10-011-2/+11
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-2/+2
* TCPCI: Stop I2C transfer after discovering no message to readDiana Z2020-09-101-6/+15
* tcpmv2: disable receive of SOP' during VCONN swapKeith Short2020-09-021-41/+58
* tcpmc2: fix TD.PD.LL3.E2 Retransmission testJett Rink2020-08-061-8/+6
* Reland "TCPCI: Check for failed i2c write before using alert register"Diana Z2020-07-311-1/+4
* AOZ1380: initialize srcing/snking flags to reflect hardwareDenis Brockus2020-07-281-0/+26
* Revert "TCPCI: Check for failed i2c write before using alert register"Wu-Cheng Li2020-07-241-4/+1
* TCPCI: Check for failed i2c write before using alert registerDiana Z2020-07-241-1/+4
* USB PD: Move board FRS configuration out of TCPCIEric Herrmann2020-07-171-6/+1
* driver/tcpm: set PD_EVENT_RX_HARD_RESET event when receive hard resetRuibin Chang2020-07-141-2/+1
* TCPCI: Update alert mask to allow FRS alertsEric Herrmann2020-07-141-0/+3
* TCPMv2: manual control to DBG_ACC in TCPCDenis Brockus2020-07-081-0/+7
* tcpci: Set TCPC_REG_TCPC_CTRL_DEBUG_ACC_CONTROLEdward Hill2020-07-081-5/+12
* tcpm: Change the get_chip_info() to prevent race conditionsWai-Hong Tam2020-06-251-8/+16
* tcpci: debug cleanupDenis Brockus2020-06-241-8/+43
* tcpmv2: only enable AutoDischargeDisconnect when attachedDenis Brockus2020-06-241-150/+10
* tcpci: add 16-bit TCPC I2C accessorsCaveh Jalali2020-06-231-5/+3
* tcpci: DRP enable should set role based on versionDenis Brockus2020-06-191-9/+16
* TCPMv2: Add pathway to enable FRS from PPC driverEric Herrmann2020-06-181-7/+10
* tcpci: Add workaround for devices with broken vSafe0VKeith Short2020-06-131-5/+9
* tcpci: use the correct register to configure extended alertsPeter Marheine2020-06-031-1/+1
* TCPCI: acknowledge extended alertsPeter Marheine2020-06-031-1/+6
* tcpci: Added some common tcpci debug helpersDenis Brockus2020-06-021-6/+109
* TCPM: Increase queue size for PD messagesAndrew McRae2020-05-271-1/+2
* Extend the tcpci register dump.Andrew McRae2020-05-271-88/+87