Re: [PATCH v2] iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo

2015-03-08 Thread Jonathan Cameron
orgot to say - marked for stable as well. > > Thanks, > > Jonathan >> >> -Original Message- >> From: Jonathan Cameron [mailto:ji...@kernel.org] >> Sent: Saturday, February 21, 2015 11:01 AM >> To: Viorel Suman; linux-...@vger.kernel.org >> Cc: linux-

Re: [PATCH v2] iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo

2015-03-08 Thread Jonathan Cameron
@kernel.org] > Sent: Saturday, February 21, 2015 11:01 AM > To: Viorel Suman; linux-...@vger.kernel.org > Cc: linux-kernel@vger.kernel.org; Srinivas Pandruvada; Ge Gao > Subject: Re: [PATCH v2] iio: inv_mpu6050: Clear timestamps fifo while > resetting hardware fifo > > On 18/

RE: [PATCH v2] iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo

2015-02-26 Thread Ge Gao
] iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo On 18/02/15 18:05, Viorel Suman wrote: > A hardware fifo reset always imply an invalidation of the existing > timestamps, so we'll clear timestamps fifo on successfull hardware > fifo reset. > > Signed-

Re: [PATCH v2] iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo

2015-02-21 Thread Jonathan Cameron
On 18/02/15 18:05, Viorel Suman wrote: > A hardware fifo reset always imply an invalidation of the > existing timestamps, so we'll clear timestamps fifo on > successfull hardware fifo reset. > > Signed-off-by: Viorel Suman Looks sensible to me. Ge / Srinivas? > --- > v2: Addressed Jonathan's co

[PATCH v2] iio: inv_mpu6050: Clear timestamps fifo while resetting hardware fifo

2015-02-18 Thread Viorel Suman
A hardware fifo reset always imply an invalidation of the existing timestamps, so we'll clear timestamps fifo on successfull hardware fifo reset. Signed-off-by: Viorel Suman --- v2: Addressed Jonathan's comment regarding the subject prefix. drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c | 25