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 11590CCD1AB for ; Thu, 23 Oct 2025 01:26:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id: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=EnyrQXZtIeFsDvZgQJLN0xnJM4VQyMXnT3xduFm79yk=; b=yLNl0qZ60KRcXz MvNRUTEHDIKK80qAb7D8Vfq34LJzvS2VJYENMztOF9d8m3ESKjLL4O0YN9Xfpbj3KGUbvahFbBkIc McTl4g0RFq4lQzorzhClTU/fpvVIGpHTtGdlysSWKo4eX1oXg17f/v1TfwcdNLT8sBfB/8FIXQxXg gYMYPFEVcHPkAKKM1HC9ijbls0bymyj3gE7A9nkJX1rMWG2bzt4OyfDTOFhwrfgYL+ZCyaTlQTXht kQlykmi/5z7COtCQJKMRZpq33huQZe6pDY9W1DDPYUK86kSCKV5KeTlYQP06rjH94Why0ky63naMr zH/wcRll9/X24cLWr33A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1vBk69-00000004kwC-3Q1J; Thu, 23 Oct 2025 01:26:37 +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 1vBk68-00000004kvX-0Fsn; Thu, 23 Oct 2025 01:26:36 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 7C4316052D; Thu, 23 Oct 2025 01:26:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8DF45C4CEE7; Thu, 23 Oct 2025 01:26:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1761182795; bh=tWLpPoCH5+m0T9D8bTmmZrdgyYAjQrhj1vJe92xH2V4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kPHi4rNsjNNgojJZjnHJvM3QdbWDXlEWQIABex9ix1ehpdbfQoaV1JqeGOKz7gQYg qzqewwiU8PN6M2/zcosndWhepuJ0vFVm1bk9yiJYNhYANfnKhbLNoUK5WY57YI8kgO zu/hkaKnx/m7BBWFlwWtq3VQoh4wObPDFJ2rNsdhHX0Nkf4Ou3Ajzt7qQF4HMJdOd3 EjrMtpd5+cl6JA6a0pH73A9C3kHafjDr2574dhtDaXb+9oVUfX8pB/kaR1bFnwHgxE W6Y6H81pEqBJWJ7QyTvgAiWu35e9Nngojr0aLXiO7lcGZkpN5exjfEBONZ4NkCwP2M rHVqc247ZGMMQ== Date: Wed, 22 Oct 2025 18:26:33 -0700 From: Jakub Kicinski To: Heiko Stuebner Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, pabeni@redhat.com, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Jonas Karlman Subject: Re: [PATCH 0/4] DWMAC support for Rockchip RK3506 Message-ID: <20251022182633.77f2cbce@kernel.org> In-Reply-To: <20251021224357.195015-1-heiko@sntech.de> References: <20251021224357.195015-1-heiko@sntech.de> MIME-Version: 1.0 X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Wed, 22 Oct 2025 00:43:53 +0200 Heiko Stuebner wrote: > Some cleanups to the DT binding for Rockchip variants of the dwmac > and adding the RK3506 support on top. > > As well as the driver-glue needed for setting up the correct RMII > speed seitings. Looks like its not your first contribution, feel free to add yourself as the maintainer for stmmac/dwmac-rk.c (anyone else who wants to be listed please raise a hand, Jonas?) _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip