Re: [PATCH] iio: accel: mma8452: Rename structs holding event configuration registers to more appropriate names.

2017-09-30 Thread Jonathan Cameron
On Sun, 24 Sep 2017 13:49:36 -0400 Harinath Nampally wrote: > Improves code readability, no impact on functionality. > > Signed-off-by: Harinath Nampally I'm unconvinced by this one. At some point we have to map from the devices own description

Re: [PATCH] iio: accel: mma8452: Rename structs holding event configuration registers to more appropriate names.

2017-09-30 Thread Jonathan Cameron
On Sun, 24 Sep 2017 13:49:36 -0400 Harinath Nampally wrote: > Improves code readability, no impact on functionality. > > Signed-off-by: Harinath Nampally I'm unconvinced by this one. At some point we have to map from the devices own description to that of IIO. The naming currently does this

[PATCH] iio: accel: mma8452: Rename structs holding event configuration registers to more appropriate names.

2017-09-24 Thread Harinath Nampally
Improves code readability, no impact on functionality. Signed-off-by: Harinath Nampally --- drivers/iio/accel/mma8452.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c index

[PATCH] iio: accel: mma8452: Rename structs holding event configuration registers to more appropriate names.

2017-09-24 Thread Harinath Nampally
Improves code readability, no impact on functionality. Signed-off-by: Harinath Nampally --- drivers/iio/accel/mma8452.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/iio/accel/mma8452.c b/drivers/iio/accel/mma8452.c index 6194169..3472e7e 100644 ---