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 802E6D73EB5 for ; Fri, 30 Jan 2026 02:51:18 +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:Cc:To:In-Reply-To:References :Date:Message-Id:From:Subject:Content-Transfer-Encoding:MIME-Version: Content-Type:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=2cKwIrQ6huOoRiB6aM68A6Ml8kh/XX5YRKSMJmyRtvQ=; b=Hv9VDAaSvvgdI75QWTRCf5KbfG Np1WDr9mnhN+ZpG4at6uze2RVMMo8LJU+KpObfGM/lpRcKpzSWRxN9GWUVt1mDfEmAbsrdW67o2i3 jUq3Aie69tZ6C9Y0RKSqcALMcphWnxO/9+DtQNBldhOfiLett7dl5uQyboosbMqwGQYBM3JiC/cbo 1daXLTj/1vD/rHDu+WgPHsdC3Zd9m4sJTmhXluxfeizWlFY8X3SmWmhpCACaO9VFDkdIPDk/vBU7j ITWf6NQgwYqfcJya397F5exKBk2M9CNk7kjwpMhf3936BazG6/85l3CuSO4b2rPkn2ZQq9vpfpnu7 yPjn/irw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vlebJ-00000000uo0-3UP9; Fri, 30 Jan 2026 02:51:13 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1vlebD-00000000uit-304c; Fri, 30 Jan 2026 02:51:07 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 2331B60129; Fri, 30 Jan 2026 02:50:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D00D5C4CEF7; Fri, 30 Jan 2026 02:50:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769741436; bh=4mP/h3GbYCa8J/6dvAXmJ6ho0qAayCfhutvBl6V6NfY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=h6hO5yg6lf5vPq1Wlfxr6sBAyZcIHnKybPLZHh/9EhZCclmPxY9p0JbrJJkxQMPmx w0EZLHXoF2MF4Qxp6cIEURHhWBbv3G4CU3R3RZNia7Zuci1kLxPrbCuIXJZlwBlPKp NmZ1P3g9uJ+ynn0ScQqAPtlcJrgsPm5TgdKlBAWtD6VbqNqwnc51utlQ3qgj1OUtFt RZdkKLH9GjWdfg6kMNUWLr1wuQARPoHTAejBCTciyyIfYq/gtMYEPNye9EXazRVFus B+GfbJF3EWcG0l4ILS+LQfQ3QCKBzk32eDVNXjUqKGGPPYfL0QBHZT2uWP47Hixy5p IZ+oZsj2HUEtg== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id C8D16380CEE0; Fri, 30 Jan 2026 02:50:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 0/3] net: stmmac: rk: second chunk of cleanups From: patchwork-bot+netdevbpf@kernel.org Message-Id: <176974142934.3149010.15875331264465182185.git-patchwork-notify@kernel.org> Date: Fri, 30 Jan 2026 02:50:29 +0000 References: In-Reply-To: To: Russell King (Oracle) Cc: andrew@lunn.ch, alexandre.torgue@foss.st.com, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, heiko@sntech.de, kuba@kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, netdev@vger.kernel.org, pabeni@redhat.com, p.zabel@pengutronix.de X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski : On Wed, 28 Jan 2026 10:58:20 +0000 you wrote: > Hi, > > This series is a cut-down installment of the dwmac-rk cleanups, covering > up to the point that the AI review had its first issue with the patches. > Unfortunately, this means that we introduce ->init but do not add any > users for it yet. That will be in the next round once this has got > through AI review and merged. > > [...] Here is the summary with links: - [net-next,1/3] net: stmmac: rk: fix missing reset_control_put() https://git.kernel.org/netdev/net-next/c/1c249fc1e19e - [net-next,2/3] net: stmmac: rk: add GMAC_CLK_xx constants, simplify RGMII definitions https://git.kernel.org/netdev/net-next/c/f7aaa6fb1193 - [net-next,3/3] net: stmmac: rk: add SoC specific ->init() method https://git.kernel.org/netdev/net-next/c/1639ba67bfb5 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html