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 4F93DCCA47B for ; Mon, 11 Jul 2022 18:21:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229730AbiGKSVd (ORCPT ); Mon, 11 Jul 2022 14:21:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45966 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229635AbiGKSVb (ORCPT ); Mon, 11 Jul 2022 14:21:31 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1EB7032468; Mon, 11 Jul 2022 11:21:30 -0700 (PDT) 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 sin.source.kernel.org (Postfix) with ESMTPS id 6C277CE140D; Mon, 11 Jul 2022 18:21:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A4FACC34115; Mon, 11 Jul 2022 18:21:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1657563686; bh=Hvuab+BJPtTL2KeqX1EXN+dkDwg1hOiOXl5zkH6UkmU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jiDa2k7Tgjdcq8hRiumQkx460Nf7JmnyEKOsszWE9X+DXPHzqBqF2+6kbzTcgZfRR SmhDjH4oeCUgBXKQHfoto3Gw7l6LIVcZJYUP00RfEs81PgiXnwZZawi0YumsgWrHld a0LjZfw5aVzzR32Mi76Nt7PT/VXrQwEnD3L4WjhW70GmD2bJ8nXliTXCoApsdePjk/ nR7fhH7cUh9cVo53mbW2hvM3Wp+wauA3uGe6/aGAUldUuLzYkkddOp2lU8s0nc1b/+ nUxL4oGuGqRDKijs3EJjIFpeguce4Nnss1OXnm+mm5UmfW9LP5zGVsoE9odafGHEHM xabKF+o4xXcYA== Date: Mon, 11 Jul 2022 11:21:16 -0700 From: Jakub Kicinski To: Lee Jones Cc: Vladimir Oltean , Linus Walleij , Andy Shevchenko , Colin Foster , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, Rob Herring , Krzysztof Kozlowski , Andrew Lunn , Heiner Kallweit , Russell King , "David S. Miller" , Eric Dumazet , Paolo Abeni , Lars Povlsen , Steen Hegelund , UNGLinuxDriver@microchip.com, Wolfram Sang , Terry Bowman , katie.morris@in-advantage.com Subject: Re: [PATCH v13 net-next 0/9] add support for VSC7512 control over SPI Message-ID: <20220711112116.2f931390@kernel.org> In-Reply-To: References: <20220705204743.3224692-1-colin.foster@in-advantage.com> <20220708200918.131c0950@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, 11 Jul 2022 08:51:35 +0100 Lee Jones wrote: > > Can this go into net-next if there are no more complains over the > > weekend? Anyone still planning to review? > > As the subsystem with the fewest changes, I'm not sure why it would. Yeah, just going by the tag in the subject. I have no preference, looks like it applies cleanly to Linus'. > I'd planed to route this in via MFD and send out a pull-request for > other sub-system maintainers to pull from. > > If you would like to co-ordinate it instead, you'd be welcome to. > However, I (and probably Linus) would need a succinct immutable branch > to pull from. Oh, that'd be perfect, sorry, I didn't realize there was already a plan. If you're willing to carry on as intended, please do. Colin if there is another version please make a note of the above merging plan in the cover letter and drop the net-next tag. Just in case my goldfish brain forgets.