From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A18F2D32D9C for ; Tue, 12 Nov 2024 11:51:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RSdZoKGMEW58Bq3P/KdbxE3AWwM2ZXJSvJQuxZQC6zM=; b=nQF2ca7pktNHIQ Wi4pUcWfLZc69/quVFZHmHW+MeeqwFNwfchbQ3nV4ZLVELXouDtO/P4oHKR+bu7aZQ9BUtLlnXoUw ew2pg63WnG22ZSTkAKy83FHOOrG3cBOHnmBcJTSVI48fd8gKzi1vOt5T5ygyShbENjlEXMEylyWqQ ehxxTQSX0yIlpi9MEFFnYIUT/2nXQaCVB+lvUM9u2zXm+P78rkGQcYN4A3LH+czpcGw0mgS9wphcm Te86DrkY8SHDWigBS+2WJ7XALzcEFNwPax4UA1qX/2MXt/nTKZ4n7RrTtcLwoWCC42lHMyWS/AGjw mw0k/h31+TXpE0SA9QQw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1tApQj-00000003INk-0bFJ; Tue, 12 Nov 2024 11:51:33 +0000 Received: from nyc.source.kernel.org ([2604:1380:45d1:ec00::3]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1tApFB-00000003Fxz-02Ld; Tue, 12 Nov 2024 11:39:38 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by nyc.source.kernel.org (Postfix) with ESMTP id 163C9A4196D; Tue, 12 Nov 2024 11:37:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6627CC4CECD; Tue, 12 Nov 2024 11:39:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1731411575; bh=LG7RZyrQQCMMftiyBGThQS+gGDQCRxNRxi5jzF0rtMU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vknOjlpo6yb1Vp6IvyGWB9fU+5x7MozaZPEx5An53FahQpTAnNO5K4ounXAy8oTiB TMyhmIa3vhWYr8Y70CpG7AqAsJ6Muua1r2mtSVbGPeuPR0Yb5JXd60v2VL3pSHRStQ uWb9VIFmeHvu95V7xCVSAH9p70B6Adjzvh7A37xU= Date: Tue, 12 Nov 2024 12:39:32 +0100 From: Greg Kroah-Hartman To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Sudeep Holla , Cristian Marussi , Tzung-Bi Shih , Brian Norris , Julius Werner , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , Conor Dooley , Daire McNamara , Matthias Brugger , AngeloGioacchino Del Regno , Gabriel Somlo , "Michael S. Tsirkin" , Florian Fainelli , Broadcom internal kernel review list , Dinh Nguyen , Michal Simek , Stefan Wahren , Laurent Pinchart , Jay Buddhabhatti , Ronak Jain , Radhey Shyam Pandey , Praveen Teja Kundanala , arm-scmi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, chrome-platform@lists.linux.dev, imx@lists.linux.dev, linux-riscv@lists.infradead.org, linux-mediatek@lists.infradead.org, qemu-devel@nongnu.org, linux-rpi-kernel@lists.infradead.org Subject: Re: [PATCH] firmware: Switch back to struct platform_driver::remove() Message-ID: <2024111223-gizzard-scabby-eb98@gregkh> References: <36974feb6035201d53384557259ec72fe311053b.1731397962.git.u.kleine-koenig@baylibre.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <36974feb6035201d53384557259ec72fe311053b.1731397962.git.u.kleine-koenig@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241112_033937_131959_9B19FA81 X-CRM114-Status: GOOD ( 15.92 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org On Tue, Nov 12, 2024 at 09:35:20AM +0100, Uwe Kleine-K=F6nig wrote: > After commit 0edb555a65d1 ("platform: Make platform_driver::remove() > return void") .remove() is (again) the right callback to implement for > platform drivers. > = > Convert all platform drivers below drivers/firmware to use .remove(), > with the eventual goal to drop struct platform_driver::remove_new(). As > .remove() and .remove_new() have the same prototypes, conversion is done > by just changing the structure member name in the driver initializer. > = > Signed-off-by: Uwe Kleine-K=F6nig > --- > Hello, > = > I did a single patch for all of drivers/firmware. While I usually prefer > to do one logical change per patch, this seems to be overengineering > here as the individual changes are really trivial and shouldn't be much > in the way for stable backports. > = > There is no dedicated maintainer for drivers/firmware, maybe Sudeep as > biggest committer there can take it? Or would it be sensible to split > this patch? I'll just take it now, thanks! greg k-h _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv