Re: [PATCH v2 06/10] iio: gyro: itg3200: add mount matrix support

2019-03-03 Thread Jonathan Cameron
On Thu, 21 Feb 2019 18:02:51 +0100 "H. Nikolaus Schaller" wrote: > This patch allows to read a mount-matrix device tree > property and report to user-space or in-kernel iio > clients. > > Signed-off-by: H. Nikolaus Schaller Applied. Thanks, Jonathan > --- > drivers/iio/gyro/itg3200_core.c

[PATCH v2 06/10] iio: gyro: itg3200: add mount matrix support

2019-02-21 Thread H. Nikolaus Schaller
This patch allows to read a mount-matrix device tree property and report to user-space or in-kernel iio clients. Signed-off-by: H. Nikolaus Schaller --- drivers/iio/gyro/itg3200_core.c | 20 include/linux/iio/gyro/itg3200.h | 1 + 2 files changed, 21 insertions(+) diff --