summaryrefslogtreecommitdiff
path: root/driver/tcpm/anx7688.c
Commit message (Expand)AuthorAgeFilesLines
* USB Mux: Use polarity in safe modeJameson Thies2023-05-121-1/+1
* USB Mux: Unify drivers for safe modeDiana Z2022-09-191-0/+4
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tcpm: add tcpc_get_bist_test_modeEric Yilun Lin2022-08-221-0/+1
* driver/tcpm/anx7688.c: Format with clang-formatJack Rosenthal2022-07-011-28/+28
* USB MUX: Generalize mux ACKDiana Z2021-08-141-1/+5
* TCPMv2: Support BIST Test ModeAbe Levkoy2021-01-221-0/+1
* 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
* TCPC: Change SOP' disable interfaceDiana Z2020-11-181-1/+1
* tcpmv2: disable receive of SOP' during VCONN swapKeith Short2020-09-021-0/+3
* tcpc: Add framework for Safe0V VBus Level checkingDenis Brockus2020-05-151-1/+5
* tcpc: change name of get_vbus_level to check_vbus_levelDenis Brockus2020-05-151-2/+2
* usb_mux: retimer: mux as chained mux and retimerDenis Brockus2020-02-281-4/+4
* usb_mux: cleanup: Replace mux state enums with ec_command bit flagVijay Hiremath2020-01-281-2/+2
* driver/tcpm: block bad config combinations at compile timeTing Shen2019-07-241-0/+6
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-3/+3
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-3/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-6/+6
* tcpm: add TCPC RX circular buffer in ECJett Rink2018-09-071-2/+2
* ss-mux: update semantics for TCPC/MUX only used as MUXJett Rink2018-09-051-5/+4
* tcpm: add .release driver operation.Caveh Jalali2017-06-281-1/+6
* pd: select dynamically Rp valueVincent Palatin2016-08-251-0/+1
* anx7688: Add custom vbus functionNicolas Boichat2016-08-211-1/+16
* elm: anx7688: add anx7688 hpd driverRong Chang2016-06-161-0/+187