Re: [PATCH v4 1/2] iio: accel: mma8452: Rename a struct for code readibility

2017-11-19 Thread Jonathan Cameron
On Sun, 5 Nov 2017 21:36:25 +0100 Martin Kepplinger wrote: > On 2017-11-05 19:00, Harinath Nampally wrote: > > Rename time step look up struct to generic name > > as the values in the look table are same for all > > the other events like pulse, transient etc. > > > >

Re: [PATCH v4 1/2] iio: accel: mma8452: Rename a struct for code readibility

2017-11-19 Thread Jonathan Cameron
On Sun, 5 Nov 2017 21:36:25 +0100 Martin Kepplinger wrote: > On 2017-11-05 19:00, Harinath Nampally wrote: > > Rename time step look up struct to generic name > > as the values in the look table are same for all > > the other events like pulse, transient etc. > > > > Signed-off-by: Harinath

Re: [PATCH v4 1/2] iio: accel: mma8452: Rename a struct for code readibility

2017-11-05 Thread Martin Kepplinger
On 2017-11-05 19:00, Harinath Nampally wrote: > Rename time step look up struct to generic name > as the values in the look table are same for all > the other events like pulse, transient etc. > > Signed-off-by: Harinath Nampally Acked-by: Martin Kepplinger

Re: [PATCH v4 1/2] iio: accel: mma8452: Rename a struct for code readibility

2017-11-05 Thread Martin Kepplinger
On 2017-11-05 19:00, Harinath Nampally wrote: > Rename time step look up struct to generic name > as the values in the look table are same for all > the other events like pulse, transient etc. > > Signed-off-by: Harinath Nampally Acked-by: Martin Kepplinger

[PATCH v4 1/2] iio: accel: mma8452: Rename a struct for code readibility

2017-11-05 Thread Harinath Nampally
Rename time step look up struct to generic name as the values in the look table are same for all the other events like pulse, transient etc. Signed-off-by: Harinath Nampally --- v4: Shorter subject line and better description in commit message

[PATCH v4 1/2] iio: accel: mma8452: Rename a struct for code readibility

2017-11-05 Thread Harinath Nampally
Rename time step look up struct to generic name as the values in the look table are same for all the other events like pulse, transient etc. Signed-off-by: Harinath Nampally --- v4: Shorter subject line and better description in commit message drivers/iio/accel/mma8452.c | 6 +++--- 1 file