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 B1AFFC55182 for ; Tue, 4 Aug 2026 01:40:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To: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=Oic1r/RdJs0p25eYXITWGXQfTIlTGgREqOaY42+fH1s=; b=Ug2XoT6w2ed+uerRvtXQoK8IP7 sBjxxm8EKIsKyyYHcSftaaPulehuw843J4DQL70JvrOPdvVDI4dm3yXeftNj1yGqautVWCD3+3rfs eMxRAyVPG5iVnngAgKYOHPhVbRwp5dOTIHyDbEcvQQBWN6n5g2c05dIQT5vRzLeERoTQUNNXqzZ9M qvD8z7sMaHzHhKHdglnhFWLmFCaRWiQ3rTXJ/UJqhH8mBVj0NQ3NMzf1EwgnGVLVdgkYtPnClqZgv aagN2Mc1YAYr8Od7EgIfnPQ+BesfAQGZgYyS2+cOcJeo90ExDZy1HPTl+cGWYpfxHn4fRBEXW4V0i hCKjQC/w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wr49G-00000000nQu-30XV; Tue, 04 Aug 2026 01:40:54 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wr49E-00000000nQb-3jG3; Tue, 04 Aug 2026 01:40:53 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id B780760A59; Tue, 4 Aug 2026 01:40:51 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4C4031F00A3A; Tue, 4 Aug 2026 01:40:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785807651; bh=Oic1r/RdJs0p25eYXITWGXQfTIlTGgREqOaY42+fH1s=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=hG/L8wKAeNwmgVRj+GI45ZUdZMnvGSE3EOLe6ya7z5Ixxo3CHf2b8ZgXsa7BbUzcS 7co2spdP6CcXFrOSI/kBi6x+3iNMR1hljxbHS7VwJpUOsKi9R+rzt2SwGZC+pnCkiE TkZb2VVT+eiwwKTfVqAYiCz+azb6exQObopo8xQ2wbczVTw5K6X21DIhkItLnY4eon ZU//XShakHIQJcxxs7eMeGrS44Krc/Gu9Z1+RfB97+PsuFfncxfQYNMvx1u51LKQM5 GVC8QOB9u/XHGNiq73al5iynUFtPC6Uvb1DnCCIWTBt/NhN+pElxQPkY+8fc5gO05R lXcuyMPPp82Fw== Date: Mon, 3 Aug 2026 18:40:47 -0700 From: Jakub Kicinski To: Brian Masney Cc: Akari Tsuyukusa , Michael Turquette , Stephen Boyd , Matthias Brugger , AngeloGioacchino Del Regno , Yassine Oudjana , Richard Cochran , Laura Nao , "=?UTF-8?B?TsOtY29sYXM=?= F. R. A. Prado" , Chen-Yu Tsai , Bartosz Golaszewski , Danilo Krummrich , Bjorn Helgaas , "Uwe =?UTF-8?B?S2xlaW5lLUvDtm5pZw==?= (The Capable Hub)" , Nicolas Frattaroli , Takashi Sakamoto , Haotian Zhang , Kees Cook , Miles Chen , Daniel Golle , Sam Shih , "open list:COMMON CLK FRAMEWORK" , open list , "moderated list:ARM/Mediatek SoC support" , "moderated list:ARM/Mediatek SoC support" , "open list:PTP HARDWARE CLOCK SUPPORT:Keyword:(?:b|_)ptp(?:b|_)" , stable@vger.kernel.org Subject: Re: [PATCH 00/32] clk: mediatek: Migrate to common probe/remove helpers and fix memory leaks Message-ID: <20260803184047.4a8ec29a@kernel.org> In-Reply-To: References: <20260803141659.559129-1-akkun11.open@gmail.com> <20260803125034.49055f62@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org On Mon, 3 Aug 2026 16:28:07 -0400 Brian Masney wrote: > Hi Jakub, > > On Mon, Aug 03, 2026 at 12:50:34PM -0700, Jakub Kicinski wrote: > > On Mon, 3 Aug 2026 23:16:27 +0900 Akari Tsuyukusa wrote: > > > This series migrates most MediaTek clock drivers to the common > > > probe/remove helpers provided by the MTK clock framework. > > > > Why are you CCing netdev on this? None of it touches networking > > I saw that message from you about two different mediatek patch series > from different submitters. This series has 38 files, all under > drivers/clk/mediatek/. If I run get_maintainers.pl on each file path > individuall like this: > > $ cat filelist | awk '{print $1}' | \ > xargs -iblah echo ./scripts/get_maintainer.pl blah > > Then netdev list doesn't show up. > > However, if I look at it as a whole, then it shows up: > > $ b4 am 20260803141659.559129-1-akkun11.open@gmail.com > $ ./scripts/get_maintainer.pl \ > ./20260803_akkun11_open_clk_mediatek_migrate_to_common_probe_remove_helpers_and_fix_memory_leaks.mbx > > ... > netdev@vger.kernel.org (open list:PTP HARDWARE CLOCK SUPPORT:Keyword:(?:\b|_)ptp(?:\b|_)) > > I think it's matching on this entry in MAINTAINERS: > > PTP HARDWARE CLOCK SUPPORT > M: Richard Cochran > L: netdev@vger.kernel.org > S: Maintained > W: http://linuxptp.sourceforge.net/ > F: Documentation/ABI/testing/sysfs-ptp > F: Documentation/driver-api/ptp.rst > F: drivers/net/phy/dp83640* > F: drivers/ptp/* > F: include/linux/ptp_cl* > K: (?:\b|_)ptp(?:\b|_) > > I think it's the K: for the ptp that's matching. > > $ grep ptp 20260803_akkun11_open_clk_mediatek_migrate_to_common_probe_remove_helpers_and_fix_memory_leaks.mbx > -static const struct mtk_pll_data ptp_plls[] = { > - PLL(CLK_PTPPLL, "ptppll", PTPPLL_CON0, PTPPLL_CON0, 0, 0, PLL_AO, > +static const struct mtk_clk_desc ptp_plls = { > + PLL(CLK_PTPPLL, "ptppll", PTPPLL_CON0, PTPPLL_CON0, 0, 0, PLL_AO, > I see, thanks for digging thru this! Patchwork matching rules must be missing the PTP side because none of the patches end up assigned to netdev. No big deal but going forward I think you can drop this extra CC.