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 B96E9C433FE for ; Fri, 11 Feb 2022 07:08:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347575AbiBKHIM (ORCPT ); Fri, 11 Feb 2022 02:08:12 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:56852 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245460AbiBKHIM (ORCPT ); Fri, 11 Feb 2022 02:08:12 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 74BF3CEF; Thu, 10 Feb 2022 23:08:11 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 2E896B827DE; Fri, 11 Feb 2022 07:08:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 25784C340E9; Fri, 11 Feb 2022 07:08:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644563288; bh=bNbucoU4hGhTLdhp/tSDciDNIXbgrdpLrXZPPdv1RXQ=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=BAQVHmydGY+fQk7uPEzxU3BxASE8nYb458eyGnJm3hkpchxrPYJPZrpqHfd0tVIO0 slDuz3Nh4bipEjlwZR70IGX8Jao04OKIMmNdtDoG1DwK+SRr4V899bmHY2obn5g+7w QkMN3FFN26FXW+fxgbmA73/zrnEkur2tr8pySXoKBffc9Cj+tfubfg9pOHno2laCwQ 9mTdMxu+fIS6ZsD9CrtNYhshRWB+fEn1kwb6AwNO9vEHqikeb4US2OxmqGMVCsjo3T 4xOsZCC1tEF3+k38Js65b9KOxmwaDbVI//y4p73oQyI0RrB8bS5A397Dl/ml+TosnX Ufx0dorEjWvfQ== From: Kalle Valo To: =?utf-8?B?SsOpcsO0bWU=?= Pouiller Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Greg Kroah-Hartman , "David S . Miller" , devicetree@vger.kernel.org, Rob Herring , linux-mmc@vger.kernel.org, Pali =?utf-8?Q?Roh?= =?utf-8?Q?=C3=A1r?= , Ulf Hansson Subject: Re: [PATCH v9 05/24] wfx: add main.c/main.h In-Reply-To: <2534738.AP0T11PbZZ@pc-42> (=?utf-8?B?IkrDqXLDtG1l?= Pouiller"'s message of "Thu, 10 Feb 2022 17:37:51 +0100") References: <20220111171424.862764-1-Jerome.Pouiller@silabs.com> <39159625.OdyKsPGY69@pc-42> <87a6ey3d0e.fsf@kernel.org> <2534738.AP0T11PbZZ@pc-42> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Date: Fri, 11 Feb 2022 09:08:01 +0200 Message-ID: <874k553mpa.fsf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org J=C3=A9r=C3=B4me Pouiller writes: >> > There is also the patch 01/24 about the SDIO IDs. >> > >> > I think the v10 could contain only 3 patches: >> > >> > 1. mmc: sdio: add SDIO IDs for Silabs WF200 chip >> > 2. dt-bindings: introduce silabs,wfx.yaml >> > 3. [all the patches 3 to 24 squashed] >> > >> > Would it be right for you? >>=20 >> TBH I don't see the point of patch 3 at this moment, we have had so many >> iterations with the full driver already. If people want to look at the >> driver, they can check it from the staging tree. So in the next round I >> recommend submitting only patches 1 and 2 and focus on getting all the >> pending patches to staging tree. > > Ok. > >> And the chances are that a big patch like that would be filtered by the >> mailing lists anyway. > > I believe that with -M, the patch would be very small. Ah, you mean patch 3 would be about moving wfx from drivers/staging to drivers/net/wireless? Yeah, with -M that would be a good idea. --=20 https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatc= hes