Re: [PATCH] Clear timestamp kfifo on trigger enabling

2015-02-16 Thread Peter Meerwald
> The timestamp kfifo must be cleared once the > hardware fifo is reset, thus are removed > timestamps related to unprocessed events from > hardware fifo - see "inv_mpu6050_read_fifo" > method implementation. comments below a prefix iio: in the subject would be nice > Signed-off-by: Viorel

[PATCH] Clear timestamp kfifo on trigger enabling

2015-02-16 Thread Viorel Suman
The timestamp kfifo must be cleared once the hardware fifo is reset, thus are removed timestamps related to unprocessed events from hardware fifo - see "inv_mpu6050_read_fifo" method implementation. Signed-off-by: Viorel Suman --- drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c | 28

Re: [PATCH] Clear timestamp kfifo on trigger enabling

2015-02-16 Thread Peter Meerwald
The timestamp kfifo must be cleared once the hardware fifo is reset, thus are removed timestamps related to unprocessed events from hardware fifo - see inv_mpu6050_read_fifo method implementation. comments below a prefix iio: in the subject would be nice Signed-off-by: Viorel Suman

[PATCH] Clear timestamp kfifo on trigger enabling

2015-02-16 Thread Viorel Suman
The timestamp kfifo must be cleared once the hardware fifo is reset, thus are removed timestamps related to unprocessed events from hardware fifo - see inv_mpu6050_read_fifo method implementation. Signed-off-by: Viorel Suman viorel.su...@gmail.com ---