summaryrefslogtreecommitdiff
path: root/driver/tcpm
Commit message (Expand)AuthorAgeFilesLines
* USB Mux: Use polarity in safe modeJameson Thies2023-05-125-5/+5
* rt1718s: integrate board src enable functionsEric Yilun Lin2023-05-122-3/+34
* rt1718s: do not software reset TCPC with batteryEric Yilun Lin2023-05-111-0/+6
* driver/tcpm/nct38xx: Remove write to RO registerRobert Zieba2023-05-091-5/+0
* corsola: fix auto-reload GPIO config when FRS mode enabledEric Yilun Lin2023-05-081-2/+7
* rt1715: Add register dump supportCaveh Jalali2023-05-021-0/+24
* anx7447: update driver API for get snk/src controlEric Yilun Lin2023-05-021-0/+2
* ANX7406: Add API to control GPIO0Daisuke Nojiri2023-04-182-0/+30
* ANX7406: Add prefix to CPRINTSDaisuke Nojiri2023-04-171-4/+4
* ANX7406: Fix compilation error for missing assert.hDaisuke Nojiri2023-04-171-0/+1
* zephyr: tcpc: implement i2c transactions in rt1718s emulatorlschyi2023-03-301-0/+2
* tcpm: Fix FAULT_CTRL.VCONN_OCP bit nameCaveh Jalali2023-03-241-1/+1
* anx7447: replace anx7447_get_vbus_voltageEric Yilun Lin2023-03-141-21/+5
* tcpci: add tcpci_get_vbus_voltage_no_checkEric Yilun Lin2023-03-141-4/+9
* anx7447: drop unused anx7447 functionsEric Yilun Lin2023-03-142-49/+0
* tcpm: anx7406: add PD anx7406 supportXin Ji2023-03-132-0/+511
* it8xxx2: modify pd registers for it81202/it81302 CxRuibin Chang2023-02-072-2/+17
* RAA489000: support modify OCP level margintony.tang2023-01-301-0/+5
* tcpci: allow get_chip_info callers to update the cachePeter Marheine2023-01-221-40/+55
* tcpci: handle tcpc tx discarded eventScott Chao2023-01-181-4/+12
* rt1718: Init mutex when running on ZephyrAndrew McRae2022-12-161-1/+1
* Raa489000: Remove dependency on BC 1.2Kyle Lin2022-12-141-1/+1
* driver/tcpm: PD event for VBUS change shouldn't depend on BC 1.2Kyle Lin2022-12-131-5/+7
* driver: Sort header filesJeremy Bettis2022-11-2913-18/+18
* tcpci: Add FRS enable to driver structureAbe Levkoy2022-11-291-0/+3
* tcpm_header: add test for tcpm_dump_registersClayton Whitelaw2022-11-291-1/+1
* tcpci: skip processing RX message when BIST mode enabledMike Lee2022-10-251-1/+17
* tree: Enable warning for fallthrough in switch statementsTom Hughes2022-10-191-1/+1
* tcpc: modify nct38xx and fusb302 get vbus voltage functionMatt Wang2022-10-192-2/+6
* anx7447: fix get chip infolschyi2022-10-051-0/+3
* USB Mux: Unify drivers for safe modeDiana Z2022-09-195-0/+20
* ps8xxx: Cache get_chip_info for all portsSam Hurst2022-09-141-24/+24
* usb_mux: Split struct usb_mux in common filesTomasz Michalec2022-09-132-12/+12
* Update license boilerplate text in source code filesMike Frysinger2022-09-1235-35/+35
* raa489000: support FRS functionarthur.lin2022-09-061-0/+3
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-012-2/+2
* ps8xxx: Add caching to ps8xxx_get_chip_infoReka Norman2022-09-011-32/+59
* tcpm/nct38xx: Fix typo in commentCaveh Jalali2022-08-291-3/+3
* 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
* tcpm: add tcpc_get_bist_test_modeEric Yilun Lin2022-08-2211-0/+22
* 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-053-0/+3
* RAA489000: Add extra registers for tcpci dumpAndrew McRae2022-07-271-0/+51
* TCPCI: nct38xx: Only restore mask registers during hard resetDevin Lu2022-07-142-0/+19
* ps8xxx: add support for PS8745Peter Marheine2022-07-142-8/+78
* rt1718s: expose public headerEric Yilun Lin2022-07-081-13/+1
* anx7447: expose public headerEric Yilun Lin2022-07-081-12/+1
* ccgxxf: Return cached CC state on I2C failureVijay Hiremath2022-07-071-2/+46