RE: [PATCH 5/8] iio: core: Introduce IIO_CHAN_INFO_CALIBGENDER

2014-12-29 Thread Tirdea, Irina
wald > Subject: Re: [PATCH 5/8] iio: core: Introduce IIO_CHAN_INFO_CALIBGENDER > > On 19/12/14 22:57, Irina Tirdea wrote: > > Some devices need the gender of the user to compute various > > parameters. One of this devices is Freescale's MMA9553L > > (http://www.freescale

Re: [PATCH 5/8] iio: core: Introduce IIO_CHAN_INFO_CALIBGENDER

2014-12-26 Thread Jonathan Cameron
On 19/12/14 22:57, Irina Tirdea wrote: > Some devices need the gender of the user to compute various > parameters. One of this devices is Freescale's MMA9553L > (http://www.freescale.com/files/sensors/doc/ref_manual/MMA9553LSWRM.pdf) > that needs the gender of the user to compute distance, speed an

[PATCH 5/8] iio: core: Introduce IIO_CHAN_INFO_CALIBGENDER

2014-12-19 Thread Irina Tirdea
Some devices need the gender of the user to compute various parameters. One of this devices is Freescale's MMA9553L (http://www.freescale.com/files/sensors/doc/ref_manual/MMA9553LSWRM.pdf) that needs the gender of the user to compute distance, speed and activity type. Signed-off-by: Irina Tirdea