summaryrefslogtreecommitdiff
path: root/zephyr/test/drivers/src/isl923x.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: test: migrate drivers test to twisterYuval Peress2022-07-251-1104/+0
* zephyr/test/drivers/src/isl923x.c: Format with clang-formatJack Rosenthal2022-06-281-26/+23
* isl923x: disable AMON/BMON after use.stabilize-14816.84.B-mainstabilize-14816.82.B-mainstabilize-14816.131.B-mainrelease-R103-14816.B-mainEric Yilun Lin2022-05-121-3/+2
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-1/+1
* zephyr: isl923x: Remove ramp test in initSam Hurst2022-05-021-21/+11
* zephyr: isl923x: Test system_jumped_late() branch in init functionTristan Honscheid2022-03-291-4/+20
* zephyr: test: move include files to scoped directoryYuval Peress2022-03-291-3/+3
* zephyr:test: Add tests for CHARGER_RAMP_HWAl Semjonovs2022-03-291-4/+23
* zephyr: drivers: Add rule to reset emulated to registersAl Semjonovs2022-03-101-7/+7
* zephyr: Include common/system.c in posix alsoJeremy Bettis2022-02-151-11/+3
* zephyr test: Set ISL923x in natural unitsAbe Levkoy2022-01-311-7/+13
* zephyr: Correct suite name isl923xJeremy Bettis2022-01-261-18/+18
* zephyr: test: Migrate drivers test to new ztest APIYuval Peress2022-01-251-76/+36
* zephyr: isl923x: test resuming after hibernationTristan Honscheid2022-01-061-1/+58
* zephyr: isl923x: Test ISL9238C hibernationTristan Honscheid2021-12-161-1/+58
* zephyr: isl923x: Test hibernation (disable_adc true)Tristan Honscheid2021-12-161-0/+23
* zephyr: isl923x: Test hibernation (reg write errors)Tristan Honscheid2021-12-161-0/+99
* zephyr: isl923x: Test hibernation (bad charger num)Tristan Honscheid2021-12-161-0/+20
* zephyr: isl923x: Test hibernation (happy path)Tristan Honscheid2021-12-161-19/+127
* zephyr: isl923x: Add test for raa489000_enable_asgate()Tristan Honscheid2021-12-161-1/+28
* zephyr: isl923x: Test raa489000_is_acokTristan Honscheid2021-12-161-1/+39
* zephyr: test: isl923x: make all tests staticYuval Peress2021-10-051-13/+13
* zephyr: test: isl923x::initYuval Peress2021-10-051-1/+109
* zephyr: test: isl923x::get_vbus_voltageYuval Peress2021-10-051-1/+31
* zephyr: test: isl923x::discharge_on_acYuval Peress2021-10-051-1/+53
* zephyr: test: isl923x set/unset comparator inversionYuval Peress2021-10-051-1/+56
* zephyr: test: isl923x DC prochotYuval Peress2021-10-051-1/+59
* zephyr: test: isl923x AC prochotYuval Peress2021-10-051-1/+66
* zephyr: test: isl923x post_init always passesYuval Peress2021-10-051-1/+7
* zephyr: test: isl923x failure to read charge current regYuval Peress2021-10-051-4/+19
* zephyr: test: isl923x::set_mode always turns off learn modeYuval Peress2021-10-051-1/+20
* zephyr: test: Check isl923x status is CHARGER_LEVEL_2Yuval Peress2021-10-021-1/+11
* zephyr: test: Check charger info for isl9238Yuval Peress2021-10-021-1/+25
* zephyr: test: verify isl923x get/set ctrl 0/1 registersYuval Peress2021-10-021-1/+43
* zephyr: test: verify isl923x device ID code pathYuval Peress2021-10-021-1/+23
* zephyr: test: verify isl923x manufacturer ID code pathYuval Peress2021-10-021-1/+23
* zephyr: test: isl923x: Test input current get/setYuval Peress2021-10-021-1/+80
* zephyr: test: isl923x: Add tests for get/set volt/currentYuval Peress2021-10-011-0/+89