summaryrefslogtreecommitdiff
path: root/driver/tcpm/anx7447.c
Commit message (Expand)AuthorAgeFilesLines
* anx7447: replace anx7447_get_vbus_voltageEric Yilun Lin2023-03-141-21/+5
* anx7447: drop unused anx7447 functionsEric Yilun Lin2023-03-141-45/+0
* driver: Sort header filesJeremy Bettis2022-11-291-1/+1
* anx7447: fix get chip infolschyi2022-10-051-0/+3
* USB Mux: Unify drivers for safe modeDiana Z2022-09-191-0/+4
* usb_mux: Split struct usb_mux in common filesTomasz Michalec2022-09-131-7/+7
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* anx7447: fix Rp value before entering low power mode.lschyi2022-08-291-1/+24
* anx7447: support tcpc_get_bist_test_modemike2022-08-291-0/+11
* anx7447: configure usb_mux i2c addr from tcpc i2c configEric Yilun Lin2022-08-121-4/+10
* anx7447: dump OCM versionEric Yilun Lin2022-08-121-0/+8
* util: remove unused includesYuval Peress2022-08-051-0/+1
* driver/tcpm/anx7447.c: Format with clang-formatJack Rosenthal2022-07-061-68/+59
* anx7447: delay FRS_DATA deassertion to PPCEric Yilun Lin2022-06-281-6/+38
* anx7447: support FRSEric Yilun Lin2022-06-281-0/+51
* tcpm/anx7447: set CC debounce time to 2ms at BIST test modeXin Ji2022-06-101-1/+19
* anx7447: Modify explanation terms.jimmy.wu2022-05-271-2/+2
* tcpm/anx7447: set minimum OCM fw for FRSEric Yilun Lin2022-05-241-0/+4
* tcpm/anx7447: parse OCM firmware versionEric Yilun Lin2022-05-241-13/+11
* anx7447: Read ANX7447 firmware versionarthur.lin2022-05-181-1/+29
* TCPCI: Allow TCPM to use sink/source control without PPCs presenceDevin Lu2022-05-101-2/+0
* tcpm/anx7477: support TCPCI get_vbus_voltageEric Yilun Lin2022-04-281-14/+37
* USB MUX: Update low power mode of MUX anx7447 used as MUX onlyTeddy Shih2022-03-151-0/+1
* USB MUX: Update search MUX address through anx7447_i2c_addrs_flags arrayTeddy Shih2022-02-111-4/+3
* tcpm: anx7447: Set vbus & vconn ADC thresholdXin Ji2022-02-081-8/+4
* USB MUX: Search SPI address through anx7447_i2c_addrs_flags arrayTeddy Shih2022-01-211-0/+21
* USB MUX: Wait on ACK for HPD changes when requiredDiana Z2021-12-021-1/+5
* tree: Files should end with single newlineTom Hughes2021-10-181-1/+0
* USB MUX: Convert usb_mux HPD functions to use mux_state_tDiana Z2021-08-301-1/+3
* USB MUX: Generalize mux ACKDiana Z2021-08-141-4/+15
* TCPC: Cleanup: Enable PPC from PD or Power MUXVijay Hiremath2021-04-201-1/+1
* COIL: Rename variables and comments for ANX7447Diana Z2021-01-271-16/+16
* 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
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-4/+4
* tcpmv2: disable receive of SOP' during VCONN swapKeith Short2020-09-021-0/+3
* anx7447: Add mux registers to register dumpAndrew McRae2020-07-281-0/+15
* ANX7447: Cleanup spurious register accessAndrew McRae2020-06-101-44/+0
* ANX3447: Add some more registers to dumpAndrew McRae2020-05-301-0/+16
* Extend the tcpci register dump.Andrew McRae2020-05-271-0/+69
* tcpc: change name of get_vbus_level to check_vbus_levelDenis Brockus2020-05-151-1/+1
* ANX3447: Disable voltage alarmsDiana Z2020-05-051-0/+9
* tcpm/anx7447.c: use chip internal timer to generate HPD IRQstabilize-sylas-13019.B-masterXin Ji2020-04-021-10/+28
* anx7447.c: anx7447/anx3447 has an additional condition(0xAA:bit6) for Look4co...Xin Ji2020-03-161-2/+39
* usb_mux: retimer: mux as chained mux and retimerDenis Brockus2020-02-281-25/+41
* usb: differentiate DTS polarity and normal device polarityDenis Brockus2020-01-301-1/+2
* usb_mux: cleanup: Replace mux state enums with ec_command bit flagVijay Hiremath2020-01-281-14/+14