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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B0CD7C433E6 for ; Tue, 9 Feb 2021 14:12:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A8E464E2F for ; Tue, 9 Feb 2021 14:12:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231355AbhBIOMj (ORCPT ); Tue, 9 Feb 2021 09:12:39 -0500 Received: from vps0.lunn.ch ([185.16.172.187]:57768 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230154AbhBIOMg (ORCPT ); Tue, 9 Feb 2021 09:12:36 -0500 Received: from andrew by vps0.lunn.ch with local (Exim 4.94) (envelope-from ) id 1l9Tjx-0057rG-Nl; Tue, 09 Feb 2021 15:11:41 +0100 Date: Tue, 9 Feb 2021 15:11:41 +0100 From: Andrew Lunn To: Serge Semin Cc: Serge Semin , Rob Herring , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , "David S. Miller" , Jakub Kicinski , Alexey Malahov , Pavel Parkhomenko , Vyacheslav Mitrofanov , Maxime Coquelin , netdev@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/16] net: stmmac: Add DW MAC GPIOs and Baikal-T1 GMAC support Message-ID: References: <20210208140820.10410-1-Sergey.Semin@baikalelectronics.ru> <20210209111609.tjxoqr6stkcf22jy@mobilestation> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210209111609.tjxoqr6stkcf22jy@mobilestation> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org > Regarding splitting the series up. I don't see a problem in just > sending the cover-letter patch and actual GPIO-related patches to > the GPIO-maintainers with no need to have them added to Cc in the rest > of the series. The Linux community has to handle a large number of patches. I don't particularly want patches which are of no relevance to me landing in my mailbox. It might take 4 or 5 rounds for the preparation patches to be accepted. That is 4 or 5 times you are spamming the GPIO maintainers with stuff which is not relevant to them. One of the unfortunately things about the kernel process is, there are a lot of developers, and not many maintainers. So the processes need to make the life of maintainers easier, and not spamming them helps. Andrew