From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: Michael Ellerman <mpe@ellerman.id.au>
Cc: "Aneesh Kumar K.V" <aneesh.kumar@kernel.org>,
Haoran Liu <liuhaoran14@163.com>, Rob Herring <robh@kernel.org>,
Mahesh Salgaonkar <mahesh@linux.ibm.com>,
Scott Wood <oss@buserror.net>,
Nicholas Piggin <npiggin@gmail.com>,
kernel@pengutronix.de,
"Naveen N. Rao" <naveen.n.rao@linux.ibm.com>,
linuxppc-dev@lists.ozlabs.org
Subject: [PATCH 0/6] powerpc: Convert to platform remove callback returning void
Date: Wed, 21 Feb 2024 16:40:14 +0100 [thread overview]
Message-ID: <cover.1708529736.git.u.kleine-koenig@pengutronix.de> (raw)
Hello,
this series converts all platform drivers below drivers/powerpc to
struct platform_driver::remove_new(). 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 their .remove() callbacks
returned zero unconditionally.
There are no interdependencies between these patches, so they could be
picked up individually. But I'd hope that Michael picks them up all
together.
Best regards
Uwe
Uwe Kleine-König (6):
powerpc: sgy_cts1000: Convert to platform remove callback returning void
powerpc: gpio_mdio: Convert to platform remove callback returning void
powerpc: opal-prd: Convert to platform remove callback returning void
powerpc: papr_scm: Convert to platform remove callback returning void
powerpc: fsl_msi: Convert to platform remove callback returning void
powerpc: pmi: Convert to platform remove callback returning void
arch/powerpc/platforms/85xx/sgy_cts1000.c | 6 ++----
arch/powerpc/platforms/pasemi/gpio_mdio.c | 6 ++----
arch/powerpc/platforms/powernv/opal-prd.c | 5 ++---
arch/powerpc/platforms/pseries/papr_scm.c | 6 ++----
arch/powerpc/sysdev/fsl_msi.c | 6 ++----
arch/powerpc/sysdev/pmi.c | 6 ++----
6 files changed, 12 insertions(+), 23 deletions(-)
base-commit: 4893c639cc3659cefaa675bf1e59f4e7571afb5c
--
2.43.0
next reply other threads:[~2024-02-21 15:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-21 15:40 Uwe Kleine-König [this message]
2024-02-21 15:40 ` [PATCH 1/6] powerpc: sgy_cts1000: Convert to platform remove callback returning void Uwe Kleine-König
2024-02-21 15:40 ` [PATCH 2/6] powerpc: gpio_mdio: " Uwe Kleine-König
2024-02-21 15:40 ` [PATCH 3/6] powerpc: opal-prd: " Uwe Kleine-König
2024-02-21 15:40 ` [PATCH 4/6] powerpc: papr_scm: " Uwe Kleine-König
2024-02-21 15:40 ` [PATCH 5/6] powerpc: fsl_msi: " Uwe Kleine-König
2024-02-21 15:40 ` [PATCH 6/6] powerpc: pmi: " Uwe Kleine-König
2024-02-26 5:56 ` [PATCH 0/6] powerpc: " Michael Ellerman
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.1708529736.git.u.kleine-koenig@pengutronix.de \
--to=u.kleine-koenig@pengutronix.de \
--cc=aneesh.kumar@kernel.org \
--cc=kernel@pengutronix.de \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=liuhaoran14@163.com \
--cc=mahesh@linux.ibm.com \
--cc=mpe@ellerman.id.au \
--cc=naveen.n.rao@linux.ibm.com \
--cc=npiggin@gmail.com \
--cc=oss@buserror.net \
--cc=robh@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).