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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7828EC4167B for ; Fri, 8 Dec 2023 19:20:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1574661AbjLHTTU (ORCPT ); Fri, 8 Dec 2023 14:19:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46770 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1574649AbjLHTTO (ORCPT ); Fri, 8 Dec 2023 14:19:14 -0500 Received: from isilmar-4.linta.de (isilmar-4.linta.de [136.243.71.142]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B5D4410EF for ; Fri, 8 Dec 2023 11:19:20 -0800 (PST) X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES X-isilmar-external: YES Received: from shine.dominikbrodowski.net (shine.brodo.linta [10.2.0.112]) by isilmar-4.linta.de (Postfix) with ESMTPSA id EB8CE20157B; Fri, 8 Dec 2023 19:19:17 +0000 (UTC) Received: by shine.dominikbrodowski.net (Postfix, from userid 1000) id 267DCA0081; Fri, 8 Dec 2023 20:19:08 +0100 (CET) Date: Fri, 8 Dec 2023 20:19:08 +0100 From: Dominik Brodowski To: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Cc: Greg Kroah-Hartman , Pavel Machek , Kalle Valo , "Steven Rostedt (Google)" , Paolo Abeni , linux-kernel@vger.kernel.org, Daniel Mack , Haojian Zhuang , Robert Jarzmik , linux-arm-kernel@lists.infradead.org, Viresh Kumar , Lee Jones , Linus Walleij , Arnd Bergmann , kernel@pengutronix.de Subject: Re: [PATCH 0/7] pcmcia: Convert to platform remove callback returning void Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Fri, Dec 08, 2023 at 05:08:05PM +0100 schrieb Uwe Kleine-König: > 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? Both options are fine with me. In the latter case: Acked-by: Dominik Brodowski Best Dominik