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 C7881C48BF6 for ; Mon, 4 Mar 2024 23:42:33 +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=Zk5ErTUybUGaDNN9cfMBafGaibsf3tY3/5lZbie1JFo=; b=PJhG7pD0ZbyTtq /nzX0lUmrrW8Wx0hw3Cd/jjO1JMGmBrqR3c78dGpsOKFaGZ1P3xz186ab/YkTmviewEHjE9BXvFDo wnpfzahq4kP890dWrltC5LPsVP7mis6CqfIObMCWjiAPSV4MWQJldYNQ1eiztse2bVgURQMOilvMu MKn2PXQLRuJvptMvqlA+W0SMaXj1gLxchkCCTjrsLnSjnkkh9UbGrLuaoLt0/1b88My5BjDBGdZQf V1dqF9g8hzLKckHsH1GwpgSUBvteuN/SqIH3ooclH6f/fVMW/2wD34CwibNU3t3O+ehK70zCxKbRz atjvhiiyix0g4RgrP98g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rhHwq-0000000B6o9-3WpK; Mon, 04 Mar 2024 23:42:21 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rhHwj-0000000B6ky-2eP8 for linux-arm-kernel@lists.infradead.org; Mon, 04 Mar 2024 23:42:19 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 90A736121E; Mon, 4 Mar 2024 23:42:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B54BEC433C7; Mon, 4 Mar 2024 23:42:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1709595731; bh=ODwOIJnsoYs+tJJkR4iryVyJ94Y2iXW5AzaX0Y/ymF4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=C8+DI2f+U1Q5qSovuUQRTgF394V3BApAvw58oB8pVEJobwGWAxfp8K0NOuRoR2UE1 Mx0E3R1ykV0mDUzu7P8md/Sk1Ew81aLHDbPamtuAzDHAEf6qM4P2ATyID1O+MkQxaV Mfpfy4PMzQWJLT2qPlNBJXvbInVKcLZ7W6EaynvY= Date: Mon, 4 Mar 2024 23:42:08 +0000 From: Greg Kroah-Hartman To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Arnd Bergmann , Alexandre Belloni , "derek.kiernan@amd.com" , Kees Cook , linux-arm-msm@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org, Claudiu Beznea , John Stultz , Michal Simek , "dragan.cvetic@amd.com" , Pengutronix Kernel Team , Justin Stitt , Frederic Barrat , Srinivas Kandagatla , Tomas Winkler , Amol Maheshwari , Jiri Slaby , Appana Durga Kedareswara rao , linux-arm-kernel@lists.infradead.org, Andrew Donnellan Subject: Re: [PATCH 00/11] misc: Convert to platform remove callback returning void Message-ID: <2024030453-charter-villain-8393@gregkh> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240304_154213_941972_8E695F46 X-CRM114-Status: GOOD ( 16.42 ) X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, Mar 04, 2024 at 11:36:23PM +0100, Uwe Kleine-K=F6nig wrote: > Hello Arnd, hello Greg, > = > On Wed, Feb 21, 2024 at 02:52:29PM +0100, Arnd Bergmann wrote: > > On Wed, Feb 21, 2024, at 10:53, Uwe Kleine-K=F6nig 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 > = > Thanks. > = > You (=3D Arnd and Greg) are the listed maintainers for drivers/misc/. How > is this series supposed to be merged? Would a pull request help? I can take the patchset, let me catch up... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel