Re: [PATCH v2 03/10] iio: accel: bmc150: add mount matrix support

2019-03-03 Thread Jonathan Cameron
On Thu, 21 Feb 2019 18:02:48 +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/accel/bmc150-accel-co

[PATCH v2 03/10] iio: accel: bmc150: 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/accel/bmc150-accel-core.c | 21 + 1 file changed, 21 insertions(+) diff --git a/drivers/iio/accel/bmc150-accel