From: Greg Kroah-Hartman <gregkh@linuxfoundation•org>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix•de>
Cc: "Andrew Lunn" <andrew@lunn•ch>,
"Ulf Hansson" <ulf.hansson@linaro•org>,
"Vignesh Raghavendra" <vigneshr@ti•com>,
kvm@vger•kernel.org, "Rafael J. Wysocki" <rafael@kernel•org>,
linux-iio@vger•kernel.org,
"Linus Walleij" <linus.walleij@linaro•org>,
"Amit Kucheria" <amitk@kernel•org>,
alsa-devel@alsa-project•org,
"Liam Girdwood" <lgirdwood@gmail•com>,
"Guenter Roeck" <groeck@chromium•org>,
"Thierry Reding" <thierry.reding@gmail•com>,
linux-mtd@lists•infradead.org, linux-i2c@vger•kernel.org,
"Miquel Raynal" <miquel.raynal@bootlin•com>,
linux-phy@lists•infradead.org, "Lee Jones" <lee.jones@linaro•org>,
"Khuong Dinh" <khuong@os•amperecomputing.com>,
"Florian Fainelli" <f.fainelli@gmail•com>,
"Matthias Schiffer" <matthias.schiffer@ew•tq-group.com>,
"Joakim Zhang" <qiangqing.zhang@nxp•com>,
"Kamal Dasu" <kdasu.kdev@gmail•com>,
"Jiri Slaby" <jirislaby@kernel•org>,
"Bartosz Golaszewski" <brgl@bgdev•pl>,
"Daniel Lezcano" <daniel.lezcano@linaro•org>,
"Tony Luck" <tony.luck@intel•com>,
"Kishon Vijay Abraham I" <kishon@ti•com>,
bcm-kernel-feedback-list@broadcom•com,
linux-serial@vger•kernel.org, "Jakub Kicinski" <kuba@kernel•org>,
"Zhang Rui" <rui.zhang@intel•com>,
"Matthias Brugger" <matthias.bgg@gmail•com>,
platform-driver-x86@vger•kernel.org, linux-pwm@vger•kernel.org,
"Robert Richter" <rric@kernel•org>,
"Saravanan Sekar" <sravanhome@gmail•com>,
"Corey Minyard" <minyard@acm•org>,
linux-pm@vger•kernel.org,
"Mauro Carvalho Chehab" <mchehab@kernel•org>,
"John Garry" <john.garry@huawei•com>,
"Peter Korsgaard" <peter@korsgaard•com>,
"William Breathitt Gray" <vilhelm.gray@gmail•com>,
"Mark Gross" <markgross@kernel•org>,
linux-gpio@vger•kernel.org,
"Alex Williamson" <alex.williamson@redhat•com>,
"Mark Brown" <broonie@kernel•org>,
"Borislav Petkov" <bp@alien8•de>,
"Eric Auger" <eric.auger@redhat•com>,
"Takashi Iwai" <tiwai@suse•com>,
"Jaroslav Kysela" <perex@perex•cz>,
openipmi-developer@lists•sourceforge.net,
"Andy Shevchenko" <andriy.shevchenko@linux•intel.com>,
"Benson Leung" <bleung@chromium•org>,
"Pengutronix Kernel Team" <kernel@pengutronix•de>,
linux-arm-kernel@lists•infradead.org, linux-edac@vger•kernel.org,
"Sergey Shtylyov" <s.shtylyov@omp•ru>,
"Richard Weinberger" <richard@nod•at>,
"Mun Yew Tham" <mun.yew.tham@intel•com>,
"Hans de Goede" <hdegoede@redhat•com>,
netdev@vger•kernel.org,
"Yoshihiro Shimoda" <yoshihiro.shimoda.uh@renesas•com>,
"Cornelia Huck" <cohuck@redhat•com>,
linux-mmc@vger•kernel.org, linux-kernel@vger•kernel.org,
linux-spi@vger•kernel.org, linux-renesas-soc@vger•kernel.org,
"Vinod Koul" <vkoul@kernel•org>,
"James Morse" <james.morse@arm•com>,
"Zha Qipeng" <qipeng.zha@intel•com>,
"Sebastian Reichel" <sre@kernel•org>,
"Niklas Söderlund" <niklas.soderlund@ragnatech•se>,
linux-mediatek@lists•infradead.org,
"Brian Norris" <computersforpeace@gmail•com>,
"David S. Miller" <davem@davemloft•net>
Subject: Re: [PATCH 1/2] platform: make platform_get_irq_optional() optional (summary)
Date: Tue, 18 Jan 2022 10:32:50 +0100 [thread overview]
Message-ID: <YeaJQnzxTqdarQ6T@kroah.com> (raw)
In-Reply-To: <20220118091819.zzxpffrxbckoxiys@pengutronix.de>
On Tue, Jan 18, 2022 at 10:18:19AM +0100, Uwe Kleine-König wrote:
> On Sun, Jan 16, 2022 at 03:19:06PM +0100, Greg Kroah-Hartman wrote:
> > On Sat, Jan 15, 2022 at 07:36:43PM +0100, Uwe Kleine-König wrote:
> > > A possible compromise: We can have both. We rename
> > > platform_get_irq_optional() to platform_get_irq_silent() (or
> > > platform_get_irq_silently() if this is preferred) and once all users are
> > > are changed (which can be done mechanically), we reintroduce a
> > > platform_get_irq_optional() with Sergey's suggested semantic (i.e.
> > > return 0 on not-found, no error message printking).
> >
> > Please do not do that as anyone trying to forward-port an old driver
> > will miss the abi change of functionality and get confused. Make
> > build-breaking changes, if the way a function currently works is
> > changed in order to give people a chance.
>
> Fine for me. I assume this is a Nack for Sergey's patch?
This set of patches is going nowhere as-is, sorry. The thread is too
confusing and people are not agreeing at all.
greg k-h
next prev parent reply other threads:[~2022-01-18 9:33 UTC|newest]
Thread overview: 94+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20220110195449.12448-1-s.shtylyov@omp.ru>
2022-01-10 19:54 ` [PATCH 1/2] platform: make platform_get_irq_optional() optional Sergey Shtylyov
2022-01-10 20:10 ` Uwe Kleine-König
2022-01-10 21:07 ` Andy Shevchenko
2022-01-10 21:44 ` Uwe Kleine-König
2022-01-10 21:18 ` Andrew Lunn
2022-01-12 8:33 ` Geert Uytterhoeven
2022-01-12 8:50 ` Uwe Kleine-König
2022-01-12 10:27 ` Geert Uytterhoeven
2022-01-12 12:27 ` Andy Shevchenko
2022-01-12 13:38 ` Andrew Lunn
2022-01-12 13:51 ` Andy Shevchenko
2022-01-12 13:54 ` Geert Uytterhoeven
2022-01-12 14:41 ` Rafael J. Wysocki
2022-01-12 15:05 ` Sergey Shtylyov
2022-01-12 15:13 ` Hans de Goede
2022-01-12 15:48 ` Rafael J. Wysocki
2022-01-12 16:21 ` Andy Shevchenko
2022-01-12 21:31 ` Uwe Kleine-König
2022-01-12 21:45 ` Mark Brown
2022-01-13 11:08 ` Uwe Kleine-König
2022-01-13 14:45 ` Mark Brown
2022-01-13 19:43 ` [PATCH] driver core: platform: Rename platform_get_irq_optional() to platform_get_irq_silent() Uwe Kleine-König
2022-01-13 20:17 ` Mark Brown
2022-01-13 20:57 ` Sergey Shtylyov
2022-01-13 22:43 ` Uwe Kleine-König
2022-01-14 9:58 ` Geert Uytterhoeven
2022-01-15 15:21 ` Uwe Kleine-König
2022-01-15 21:06 ` Sergey Shtylyov
2022-01-14 11:34 ` Sergey Shtylyov
2022-01-13 20:31 ` Guenter Roeck
2022-01-13 21:42 ` Florian Fainelli
2022-01-13 23:06 ` Uwe Kleine-König
2022-01-14 17:55 ` Sergey Shtylyov
2022-01-15 13:55 ` Uwe Kleine-König
2022-01-19 18:36 ` Andy Shevchenko
2022-01-19 19:44 ` Sergey Shtylyov
2022-01-19 18:40 ` Andy Shevchenko
2022-01-14 6:57 ` Peter Korsgaard
2022-01-14 13:04 ` Andy Shevchenko
2022-01-15 15:45 ` Uwe Kleine-König
2022-01-19 18:51 ` Andy Shevchenko
2022-01-19 19:47 ` Sergey Shtylyov
2022-01-19 20:55 ` Andy Shevchenko
2022-01-20 7:57 ` Uwe Kleine-König
2022-01-24 15:01 ` Andy Shevchenko
2022-01-24 21:02 ` Sergey Shtylyov
2022-01-25 8:25 ` Geert Uytterhoeven
2022-01-25 12:56 ` Matthias Schiffer
2022-01-25 14:01 ` Andy Shevchenko
2022-01-14 19:45 ` Sergey Shtylyov
2022-01-14 20:29 ` Uwe Kleine-König
2022-01-15 13:08 ` Sergey Shtylyov
2022-01-19 18:52 ` Andy Shevchenko
2022-01-13 20:35 ` [PATCH 1/2] platform: make platform_get_irq_optional() optional Sergey Shtylyov
2022-01-14 9:25 ` Uwe Kleine-König
2022-01-14 9:39 ` Geert Uytterhoeven
2022-01-14 19:14 ` Sergey Shtylyov
2022-01-14 20:22 ` Uwe Kleine-König
2022-01-15 20:22 ` Sergey Shtylyov
2022-01-17 8:41 ` Geert Uytterhoeven
2022-01-17 9:24 ` Uwe Kleine-König
2022-01-17 10:35 ` Geert Uytterhoeven
2022-01-17 11:49 ` Uwe Kleine-König
2022-01-17 13:08 ` Geert Uytterhoeven
2022-01-17 17:06 ` Uwe Kleine-König
2022-01-18 8:25 ` Geert Uytterhoeven
2022-01-18 9:09 ` Uwe Kleine-König
2022-01-18 9:37 ` Geert Uytterhoeven
2022-01-18 12:08 ` Uwe Kleine-König
2022-01-18 12:49 ` Geert Uytterhoeven
2022-01-18 14:29 ` Uwe Kleine-König
2022-01-19 16:12 ` Sergey Shtylyov
2022-01-19 18:29 ` Sergey Shtylyov
2022-01-20 11:27 ` Sergey Shtylyov
2022-01-16 18:15 ` Sergey Shtylyov
2022-01-17 8:47 ` Uwe Kleine-König
2022-01-18 20:21 ` Sergey Shtylyov
2022-01-18 22:26 ` Uwe Kleine-König
2022-01-19 15:34 ` Sergey Shtylyov
2022-01-19 18:58 ` Andy Shevchenko
2022-01-19 19:49 ` Sergey Shtylyov
2022-01-14 18:46 ` Sergey Shtylyov
2022-01-15 18:36 ` [PATCH 1/2] platform: make platform_get_irq_optional() optional (summary) Uwe Kleine-König
2022-01-16 14:19 ` Greg Kroah-Hartman
2022-01-18 9:18 ` Uwe Kleine-König
2022-01-18 9:32 ` Greg Kroah-Hartman [this message]
2022-01-19 10:56 ` Sergey Shtylyov
2022-01-19 11:33 ` Uwe Kleine-König
2022-01-19 11:42 ` Sergey Shtylyov
2022-01-19 19:06 ` Andy Shevchenko
2022-01-17 11:57 ` [PATCH 1/2] platform: make platform_get_irq_optional() optional Sergey Shtylyov
2022-01-19 15:02 ` Uwe Kleine-König
2022-01-19 15:50 ` Sergey Shtylyov
2022-01-10 19:54 ` [PATCH 2/2] platform: make platform_get_irq_byname_optional() optional Sergey Shtylyov
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=YeaJQnzxTqdarQ6T@kroah.com \
--to=gregkh@linuxfoundation$(echo .)org \
--cc=alex.williamson@redhat$(echo .)com \
--cc=alsa-devel@alsa-project$(echo .)org \
--cc=amitk@kernel$(echo .)org \
--cc=andrew@lunn$(echo .)ch \
--cc=andriy.shevchenko@linux$(echo .)intel.com \
--cc=bcm-kernel-feedback-list@broadcom$(echo .)com \
--cc=bleung@chromium$(echo .)org \
--cc=bp@alien8$(echo .)de \
--cc=brgl@bgdev$(echo .)pl \
--cc=broonie@kernel$(echo .)org \
--cc=cohuck@redhat$(echo .)com \
--cc=computersforpeace@gmail$(echo .)com \
--cc=daniel.lezcano@linaro$(echo .)org \
--cc=davem@davemloft$(echo .)net \
--cc=eric.auger@redhat$(echo .)com \
--cc=f.fainelli@gmail$(echo .)com \
--cc=groeck@chromium$(echo .)org \
--cc=hdegoede@redhat$(echo .)com \
--cc=james.morse@arm$(echo .)com \
--cc=jirislaby@kernel$(echo .)org \
--cc=john.garry@huawei$(echo .)com \
--cc=kdasu.kdev@gmail$(echo .)com \
--cc=kernel@pengutronix$(echo .)de \
--cc=khuong@os$(echo .)amperecomputing.com \
--cc=kishon@ti$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=kvm@vger$(echo .)kernel.org \
--cc=lee.jones@linaro$(echo .)org \
--cc=lgirdwood@gmail$(echo .)com \
--cc=linus.walleij@linaro$(echo .)org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-edac@vger$(echo .)kernel.org \
--cc=linux-gpio@vger$(echo .)kernel.org \
--cc=linux-i2c@vger$(echo .)kernel.org \
--cc=linux-iio@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mediatek@lists$(echo .)infradead.org \
--cc=linux-mmc@vger$(echo .)kernel.org \
--cc=linux-mtd@lists$(echo .)infradead.org \
--cc=linux-phy@lists$(echo .)infradead.org \
--cc=linux-pm@vger$(echo .)kernel.org \
--cc=linux-pwm@vger$(echo .)kernel.org \
--cc=linux-renesas-soc@vger$(echo .)kernel.org \
--cc=linux-serial@vger$(echo .)kernel.org \
--cc=linux-spi@vger$(echo .)kernel.org \
--cc=markgross@kernel$(echo .)org \
--cc=matthias.bgg@gmail$(echo .)com \
--cc=matthias.schiffer@ew$(echo .)tq-group.com \
--cc=mchehab@kernel$(echo .)org \
--cc=minyard@acm$(echo .)org \
--cc=miquel.raynal@bootlin$(echo .)com \
--cc=mun.yew.tham@intel$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=niklas.soderlund@ragnatech$(echo .)se \
--cc=openipmi-developer@lists$(echo .)sourceforge.net \
--cc=perex@perex$(echo .)cz \
--cc=peter@korsgaard$(echo .)com \
--cc=platform-driver-x86@vger$(echo .)kernel.org \
--cc=qiangqing.zhang@nxp$(echo .)com \
--cc=qipeng.zha@intel$(echo .)com \
--cc=rafael@kernel$(echo .)org \
--cc=richard@nod$(echo .)at \
--cc=rric@kernel$(echo .)org \
--cc=rui.zhang@intel$(echo .)com \
--cc=s.shtylyov@omp$(echo .)ru \
--cc=sravanhome@gmail$(echo .)com \
--cc=sre@kernel$(echo .)org \
--cc=thierry.reding@gmail$(echo .)com \
--cc=tiwai@suse$(echo .)com \
--cc=tony.luck@intel$(echo .)com \
--cc=u.kleine-koenig@pengutronix$(echo .)de \
--cc=ulf.hansson@linaro$(echo .)org \
--cc=vigneshr@ti$(echo .)com \
--cc=vilhelm.gray@gmail$(echo .)com \
--cc=vkoul@kernel$(echo .)org \
--cc=yoshihiro.shimoda.uh@renesas$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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