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

From: Denis Ciocca
Date: Tue Apr 19 2016 - 02:06:04 EST


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 <jic23@xxxxxxxxxx> wrote:
> > On 18/04/16 11:25, Crestez Dan Leonard wrote:
> >> On 04/18/2016 09:07 AM, Denis Ciocca wrote:
> >> Then st_combo_* implementation functions would forward to st_magn_* or
> >> st_accel_* depending on chan->type. Does this make sense?
> > Perhaps. If you have a short term need for this perhaps Denis and you can
> > work together to speed up what he has 'in the works' for this?
> > No point in duplicating work!
> >
> > The gyro element can go forward separately in the meantime.
>
> Isn't LSM9DS0 just a package of LSM303D and L3GD20 that could reuse
> the drivers already present?
>
>
> Lucas De Marchi