OSDN Git Service

iio: adis16475: Drop adis_burst usage
authorNuno Sá <nuno.sa@analog.com>
Thu, 17 Sep 2020 15:52:22 +0000 (17:52 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 21 Sep 2020 19:01:45 +0000 (20:01 +0100)
commit0dfaa465fc734fec8554f9a700594ea28242dc75
treea7b61bd7458c17d87d02d9049dc30e2c87488dd3
parentf81d053bb4614fd2b71d774521f9016b6e8548e7
iio: adis16475: Drop adis_burst usage

Burst mode variables are now part of the `adis_data` struct. The driver
also has now to explicitly define the length of the burst buffer.

Signed-off-by: Nuno Sá <nuno.sa@analog.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20200917155223.218500-4-nuno.sa@analog.com
drivers/iio/imu/adis16475.c