mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-02 00:03:59 +00: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 | ||
| adis16400.c | ||
| adis16460.c | ||
| adis16480.c | ||
| adis_buffer.c | ||
| adis_trigger.c | ||
| adis.c | ||
| Kconfig | ||
| kmx61.c | ||
| Makefile | ||