summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com>2023-06-23 08:29:24 +0000
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2023-07-20 19:21:30 +0100
commit0829edc43e0a2bf9e417fb5fa2ba00f0ea031c5b (patch)
tree30259771f6b61c5f8b6da205afbc7e3b4eb4c91a /lib
parent21a12e614be02084cd40c66c921a470e37096281 (diff)
downloadlinux-stable-0829edc43e0a2bf9e417fb5fa2ba00f0ea031c5b.tar.gz
linux-stable-0829edc43e0a2bf9e417fb5fa2ba00f0ea031c5b.tar.bz2
linux-stable-0829edc43e0a2bf9e417fb5fa2ba00f0ea031c5b.zip
iio: imu: inv_mpu6050: read the full fifo when processing data
When processing data read the full fifo data in 1 time. If there are several samples in the FIFO, it means we are experiencing system delay. In this case, it is better to read all data with 1 bus access than to add additional latency by doing several ones. This requires to use a bigger buffer depending on chip FIFO size and do an additional local data copy before sending. But the cost is minimal and behavior is still better like this under system heavy load. Signed-off-by: Jean-Baptiste Maneyrol <jean-baptiste.maneyrol@tdk.com> Link: https://lore.kernel.org/r/20230623082924.283967-1-inv.git-commit@tdk.com Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions