All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vaittinen, Matti" <Matti.Vaittinen@fi.rohmeurope.com>
To: "michael@walle.cc" <michael@walle.cc>
Cc: "bcm-kernel-feedback-list@broadcom.com" 
	<bcm-kernel-feedback-list@broadcom.com>,
	"bgolaszewski@baylibre.com" <bgolaszewski@baylibre.com>,
	linux-power <linux-power@fi.rohmeurope.com>,
	"linus.walleij@linaro.org" <linus.walleij@linaro.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"jonas.gorski@gmail.com" <jonas.gorski@gmail.com>,
	"noltari@gmail.com" <noltari@gmail.com>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"andy.shevchenko@gmail.com" <andy.shevchenko@gmail.com>,
	"f.fainelli@gmail.com" <f.fainelli@gmail.com>
Subject: Re: [PATCH v4 0/3] gpio: gpio-regmap: Support few custom operations
Date: Mon, 31 May 2021 07:42:03 +0000	[thread overview]
Message-ID: <dce05205de61abae035ddf3629584ce851ad56e3.camel@fi.rohmeurope.com> (raw)
In-Reply-To: <ee700b25c170047045a65bed2236089d@walle.cc>


On Fri, 2021-05-28 at 19:23 +0200, Michael Walle wrote:
> Hi Matti,
> 
> Am 2021-05-28 17:42, schrieb Vaittinen, Matti:
> > Hi Bartosz,
> > 
> > On Fri, 2021-05-28 at 16:31 +0200, Bartosz Golaszewski wrote:
> > > On Fri, May 28, 2021 at 8:33 AM Vaittinen, Matti
> > > <Matti.Vaittinen@fi.rohmeurope.com> wrote:
> > > 
> > > I take it that path 2/3 is still good to go?
> > 
> > I don't think it had explicit ack from Michael yet - but I think it
> > was
> > not objected either. I can respin it alone if needed but would help
> > me
> > if you just pick it from this series (assuming it's Ok for others).
> 
> Just sent my R-b.
> 
> I'd pick the removal of the gpio_regmap_set_drvdata(), too. If you're
> fine with it I'd submit a new patch with just that.

Right. Besides the 2/3 might require the 1/3 to apply cleanly. I
somehow thought I sent the devm_add_action_or_reset() as first change
in the series.

Feel free to rework the patches as the best fits your purposes :)

Best Regards
	Matti


WARNING: multiple messages have this Message-ID (diff)
From: "Vaittinen, Matti" <Matti.Vaittinen@fi.rohmeurope.com>
To: "michael@walle.cc" <michael@walle.cc>
Cc: "bcm-kernel-feedback-list@broadcom.com"
	<bcm-kernel-feedback-list@broadcom.com>,
	"bgolaszewski@baylibre.com" <bgolaszewski@baylibre.com>,
	linux-power <linux-power@fi.rohmeurope.com>,
	"linus.walleij@linaro.org" <linus.walleij@linaro.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"jonas.gorski@gmail.com" <jonas.gorski@gmail.com>,
	"noltari@gmail.com" <noltari@gmail.com>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"andy.shevchenko@gmail.com" <andy.shevchenko@gmail.com>,
	"f.fainelli@gmail.com" <f.fainelli@gmail.com>
Subject: Re: [PATCH v4 0/3] gpio: gpio-regmap: Support few custom operations
Date: Mon, 31 May 2021 07:42:03 +0000	[thread overview]
Message-ID: <dce05205de61abae035ddf3629584ce851ad56e3.camel@fi.rohmeurope.com> (raw)
In-Reply-To: <ee700b25c170047045a65bed2236089d@walle.cc>


On Fri, 2021-05-28 at 19:23 +0200, Michael Walle wrote:
> Hi Matti,
> 
> Am 2021-05-28 17:42, schrieb Vaittinen, Matti:
> > Hi Bartosz,
> > 
> > On Fri, 2021-05-28 at 16:31 +0200, Bartosz Golaszewski wrote:
> > > On Fri, May 28, 2021 at 8:33 AM Vaittinen, Matti
> > > <Matti.Vaittinen@fi.rohmeurope.com> wrote:
> > > 
> > > I take it that path 2/3 is still good to go?
> > 
> > I don't think it had explicit ack from Michael yet - but I think it
> > was
> > not objected either. I can respin it alone if needed but would help
> > me
> > if you just pick it from this series (assuming it's Ok for others).
> 
> Just sent my R-b.
> 
> I'd pick the removal of the gpio_regmap_set_drvdata(), too. If you're
> fine with it I'd submit a new patch with just that.

Right. Besides the 2/3 might require the 1/3 to apply cleanly. I
somehow thought I sent the devm_add_action_or_reset() as first change
in the series.

Feel free to rework the patches as the best fits your purposes :)

Best Regards
	Matti

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-05-31  7:42 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26  6:02 [PATCH v4 0/3] gpio: gpio-regmap: Support few custom operations Matti Vaittinen
2021-05-26  6:02 ` Matti Vaittinen
2021-05-26  6:10 ` [PATCH v4 1/3] gpio: regmap: Support few IC specific operations Matti Vaittinen
2021-05-26  6:10   ` Matti Vaittinen
2021-05-26  6:10 ` [PATCH v4 2/3] gpio: gpio-regmap: Use devm_add_action_or_reset() Matti Vaittinen
2021-05-26  6:10   ` Matti Vaittinen
2021-05-28 17:17   ` Michael Walle
2021-05-28 17:17     ` Michael Walle
2021-06-02 11:54     ` Bartosz Golaszewski
2021-06-02 11:54       ` Bartosz Golaszewski
2021-06-03  4:26       ` Matti Vaittinen
2021-06-03  4:26         ` Matti Vaittinen
2021-06-03  7:40         ` Michael Walle
2021-06-03  7:40           ` Michael Walle
2021-05-26  6:10 ` [PATCH v4 3/3] gpio: bd71815: Use gpio-regmap Matti Vaittinen
2021-05-26  6:10   ` Matti Vaittinen
2021-05-26  8:42 ` [PATCH v4 0/3] gpio: gpio-regmap: Support few custom operations Andy Shevchenko
2021-05-26  8:42   ` Andy Shevchenko
2021-05-26  9:07   ` Michael Walle
2021-05-26  9:07     ` Michael Walle
2021-05-26  9:44     ` Matti Vaittinen
2021-05-26  9:44       ` Matti Vaittinen
2021-05-26 10:27       ` Michael Walle
2021-05-26 10:27         ` Michael Walle
2021-05-26 11:00         ` Matti Vaittinen
2021-05-26 11:00           ` Matti Vaittinen
2021-05-26 22:46 ` Linus Walleij
2021-05-26 22:46   ` Linus Walleij
2021-05-27  6:32   ` Matti Vaittinen
2021-05-27  6:32     ` Matti Vaittinen
2021-05-28  0:53     ` Linus Walleij
2021-05-28  0:53       ` Linus Walleij
2021-05-28  6:33       ` Vaittinen, Matti
2021-05-28  6:33         ` Vaittinen, Matti
2021-05-28 14:31         ` Bartosz Golaszewski
2021-05-28 14:31           ` Bartosz Golaszewski
2021-05-28 15:42           ` Vaittinen, Matti
2021-05-28 15:42             ` Vaittinen, Matti
2021-05-28 17:23             ` Michael Walle
2021-05-28 17:23               ` Michael Walle
2021-05-31  7:42               ` Vaittinen, Matti [this message]
2021-05-31  7:42                 ` Vaittinen, Matti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dce05205de61abae035ddf3629584ce851ad56e3.camel@fi.rohmeurope.com \
    --to=matti.vaittinen@fi.rohmeurope.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=bgolaszewski@baylibre.com \
    --cc=f.fainelli@gmail.com \
    --cc=jonas.gorski@gmail.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-power@fi.rohmeurope.com \
    --cc=michael@walle.cc \
    --cc=noltari@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.