zephyr/drivers/sensor/ti
Oleksii Shcherbyna 35608e295d drivers: fuel_gauge: Fix incorrect variable in bq27xx chem_id switch
The bq27xx driver incorrectly uses the 'val' variable in a switch()
statement that should operate on 'chem_id'. This leads to incorrect
behavior for fuel gauges such as the BQ27427, where the chemical ID
determines how properties are interpreted.

This commit replaces 'switch(val)' with 'switch(chem_id)' to ensure
proper handling of fuel gauge behavior across supported devices.

Signed-off-by: Oleksii Shcherbyna <oleksii.shcherbyna@droid-technologies.com>
2025-06-25 10:49:10 +02:00
..
bq274xx drivers: fuel_gauge: Fix incorrect variable in bq27xx chem_id switch 2025-06-25 10:49:10 +02:00
fdc2x1x sensor: remove PM state checks from API functions 2025-05-01 18:15:42 +02:00
ina23x drivers: sensor: ti: ina230: Fix shared data between instances 2024-12-12 18:39:23 +01:00
ina219 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ina226 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ina3221 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
lm95234 sensor: remove PM state checks from API functions 2025-05-01 18:15:42 +02:00
opt3001 drivers: sensor: ti: opt3001: add trigger support 2025-04-07 15:18:21 +02:00
ti_hdc drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
ti_hdc20xx drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmag5170 sensor: remove PM state checks from API functions 2025-05-01 18:15:42 +02:00
tmag5273 drivers: sensor: Fix TMAG5273/TMAG3001 by adding a TMAG3001 compatible 2025-01-08 09:33:02 +01:00
tmp11x drivers: sensor: ti: tmp11x: fix get ambient offset 2025-05-14 11:04:08 +01:00
tmp007 drivers: sensor: Place API into iterable section 2024-12-02 22:04:55 +00:00
tmp108 driver: sensor: as6212: fix sampling frequency 2025-06-10 12:09:51 +02:00
tmp112 drivers: sensor: tmp112: add support for setting ALERT thresholds 2025-03-31 08:07:12 +02:00
tmp114 drivers: sensor: tmp114: device tree support for setting oversample 2025-03-25 22:12:11 +01:00
tmp435 drivers: Update APIs to use DEVICE_API macro 2025-01-24 01:15:19 +01:00
tmp1075 drivers: sensor: tmp1075: add support for fractional threshold values 2025-05-19 21:54:45 +02:00
CMakeLists.txt drivers: sensor: rename tmp116 to tmp11x 2025-04-11 16:17:35 +02:00
Kconfig drivers: sensor: rename tmp116 to tmp11x 2025-04-11 16:17:35 +02:00