summaryrefslogtreecommitdiff
path: root/test/charge_ramp.c
Commit message (Expand)AuthorAgeFilesLines
* Add default implementation of board_set_charge_limitPeter Marheine2022-11-241-2/+2
* 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
* test/charge_ramp.c: Format with clang-formatJack Rosenthal2022-06-281-12/+11
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-1/+1
* ec: change usage of dummySam Hurst2020-08-051-1/+1
* usbc: ensure we are suspending USB-C ports on shutdownJett Rink2020-07-091-0/+5
* test: Pass commandline arguments to run_testTom Hughes2020-05-301-1/+1
* bc12: create bc12 driver structureTing Shen2020-05-291-12/+5
* chg_ramp: Add charge_is_consuming_full_input_current().Aseda Aboagye2017-11-011-1/+1
* charge_ramp: Move ramp allowed / ilim callbacks to common codeShawn Nematbakhsh2017-10-061-11/+23
* Remove references to individual gendersThiemo Nagel2017-05-291-3/+3
* chg_ramp: Don't change ICL until vals are init'd.Aseda Aboagye2017-03-301-1/+12
* charge_ramp: Specify port number in board_is_vbus_too_low()Shawn Nematbakhsh2017-02-021-1/+1
* Revert "charge_ramp: Adjust minimum ramp current"Vijay Hiremath2017-01-181-6/+0
* charge_ramp: Adjust minimum ramp currentVijay Hiremath2017-01-131-0/+6
* charge_state_v2: Limit i/p current to meet allowed MAX i/p system powerVijay Hiremath2016-12-051-3/+4
* charge_manager: Pass uncapped / max current to current limit callbackShawn Nematbakhsh2016-09-131-1/+1
* Driver: BD99955: Enable BC1.2 supportVijay Hiremath2016-05-241-1/+1
* pd: Add common EC_HOST_EVENT_PD_MCU implementationShawn Nematbakhsh2016-01-071-4/+0
* charger: Move USB charger / BC1.2 task to common codeShawn Nematbakhsh2015-06-101-7/+11
* charge_ramp: fix flaky charge_ramp testAlec Berg2015-05-021-11/+13
* samus: ryu: allow charge ramp on CDP and proprietary chargersAlec Berg2015-03-071-1/+1
* charge_ramp: initial commit of charge ramp moduleAlec Berg2015-02-181-0/+502