Re: [PATCH v4 2/2] iio: accel: mma8452: Rename config structs for readability

2017-11-19 Thread Jonathan Cameron
On Sun, 5 Nov 2017 21:36:01 +0100 Martin Kepplinger wrote: > On 2017-11-05 19:00, Harinath Nampally wrote: > > Rename structs holding event configuration registers > > to more appropriate names. This naming is consistent > > with the event config register names given in the > > mma845x and fxls84

Re: [PATCH v4 2/2] iio: accel: mma8452: Rename config structs for readability

2017-11-05 Thread harinath Nampally
Hi Martin, > I think it'd be great to have the "power_mode" iio ABI interface > for mma8452 too, and I just found an old patch pf mine for this. > > If you say you could test it and check for correct API usage and > ABI provisioning in sysfs, I'd be happy to publish it for you to > make any necess

Re: [PATCH v4 2/2] iio: accel: mma8452: Rename config structs for readability

2017-11-05 Thread Martin Kepplinger
On 2017-11-05 19:00, Harinath Nampally wrote: > Rename structs holding event configuration registers > to more appropriate names. This naming is consistent > with the event config register names given in the > mma845x and fxls8471 datasheets. > > Signed-off-by: Harinath Nampally Makes sense to m

[PATCH v4 2/2] iio: accel: mma8452: Rename config structs for readability

2017-11-05 Thread Harinath Nampally
Rename structs holding event configuration registers to more appropriate names. This naming is consistent with the event config register names given in the mma845x and fxls8471 datasheets. Signed-off-by: Harinath Nampally --- v4: Shorter subject line and better description in commit message d