On Sun, Feb 02, 2020 at 07:58:42PM -0500, Sasha Levin wrote: > On Thu, Jan 30, 2020 at 11:06:03AM +0100, gregkh@xxxxxxxxxxxxxxxxxxx wrote: > > > > The patch below does not apply to the 4.9-stable tree. > > If someone wants it applied there, or to any other stable or longterm > > tree, then please email the backport, including the original git commit > > id to <stable@xxxxxxxxxxxxxxx>. > > > > thanks, > > > > greg k-h > > > > ------------------ original commit in Linus's tree ------------------ > > > > From e825070f697abddf3b9b0a675ed0ff1884114818 Mon Sep 17 00:00:00 2001 > > From: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > Date: Tue, 17 Dec 2019 19:10:38 +0200 > > Subject: [PATCH] iio: st_gyro: Correct data for LSM9DS0 gyro > > > > The commit 41c128cb25ce ("iio: st_gyro: Add lsm9ds0-gyro support") > > assumes that gyro in LSM9DS0 is the same as others with 0xd4 WAI ID, > > but datasheet tells slight different story, i.e. the first scale factor > > for the chip is 245 dps, and not 250 dps. > > > > Correct this by introducing a separate settings for LSM9DS0. > > > > Fixes: 41c128cb25ce ("iio: st_gyro: Add lsm9ds0-gyro support") > > Depends-on: 45a4e4220bf4 ("iio: gyro: st_gyro: fix L3GD20H support") > > Cc: Leonard Crestez <leonard.crestez@xxxxxxx> > > Cc: Lorenzo Bianconi <lorenzo.bianconi83@xxxxxxxxx> > > Cc: <Stable@xxxxxxxxxxxxxxx> > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > Signed-off-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > > I've also grabbed d8594fa22a3f ("iio: gyro: st_gyro: inline per-sensor > data") for 4.9 to resolve this. Thank you, Sasha! -- With Best Regards, Andy Shevchenko