Re: [RFC] iio: st: Add lsm9ds0 support for gyro accel and magn

2016-04-18 Thread Denis Ciocca
Hi Lucas, yup. Just need to add the lsm9ds0_gyro entry in the same table of l3gd20. Thanks, Denis On |19 Apr 16 @ 07:10|, Lucas De Marchi wrote: > On Mon, Apr 18, 2016 at 4:51 PM, Jonathan Cameron wrote: > > On 18/04/16 11:25, Crestez Dan Leonard wrote: > >> On 04/18/2016 09:07 AM, Denis Ciocc

Re: [RFC] iio: st: Add lsm9ds0 support for gyro accel and magn

2016-04-17 Thread Peter Rosin
On 2016-04-17 13:44, Jonathan Cameron wrote: > On 13/04/16 20:01, Crestez Dan Leonard wrote: >> Device is an integrated gyro/accel/magn and temperature sensor. The >> device has two i2c/spi interfaces: one for the gyro and one for the >> accel/magn/temp sensor. >> >> Datasheet: http://www2.st.com

Re: [RFC] iio: st: Add lsm9ds0 support for gyro accel and magn

2016-04-17 Thread Wolfram Sang
> To bring you two up to date, we have effectively two separate devices > (very nearly) sat behind a single i2c address. They have non overlapping > register maps. I think the MFD subsystem should have a few multifunction I2C devices handled already. You migh get ideas there. Never needed it mys

Re: [RFC] iio: st: Add lsm9ds0 support for gyro accel and magn

2016-04-17 Thread Jonathan Cameron
On 13/04/16 20:01, Crestez Dan Leonard wrote: > Device is an integrated gyro/accel/magn and temperature sensor. The > device has two i2c/spi interfaces: one for the gyro and one for the > accel/magn/temp sensor. > > Datasheet: http://www2.st.com/resource/en/datasheet/lsm9ds0.pdf > > The patch use