iio: st_accel: support 8bit channel data
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 19 May 2015 13:37:02 +0000 (15:37 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 7 Jun 2015 16:58:28 +0000 (17:58 +0100)
commit4861a007bfd71a9fc0a83cc7fad41dda9bf8b5b7
treeda2f7a5ecfcac29630e81ec33383b8f43003c1bf
parentbf04c1a367e3d52b2e071cc7c7047c27dc1c3c5f
iio: st_accel: support 8bit channel data

Some sensors like the LIS331DL only support 8bit data by a single
register per axis. These utilize the MSB byte. Make it possible
to register these apropriately.

A oneliner change is needed in the ST sensors core to handle 8bit
reads as this is the first supported 8bit sensor.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Denis Ciocca <denis.ciocca@st.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/accel/st_accel_core.c
drivers/iio/common/st_sensors/st_sensors_core.c