From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Dominik Brodowski <linux@dominikbrodowski.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Pavel Machek <pavel@ucw.cz>, Kalle Valo <kvalo@kernel.org>,
"Steven Rostedt (Google)" <rostedt@goodmis.org>,
Paolo Abeni <pabeni@redhat.com>,
linux-kernel@vger.kernel.org, Daniel Mack <daniel@zonque.org>,
Haojian Zhuang <haojian.zhuang@gmail.com>,
Robert Jarzmik <robert.jarzmik@free.fr>,
linux-arm-kernel@lists.infradead.org,
Viresh Kumar <viresh.kumar@linaro.org>,
Lee Jones <lee@kernel.org>,
Linus Walleij <linus.walleij@linaro.org>,
Arnd Bergmann <arnd@arndb.de>,
kernel@pengutronix.de
Subject: [PATCH 0/7] pcmcia: Convert to platform remove callback returning void
Date: Fri, 8 Dec 2023 17:08:05 +0100 [thread overview]
Message-ID: <cover.1702051073.git.u.kleine-koenig@pengutronix.de> (raw)
Hello,
this series changes all platform drivers in drivers/pcmcia to use the
.remove_new() callback. See commit 5c5a7680e67b ("platform: Provide a
remove callback that returns no value") for an extended explanation and
the eventual goal.
All conversations are trivial, because all .remove() callbacks returned
zero unconditionally already.
There are no interdependencies between these patches, so they could be
picked up individually. However I'd expect them to go in all together.
It's unclrear to me though, who will pick them up. Dominik? Greg?
Best regards
Uwe
Uwe Kleine-König (7):
pcmcia: bcm63xx: Convert to platform remove callback returning void
pcmcia: db1xxx_ss: Convert to platform remove callback returning void
pcmcia: electra_cf: Convert to platform remove callback returning void
pcmcia: omap_cf: Convert to platform remove callback returning void
pcmcia: pxa2xx: Convert to platform remove callback returning void
pcmcia: sa1100: Convert to platform remove callback returning void
pcmcia: xxs1500_ss: Convert to platform remove callback returning void
drivers/pcmcia/bcm63xx_pcmcia.c | 5 ++---
drivers/pcmcia/db1xxx_ss.c | 6 ++----
drivers/pcmcia/electra_cf.c | 6 ++----
drivers/pcmcia/omap_cf.c | 5 ++---
drivers/pcmcia/pxa2xx_base.c | 6 ++----
drivers/pcmcia/sa1100_generic.c | 8 +++-----
drivers/pcmcia/xxs1500_ss.c | 6 ++----
7 files changed, 15 insertions(+), 27 deletions(-)
base-commit: 8e00ce02066e8f6f1ad5eab49a2ede7bf7a5ef64
--
2.42.0
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2023-12-08 16:09 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-08 16:08 Uwe Kleine-König [this message]
2023-12-08 16:08 ` [PATCH 5/7] pcmcia: pxa2xx: Convert to platform remove callback returning void Uwe Kleine-König
2023-12-08 19:19 ` [PATCH 0/7] pcmcia: " Dominik Brodowski
2023-12-09 9:28 ` Greg Kroah-Hartman
2023-12-09 14:05 ` Uwe Kleine-König
2023-12-09 13:56 ` Uwe Kleine-König
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=cover.1702051073.git.u.kleine-koenig@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=arnd@arndb.de \
--cc=daniel@zonque.org \
--cc=gregkh@linuxfoundation.org \
--cc=haojian.zhuang@gmail.com \
--cc=kernel@pengutronix.de \
--cc=kvalo@kernel.org \
--cc=lee@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@dominikbrodowski.net \
--cc=pabeni@redhat.com \
--cc=pavel@ucw.cz \
--cc=robert.jarzmik@free.fr \
--cc=rostedt@goodmis.org \
--cc=viresh.kumar@linaro.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).