Re: [PATCH 3/5] mfd: tps65911-comparator: use regmap accessors

2020-11-04 Thread Lee Jones
On Sun, 27 Sep 2020, Michał Mirosław wrote: > Use regmap accessors directly for register manipulation - removing > one layer of abstraction. > > Signed-off-by: Michał Mirosław > --- > drivers/mfd/tps65911-comparator.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Applied,

[PATCH 3/5] mfd: tps65911-comparator: use regmap accessors

2020-09-26 Thread Michał Mirosław
Use regmap accessors directly for register manipulation - removing one layer of abstraction. Signed-off-by: Michał Mirosław --- drivers/mfd/tps65911-comparator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/tps65911-comparator.c