mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 22:14:04 +02:00
Some chips have a fifo overflow bit issue where the bit is always
set. The result is that every data is dropped.
Change fifo overflow management by checking fifo count against
a maximum value.
Add fifo size in chip hardware set of values.
Fixes:
|
||
|---|---|---|
| .. | ||
| bmi160 | ||
| inv_mpu6050 | ||
| st_lsm6dsx | ||
| adis_buffer.c | ||
| adis_trigger.c | ||
| adis.c | ||
| adis16400.c | ||
| adis16460.c | ||
| adis16480.c | ||
| Kconfig | ||
| kmx61.c | ||
| Makefile | ||