Re: [PATCH 4/5] mfd: tps65910: clean up after switching to regmap

2020-11-04 Thread Lee Jones
On Sun, 27 Sep 2020, Michał Mirosław wrote: > Remove wrappers around regmap calls to remove now-useless indirection. > > Signed-off-by: Michał Mirosław > --- > drivers/mfd/tps65910.c | 16 > include/linux/mfd/tps65910.h | 35 --- > 2 files

[PATCH 4/5] mfd: tps65910: clean up after switching to regmap

2020-09-26 Thread Michał Mirosław
Remove wrappers around regmap calls to remove now-useless indirection. Signed-off-by: Michał Mirosław --- drivers/mfd/tps65910.c | 16 include/linux/mfd/tps65910.h | 35 --- 2 files changed, 8 insertions(+), 43 deletions(-) diff --git