Re: [PATCH v4 1/5] iio: gyro: add support for fxas21002c

2018-09-16 Thread Jonathan Cameron
On Tue, 11 Sep 2018 16:00:07 +0100 Afonso Bordado wrote: > FXAS21002C is a 3 axis gyroscope with integrated temperature sensor > > Signed-off-by: Afonso Bordado Hi Afonso, A few little things in here. I would have cleaned them up when applying if you didn't already have that issue with

Re: [PATCH v4 1/5] iio: gyro: add support for fxas21002c

2018-09-16 Thread Jonathan Cameron
On Tue, 11 Sep 2018 16:00:07 +0100 Afonso Bordado wrote: > FXAS21002C is a 3 axis gyroscope with integrated temperature sensor > > Signed-off-by: Afonso Bordado Hi Afonso, A few little things in here. I would have cleaned them up when applying if you didn't already have that issue with

Re: [PATCH v4 1/5] iio: gyro: add support for fxas21002c

2018-09-11 Thread Song Qiang
On Tue, Sep 11, 2018 at 04:00:07PM +0100, Afonso Bordado wrote: > FXAS21002C is a 3 axis gyroscope with integrated temperature sensor > > Signed-off-by: Afonso Bordado > --- > Changes in v4 >- Remove CONFIG_OF ifdefs >- Remove the use of the of_match_ptr macro >- Split bindings into

Re: [PATCH v4 1/5] iio: gyro: add support for fxas21002c

2018-09-11 Thread Song Qiang
On Tue, Sep 11, 2018 at 04:00:07PM +0100, Afonso Bordado wrote: > FXAS21002C is a 3 axis gyroscope with integrated temperature sensor > > Signed-off-by: Afonso Bordado > --- > Changes in v4 >- Remove CONFIG_OF ifdefs >- Remove the use of the of_match_ptr macro >- Split bindings into

[PATCH v4 1/5] iio: gyro: add support for fxas21002c

2018-09-11 Thread Afonso Bordado
FXAS21002C is a 3 axis gyroscope with integrated temperature sensor Signed-off-by: Afonso Bordado --- Changes in v4 - Remove CONFIG_OF ifdefs - Remove the use of the of_match_ptr macro - Split bindings into a separate patch - Remove interrupt-parent from binding documentation -

[PATCH v4 1/5] iio: gyro: add support for fxas21002c

2018-09-11 Thread Afonso Bordado
FXAS21002C is a 3 axis gyroscope with integrated temperature sensor Signed-off-by: Afonso Bordado --- Changes in v4 - Remove CONFIG_OF ifdefs - Remove the use of the of_match_ptr macro - Split bindings into a separate patch - Remove interrupt-parent from binding documentation -