Message ID | cover.1601164493.git.mirq-linux@rere.qmqm.pl |
---|---|
Headers | show |
Series | tps65910: cleanup regmap use | expand |
On Wed, 30 Sep 2020, Linus Walleij wrote: > On Sun, Sep 27, 2020 at 1:59 AM Michał Mirosław <mirq-linux@rere.qmqm.pl> wrote: > > > Use regmap accessors directly for register manipulation - removing one > > layer of abstraction. > > > > Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > I suppose it is easiest that Lee apply all patches to the MFD tree? Yes, that's fine. It won't be for this release though, as we're already at -rc7.
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 <mirq-linux@rere.qmqm.pl> wrote: > > > > > Use regmap accessors directly for register manipulation - removing one > > > layer of abstraction. > > > > > > Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> > > > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > > > I suppose it is easiest that Lee apply all patches to the MFD tree? > > Yes, that's fine. I think this patch is orthogonal right? Not sure why it need to go in via MFD. Is that still want you want Linus?
On Wed, Nov 04, 2020 at 02:43:31PM +0000, 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 <mirq-linux@rere.qmqm.pl> wrote: > > > > Use regmap accessors directly for register manipulation - removing one > > > > layer of abstraction. > > > > > > > > Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> > > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > > > > > I suppose it is easiest that Lee apply all patches to the MFD tree? > > Yes, that's fine. > I think this patch is orthogonal right? > > Not sure why it need to go in via MFD. [...] The patch 4 assumes all previous patches are applied (or there will be build breakage). Best Regards Michał Mirosław
On Thu, 05 Nov 2020, Michał Mirosław wrote: > On Wed, Nov 04, 2020 at 02:43:31PM +0000, 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 <mirq-linux@rere.qmqm.pl> wrote: > > > > > Use regmap accessors directly for register manipulation - removing one > > > > > layer of abstraction. > > > > > > > > > > Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> > > > > Reviewed-by: Linus Walleij <linus.walleij@linaro.org> > > > > > > > > I suppose it is easiest that Lee apply all patches to the MFD tree? > > > Yes, that's fine. > > I think this patch is orthogonal right? > > > > Not sure why it need to go in via MFD. > [...] > > The patch 4 assumes all previous patches are applied (or there will be > build breakage). Okay, no problem. Linus, do you want a PR?