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 F2FBDC624DB for ; Sat, 5 Sep 2026 20:00:08 +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=zEn/NbhtxNQyGOSc/Tz7LDhsbkqBdlv8vOUjIHfM9QQ=; b=dG3IwTneg0vOJK OFjN+LB084wQNhc12aku5xjoDVv9BKgIocKgUXaBeGmD/LCTljSPsbLmS5Y+4aCZmmkhRf9kF80Dy zq5VahfmnXkl687CYF6uLnxJRke60hYeBDrAoDopfEz+jg5OhjWcLwSnPbxioN+Uaw0tzvejqbdaY SA3vuH3gZvFr6Bf/3eKJLRdcyJZnU3eCb34oqjvSj9RGs0zHrKzWbEFUs29yp6NORJe9mcJq9h+7V 57Zinq97Qxx+61njkx+om9klnZ/VohNe3WApkeSAM+NT5lQgVCwYl6sUhjBiX9DdaOoBQWomm/KeZ MOalEzrFKk/NL3JajwaQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1x2wYZ-00000004O2O-3kFS; Sat, 05 Sep 2026 20:00:07 +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 1x2wYY-00000004O28-2FxX; Sat, 05 Sep 2026 20:00:07 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id C18B243DEA; Sat, 5 Sep 2026 20:00:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2DFD61F00A3A; Sat, 5 Sep 2026 20:00:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1788638405; bh=63CDWArl34nC/nIG+OV+7OAhAy4+5URidIuMjWHPM2I=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=n6DQlpP46uM0WxUOQATB/man5UR6KwjpOp6XNghhqGYHbx4zJr+q9LGIpqpWALlP3 i8V/Gk90Hhf02ZjZ4n3+wcTLTI2TiceCY37ACOswayiuO6WYr9LoXkWZmVJ0rtqIis O3g59j0xNI3Vl8qKUo9OgWnfhUHs0WMyvefa3IPXQX9QyQsy3nmb4YfU8WRaE3AuGp 26GV9TxyuWq9OnaFfdM+CnNwWpCeTZ2vRM6aBo57o0/afQRaeZ7OuMDOsWZiiuhsP3 OiFxfpMM+bvPjEC5CxAM4mqVdg2t9uH8nbyDuKD8Ka2e0tW4/noxA/X6WgU8mkIlvB uwU5+9nGsySaw== Date: Sat, 5 Sep 2026 13:00:02 -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 v3 00/10] net: pcs: add basic support for RK3568 XPCS Message-ID: <20260905130002.554a167a@kernel.org> In-Reply-To: <20260901150111.141037-1-coiaprant@gmail.com> References: <20260901150111.141037-1-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 Tue, 1 Sep 2026 23:01:00 +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. Not sure if this was already reported but FTR this series breaks allmodconfig build -- pw-bot: cr -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy