linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jakub Kicinski <kuba@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: "Matti Vaittinen" <mazziesaccount@gmail.com>,
	"Matti Vaittinen" <matti.vaittinen@fi.rohmeurope.com>,
	"Andy Shevchenko" <andriy.shevchenko@linux.intel.com>,
	"Daniel Scally" <djrscally@gmail.com>,
	"Heikki Krogerus" <heikki.krogerus@linux.intel.com>,
	"Sakari Ailus" <sakari.ailus@linux.intel.com>,
	"Rafael J. Wysocki" <rafael@kernel.org>,
	"Wolfram Sang" <wsa@kernel.org>,
	"Lars-Peter Clausen" <lars@metafoo.de>,
	"Michael Hennerich" <Michael.Hennerich@analog.com>,
	"Jonathan Cameron" <jic23@kernel.org>,
	"Andreas Klinger" <ak@it-klinger.de>,
	"Marcin Wojtas" <mw@semihalf.com>,
	"Russell King" <linux@armlinux.org.uk>,
	"David S. Miller" <davem@davemloft.net>,
	"Eric Dumazet" <edumazet@google.com>,
	"Paolo Abeni" <pabeni@redhat.com>,
	"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
	"Linus Walleij" <linus.walleij@linaro.org>,
	"Paul Cercueil" <paul@crapouillou.net>,
	"Akhil R" <akhilrajeev@nvidia.com>,
	linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-i2c@vger.kernel.org, linux-iio@vger.kernel.org,
	netdev@vger.kernel.org, openbmc@lists.ozlabs.org,
	linux-gpio@vger.kernel.org, linux-mips@vger.kernel.org
Subject: Re: [PATCH v7 0/9] fix fwnode_irq_get[_byname()] returnvalue
Date: Thu, 15 Jun 2023 19:28:51 -0700	[thread overview]
Message-ID: <20230615192851.6fc01998@kernel.org> (raw)
In-Reply-To: <2023061553-urging-collision-32f8@gregkh>

On Thu, 15 Jun 2023 13:37:17 +0200 Greg Kroah-Hartman wrote:
> > What's the merging plan? Could patch 1 go to a stable branch 
> > and then driver trees can pull it in and apply their respective 
> > patches locally?  
> 
> I'll take patch 1 now, and then after 6.5-rc1, Matti, can you send the
> cleanup patches to the respective subsystems?

👍️👍️

  reply	other threads:[~2023-06-16  2:28 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-29  6:22 [PATCH v7 0/9] fix fwnode_irq_get[_byname()] returnvalue Matti Vaittinen
2023-05-29  6:22 ` [PATCH v7 1/9] drivers: fwnode: fix fwnode_irq_get[_byname]() Matti Vaittinen
2023-05-29  6:22 ` [PATCH v7 2/9] iio: mb1232: relax return value check for IRQ get Matti Vaittinen
2023-05-29  6:23 ` [PATCH v7 3/9] iio: cdc: ad7150: " Matti Vaittinen
2023-05-29  6:23 ` [PATCH v7 4/9] pinctrl: wpcm450: " Matti Vaittinen
2023-05-29  6:23 ` [PATCH v7 5/9] pinctrl: ingenic: " Matti Vaittinen
2023-05-29  6:23 ` [PATCH v7 6/9] pinctrl: pistachio: " Matti Vaittinen
2023-05-29  6:24 ` [PATCH v7 7/9] i2c: i2c-smbus: fwnode_irq_get_byname() return value fix Matti Vaittinen
2023-05-29  6:24 ` [PATCH v7 8/9] net-next: mvpp2: relax return value check for IRQ get Matti Vaittinen
2023-05-29  6:25 ` [PATCH v7 9/9] net-next: mvpp2: don't shadow error Matti Vaittinen
2023-05-31  6:34 ` [PATCH v7 0/9] fix fwnode_irq_get[_byname()] returnvalue Jakub Kicinski
2023-06-15 11:37   ` Greg Kroah-Hartman
2023-06-16  2:28     ` Jakub Kicinski [this message]
2023-06-16 11:45     ` Matti Vaittinen

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=20230615192851.6fc01998@kernel.org \
    --to=kuba@kernel.org \
    --cc=Michael.Hennerich@analog.com \
    --cc=ak@it-klinger.de \
    --cc=akhilrajeev@nvidia.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=davem@davemloft.net \
    --cc=djrscally@gmail.com \
    --cc=edumazet@google.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=heikki.krogerus@linux.intel.com \
    --cc=j.neuschaefer@gmx.net \
    --cc=jic23@kernel.org \
    --cc=lars@metafoo.de \
    --cc=linus.walleij@linaro.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=matti.vaittinen@fi.rohmeurope.com \
    --cc=mazziesaccount@gmail.com \
    --cc=mw@semihalf.com \
    --cc=netdev@vger.kernel.org \
    --cc=openbmc@lists.ozlabs.org \
    --cc=pabeni@redhat.com \
    --cc=paul@crapouillou.net \
    --cc=rafael@kernel.org \
    --cc=sakari.ailus@linux.intel.com \
    --cc=wsa@kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).