Re: [PATCH 1/1] iio: gyro: bmg160: fix buffer read values

2016-04-06 Thread Markus Pargmann
Hi, On Monday 28 March 2016 20:15:46 Irina Tirdea wrote: > When reading gyroscope axes using iio buffers, the values > returned are always 0. In the interrupt handler, the return > value of the read operation is returned to the user instead > of the value read. Return the value read to the user. >

Re: [PATCH 1/1] iio: gyro: bmg160: fix buffer read values

2016-04-03 Thread Jonathan Cameron
On 28/03/16 18:15, Irina Tirdea wrote: > When reading gyroscope axes using iio buffers, the values > returned are always 0. In the interrupt handler, the return > value of the read operation is returned to the user instead > of the value read. Return the value read to the user. > > This is also fi

[PATCH 1/1] iio: gyro: bmg160: fix buffer read values

2016-03-28 Thread Irina Tirdea
When reading gyroscope axes using iio buffers, the values returned are always 0. In the interrupt handler, the return value of the read operation is returned to the user instead of the value read. Return the value read to the user. This is also fixed in commit 82d8e5da1a33 ("iio: accel: bmg160: op