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 41FF8C88E56 for ; Sat, 12 Sep 2026 20:14:49 +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=nWvxYt1Zpuhy2p+WuHVZMwCFmD0whxGSjp6Mk0AGWAc=; b=lLxqFmJz6rJT1t Uo2y25DjL0dYJ9tYRdbixFDcA9PuTN9hhrUUwidlvnnOqDOlzwiFkMAL9k2i5/aKf1xtKkMLH9Ojc y+z3TIjEeYX6XCrCXxSL2UoWm2JMJg+kg2ikwf9PfsHB5fkyPBcAA/ytY+Pu4etzAcUPRcgSJKQVZ P4B/qC2mU7hLZqKwKrHQrmdt387VVd4gmfODLWVajbpOI4FI4VhJ9o7GuF8LiSCNkZxZ66kU/bwdg 7XuimkMSW1PjdFkU/3th7vgFIdroWgTAmE16tvdkizVRbOaTifTCgFB2c5uT0Ne/tY20pqH3jKi+g W49dE1oGmrW01j2w/1kA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1x5U7c-000000019T6-3oh3; Sat, 12 Sep 2026 20:14:48 +0000 Received: from sea.source.kernel.org ([2600:3c0a:e001:78e:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1x5U7D-0000000199M-0dQk; Sat, 12 Sep 2026 20:14:23 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id E1AD643A8E; Sat, 12 Sep 2026 20:14:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 051D81F000FF; Sat, 12 Sep 2026 20:14:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1789244062; bh=4oIqfV5KvbDI3IxsRZQ0qEeErlbPv5b2bokyql58ZQM=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=MrX7l1OAJDEXaSi+yO3atB0AhnXcGQZB91SZ1OMJlf9nuUPg0LaizMDHxmtO9ESd1 ENnnjy7v09zGy+l1UrIkWhHbi5bZ4sdPXZKrrIJ6deBKpx9XdQ75M3gXqVvoLMUu7Y oJHdkbKGBRtEvT/4WlHwPu+7b/xrjZ0xVW+nNrOk8Ug6jGehXVbmFf7iTq+vuDObOW ufeiU7Tkiw+awST3BRX1jJz59feM+4DiHNTNw4Un7z7Bxq2gG4JVi4AxlLyVxHpK6s HfcwklUKFmx/TVXU/FrKO086thP5Z5n2TmiO4ar8U77taiN7osBwfidpi8vOy97iTW +8084FdwzkMOQ== Date: Sat, 12 Sep 2026 13:14:21 -0700 From: Jakub Kicinski To: Coia Prant Cc: Andrew Lunn , "David S . Miller" , Eric Dumazet , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , Vinod Koul , Maxime Chevallier , Maxime Coquelin , Alexandre Torgue , Lad Prabhakar , Romain Gantois , Heiner Kallweit , Neil Armstrong , Russell King , Shawn Lin , David Heidelberg , netdev@vger.kernel.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH net-next v4 00/10] net: pcs: add basic support for RK3568 XPCS Message-ID: <20260912131421.2960a12d@kernel.org> In-Reply-To: <20260907153713.2572547-2-coiaprant@gmail.com> References: <20260907153713.2572547-2-coiaprant@gmail.com> MIME-Version: 1.0 X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Mon, 7 Sep 2026 23:37:03 +0800 Coia Prant wrote: > This series adds proper SGMII support for the Rockchip RK3568 SoC > using the integrated Synopsys DesignWare XPCS, along with necessary > fixes and refactoring in the stmmac core and XPCS driver. Sending the AI review FYI, please look thru it and judge if any of the comments are worth respinning for. We're waiting for a review on the device tree bindings, anyway. -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy