Re: [PATCH 1/5] gpio: tps65910: use regmap accessors

2020-11-10 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/gpio/gpio-tps65910.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) Applied,

Re: [PATCH 1/5] gpio: tps65910: use regmap accessors

2020-11-10 Thread Linus Walleij
On Thu, Nov 5, 2020 at 9:13 AM Lee Jones wrote: > > The patch 4 assumes all previous patches are applied (or there will be > > build breakage). > > Okay, no problem. > > Linus, do you want a PR? Nah let's optimistically assume it's not needed. I don't see a lot of changes around here this merge

Re: [PATCH 1/5] gpio: tps65910: use regmap accessors

2020-11-05 Thread Lee Jones
On Thu, 05 Nov 2020, Michał Mirosław wrote: > On Wed, Nov 04, 2020 at 02:43:31PM +, Lee Jones wrote: > > On Thu, 01 Oct 2020, Lee Jones wrote: > > > On Wed, 30 Sep 2020, Linus Walleij wrote: > > > > On Sun, Sep 27, 2020 at 1:59 AM Michał Mirosław > > > > wrote: > > > > > Use regmap

Re: [PATCH 1/5] gpio: tps65910: use regmap accessors

2020-11-04 Thread Linus Walleij
On Sun, Sep 27, 2020 at 1:59 AM Michał Mirosław wrote: > Use regmap accessors directly for register manipulation - removing one > layer of abstraction. > > Signed-off-by: Michał Mirosław Acked-by: Linus Walleij Yours, Linus Walleij

Re: [PATCH 1/5] gpio: tps65910: use regmap accessors

2020-11-04 Thread Michał Mirosław
On Wed, Nov 04, 2020 at 02:43:31PM +, Lee Jones wrote: > On Thu, 01 Oct 2020, Lee Jones wrote: > > On Wed, 30 Sep 2020, Linus Walleij wrote: > > > On Sun, Sep 27, 2020 at 1:59 AM Michał Mirosław > > > wrote: > > > > Use regmap accessors directly for register manipulation - removing one > > >

Re: [PATCH 1/5] gpio: tps65910: use regmap accessors

2020-11-04 Thread Lee Jones
On Thu, 01 Oct 2020, Lee Jones wrote: > On Wed, 30 Sep 2020, Linus Walleij wrote: > > > On Sun, Sep 27, 2020 at 1:59 AM Michał Mirosław > > wrote: > > > > > Use regmap accessors directly for register manipulation - removing one > > > layer of abstraction. > > > > > > Signed-off-by: Michał

Re: [PATCH 1/5] gpio: tps65910: use regmap accessors

2020-10-01 Thread Lee Jones
On Wed, 30 Sep 2020, Linus Walleij wrote: > On Sun, Sep 27, 2020 at 1:59 AM Michał Mirosław > wrote: > > > Use regmap accessors directly for register manipulation - removing one > > layer of abstraction. > > > > Signed-off-by: Michał Mirosław > > Reviewed-by: Linus Walleij > > I suppose it

Re: [PATCH 1/5] gpio: tps65910: use regmap accessors

2020-09-30 Thread Linus Walleij
On Sun, Sep 27, 2020 at 1:59 AM Michał Mirosław wrote: > Use regmap accessors directly for register manipulation - removing one > layer of abstraction. > > Signed-off-by: Michał Mirosław Reviewed-by: Linus Walleij I suppose it is easiest that Lee apply all patches to the MFD tree? Yours,

Re: [PATCH 1/5] gpio: tps65910: use regmap accessors

2020-09-28 Thread Bartosz Golaszewski
On Sun, Sep 27, 2020 at 1:59 AM Michał Mirosław wrote: > > Use regmap accessors directly for register manipulation - removing one > layer of abstraction. > > Signed-off-by: Michał Mirosław > --- > drivers/gpio/gpio-tps65910.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-)

[PATCH 1/5] gpio: tps65910: 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/gpio/gpio-tps65910.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpio/gpio-tps65910.c