summaryrefslogtreecommitdiff
path: root/driver/tcpm/rt1718s.c
Commit message (Expand)AuthorAgeFilesLines
* rt1718s: integrate board src enable functionsEric Yilun Lin2023-05-121-3/+25
* rt1718s: do not software reset TCPC with batteryEric Yilun Lin2023-05-111-0/+6
* tcpm: Fix FAULT_CTRL.VCONN_OCP bit nameCaveh Jalali2023-03-241-1/+1
* rt1718: Init mutex when running on ZephyrAndrew McRae2022-12-161-1/+1
* tree: Enable warning for fallthrough in switch statementsTom Hughes2022-10-191-1/+1
* 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
* tcpm: add tcpc_get_bist_test_modeEric Yilun Lin2022-08-221-0/+1
* driver/tcpm/rt1718s.c: Format with clang-formatJack Rosenthal2022-07-011-103/+97
* rt1718s: workaround Vconn output spike hits OCPEric Yilun Lin2022-06-151-2/+42
* rt1718s: Implement set_sbulschyi2022-06-081-0/+19
* bc12: split task handler in init and eventFabio Baltieri2022-05-271-25/+25
* usbc: wrap task_set_event to have an explicit port argumentFabio Baltieri2022-05-271-2/+1
* TCPCI: Allow TCPM to use sink/source control without PPCs presenceDevin Lu2022-05-101-2/+0
* rt1718s: fix re-entry FRS stateEric Yilun Lin2022-04-291-7/+27
* tcpc/rt1718s: disable FRS until valid FRS VBUS dropEric Yilun Lin2022-04-281-7/+104
* rt1718s: Set VCONN_OCP_SEL to 400mATommy Chung2022-04-271-0/+4
* rt1718s: enable bist test modeEric Yilun Lin2022-04-191-0/+1
* rt1718s: move FRS function from ppc to tcpc driverEric Yilun Lin2022-04-151-4/+4
* rt1718s/bc12: fix typoTing Shen2022-04-071-1/+1
* rt1739/rt9490/rt1718s: fix bc12 detection logicTing Shen2022-03-311-4/+9
* rt1718s: fix FRS support by decoupling PPC/TCPC driverEric Yilun Lin2022-03-251-4/+28
* rt1718s: fix rt1718s_gpio indexEric Yilun Lin2022-03-241-1/+1
* gpio: cleanup header usage for i2cKeith Short2022-02-251-0/+1
* tcpm/rt1718s: add board hook for set_snk_ctrl()Eric Yilun Lin2022-01-191-1/+18
* rt1718s: add console command for gpioEric Yilun Lin2022-01-061-0/+29
* rt1718s: expose software reset functionEric Yilun Lin2021-12-281-1/+1
* rt1718s: support FRS detection at TCPC driverEric Yilun Lin2021-12-231-0/+6
* mt6360/rt1718s: prevent BC1.2 trigger after PD establishedTing Shen2021-12-011-1/+5
* tcpm/rt1718s: uses mutex_t insteadEric Yilun Lin2021-12-011-1/+1
* rt1718s: refactor: move gpio control to driver moduleTing Shen2021-09-141-0/+33
* tcpm/rt1718s: fix race condition between tcpc_init and usb_chg taskTing Shen2021-09-091-3/+0
* rt1718s: don't update charge_manager on supplier = NONETing Shen2021-09-021-1/+3
* rt1718s: enable FRSTing Shen2021-08-251-9/+24
* rt1718s: implement adc readTing Shen2021-08-131-6/+94
* rt1718s: add proper define guardTing Shen2021-08-061-0/+2
* tcpm/rt1718s: implement software workaroundTing Shen2021-08-031-0/+47
* rt1718s: fix incorrect alert methodTing Shen2021-07-291-1/+1
* ppc/rt1718s: notify charger task about vbus changeTing Shen2021-07-291-8/+9
* rt1718s: implement low power modeTing Shen2021-07-201-1/+15
* rt1718s: set OVP to 23VSue Chen2021-06-231-0/+5
* rt1718s: implement BC1.2 driverTing Shen2021-06-011-0/+205
* driver/tcpc: implement rt1718s tcpc/ppc driverTing Shen2021-06-011-0/+152