Re: [PATCH] iio: accel: mma8452: convert to regmap

2021-03-06 Thread Jonathan Cameron
On Wed, 3 Mar 2021 13:47:24 +0100 Sean Nyekjaer wrote: > It will be easier to configure various device registers. What do you mean by this? I'm not against regmap, but I think a stronger rational for the change is needed. A few specific comments inline, but nothing major. Jonathan > > No

[PATCH] iio: accel: mma8452: convert to regmap

2021-03-03 Thread Sean Nyekjaer
It will be easier to configure various device registers. No functional change. Signed-off-by: Sean Nyekjaer --- drivers/iio/accel/mma8452.c | 291 +++- 1 file changed, 156 insertions(+), 135 deletions(-) diff --git a/drivers/iio/accel/mma8452.c