commit | 3ca4fb431b83faaeb9476d10f394882e135a3d83 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> | Tue May 22 16:18:18 2018 +0200 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sun Jun 10 11:52:28 2018 +0100 |
tree | bb81dae6a19afd7ce4ca91ddfb46904fe2bb2638 | |
parent | c2c8406b315f7606175b85e9ac1b4fc0972c917f [diff] |
iio: imu: inv_mpu6050: replace timestamp fifo by generic timestamp Using a fifo for storing timestamps is useless since the interrupt is in one-shot mode, preventing the hard irq handler to be called when the irq thread is running. Instead use the generic timestamp function iio_pollfunc_store_time. Signed-off-by: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>