Re: [PATCH v3 1/4] iio: gyro: add support for fxas21002c

2018-09-04 Thread Andy Shevchenko
On Tue, Sep 4, 2018 at 10:08 PM Afonso Bordado wrote: > > FXAS21002C is a 3 axis gyroscope with integrated temperature sensor > > Signed-off-by: Afonso Bordado > --- > Changes in v3 >- Use unsigned int on regmap functions >- Remove the export of the regmap config >- Fix undefined

Re: [PATCH v3 1/4] iio: gyro: add support for fxas21002c

2018-09-04 Thread Andy Shevchenko
On Tue, Sep 4, 2018 at 10:08 PM Afonso Bordado wrote: > > FXAS21002C is a 3 axis gyroscope with integrated temperature sensor > > Signed-off-by: Afonso Bordado > --- > Changes in v3 >- Use unsigned int on regmap functions >- Remove the export of the regmap config >- Fix undefined

[PATCH v3 1/4] iio: gyro: add support for fxas21002c

2018-09-04 Thread Afonso Bordado
FXAS21002C is a 3 axis gyroscope with integrated temperature sensor Signed-off-by: Afonso Bordado --- Changes in v3 - Use unsigned int on regmap functions - Remove the export of the regmap config - Fix undefined behaviour on dev_err call - Minor cleanups Changes in v2 - Use

[PATCH v3 1/4] iio: gyro: add support for fxas21002c

2018-09-04 Thread Afonso Bordado
FXAS21002C is a 3 axis gyroscope with integrated temperature sensor Signed-off-by: Afonso Bordado --- Changes in v3 - Use unsigned int on regmap functions - Remove the export of the regmap config - Fix undefined behaviour on dev_err call - Minor cleanups Changes in v2 - Use