mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Arnd Bergmann" <arnd@arndb.de>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
Cc: "Alexandre Belloni" <alexandre.belloni@bootlin.com>,
	"derek.kiernan@amd.com" <derek.kiernan@amd.com>,
	"Andrew Donnellan" <ajd@linux.ibm.com>,
	"Jiri Slaby" <jirislaby@kernel.org>,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org,
	"Claudiu Beznea" <claudiu.beznea@tuxon.dev>,
	"Michal Simek" <michal.simek@amd.com>,
	"Srinivas Kandagatla" <srinivas.kandagatla@linaro.org>,
	"dragan.cvetic@amd.com" <dragan.cvetic@amd.com>,
	"Pengutronix Kernel Team" <kernel@pengutronix.de>,
	"Justin Stitt" <justinstitt@google.com>,
	"Frederic Barrat" <fbarrat@linux.ibm.com>,
	"John Stultz" <jstultz@google.com>,
	"Tomas Winkler" <tomas.winkler@intel.com>,
	"Amol Maheshwari" <amahesh@qti.qualcomm.com>,
	linuxppc-dev@lists.ozlabs.org,
	"Appana Durga Kedareswara rao"
	<appana.durga.kedareswara.rao@amd.com>,
	linux-arm-kernel@lists.infradead.org,
	"Kees Cook" <keescook@chromium.org>
Subject: Re: [PATCH 00/11] misc: Convert to platform remove callback returning void
Date: Wed, 21 Feb 2024 14:52:29 +0100	[thread overview]
Message-ID: <d6c4ff9e-756a-4604-993a-cf14cfdbc53c@app.fastmail.com> (raw)
In-Reply-To: <cover.1708508896.git.u.kleine-koenig@pengutronix.de>

On Wed, Feb 21, 2024, at 10:53, Uwe Kleine-König wrote:
> Hello,
>
> this series converts all drivers below drivers/misc 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 Greg or Arnd picks them up all
> together.

These all look good to me, whole series

Acked-by: Arnd Bergmann <arnd@arndb.de>

  parent reply	other threads:[~2024-02-21 13:52 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-21  9:53 Uwe Kleine-König
2024-02-21  9:53 ` [PATCH 01/11] misc: atmel-ssc: " Uwe Kleine-König
2024-02-21 13:49   ` Nicolas.Ferre
2024-02-21  9:53 ` [PATCH 02/11] cxl: " Uwe Kleine-König
2024-02-22  2:46   ` Andrew Donnellan
2024-02-21  9:53 ` [PATCH 03/11] misc: fastrpc: " Uwe Kleine-König
2024-02-21  9:53 ` [PATCH 04/11] misc: hisi_hikey_usb: " Uwe Kleine-König
2024-02-21 19:16   ` John Stultz
2024-02-21  9:53 ` [PATCH 05/11] mei: vsc: " Uwe Kleine-König
2024-02-21  9:53 ` [PATCH 06/11] misc: open-dice: " Uwe Kleine-König
2024-02-21  9:53 ` [PATCH 07/11] misc: sram: " Uwe Kleine-König
2024-02-21  9:53 ` [PATCH 08/11] misc: ti-st: st_kim: " Uwe Kleine-König
2024-02-21  9:53 ` [PATCH 09/11] misc: vcpu_stall_detector: " Uwe Kleine-König
2024-02-21  9:53 ` [PATCH 10/11] misc: xilinx_sdfec: " Uwe Kleine-König
2024-02-21  9:53 ` [PATCH 11/11] misc: xilinx_tmr_inject: " Uwe Kleine-König
2024-02-21 13:52 ` Arnd Bergmann [this message]
2024-03-04 22:36   ` [PATCH 00/11] misc: " Uwe Kleine-König
2024-03-04 23:42     ` Greg Kroah-Hartman

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=d6c4ff9e-756a-4604-993a-cf14cfdbc53c@app.fastmail.com \
    --to=arnd@arndb.de \
    --cc=ajd@linux.ibm.com \
    --cc=alexandre.belloni@bootlin.com \
    --cc=amahesh@qti.qualcomm.com \
    --cc=appana.durga.kedareswara.rao@amd.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=derek.kiernan@amd.com \
    --cc=dragan.cvetic@amd.com \
    --cc=fbarrat@linux.ibm.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jirislaby@kernel.org \
    --cc=jstultz@google.com \
    --cc=justinstitt@google.com \
    --cc=keescook@chromium.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=michal.simek@amd.com \
    --cc=srinivas.kandagatla@linaro.org \
    --cc=tomas.winkler@intel.com \
    --cc=u.kleine-koenig@pengutronix.de \
    /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

all inboxes | Powered by JetHome®