summaryrefslogtreecommitdiff
path: root/common/dps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* zephyr: test: Test `dps` console command in `common/dps.c`Tristan Honscheid2022-09-011-0/+19
* zephyr: test: add dps test casesEric Yilun Lin2022-08-251-9/+25
* dps: header cleanupEric Yilun Lin2022-08-231-3/+0
* dps: use active charger idx for getting voltageEric Yilun Lin2022-07-271-3/+3
* dps: respect PD_MAX_CURRENT_MA when evaluating PDOEric Yilun Lin2022-07-271-1/+1
* dps: use charger target voltage instead of battery design voltagePeter Marheine2022-07-271-3/+23
* common/dps.c: Format with clang-formatJack Rosenthal2022-06-301-31/+23
* dps: ensure DPS task waited for enough timeEric Yilun Lin2022-03-161-0/+1
* ectool: support dps enable/disable commandEric Yilun Lin2022-03-151-0/+12
* dps: move disable process to dps_enable()Eric Yilun Lin2022-03-151-3/+6
* dps: do not evaluate a SRC portEric Yilun Lin2022-03-041-0/+4
* dps: reset PD voltage when dps disabled.Eric Yilun Lin2021-10-191-0/+3
* usbpd: support dynamic PDO selectionEric Yilun Lin2021-09-011-0/+639