From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.white.stw.pengutronix.de (mx1.white.stw.pengutronix.de [185.203.200.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C1E543B8135; Thu, 3 Sep 2026 09:22:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.203.200.13 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788427338; cv=none; b=RJhKCA/OwzKTs6vAwZb3kJqnPFpxjG3rlhPOrihoDUsm9sn5pTHdyUbd/g9xmkZX3NlkfeJCKyyBWKKWjGTIgM5u5BbHUYVGe86dG6WV6kcfewsGkSdy47pNMX2ZWdvNLxADqLe4wA7ZThnxi+jgQhYaj/9jcvOX2fXMX82pwrU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788427338; c=relaxed/simple; bh=2cF4H7IV7w1LCs4/K6ocvDz5uut0xdxwn+luT5NdZag=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=qqdJO63hPanaNVZqJwNmo01cHq6R/9ygvtYfgE9a+Y4oMALxY1o6ZoqYgdoyq/dXUAqiRl3l5SfAU3mwx9vPeClcd152o4dGGc3Bxb9rpN3riyGFHiOLVCZz3iXja80F9OJM+7aZE7RTaD2X7/Vu57vJwJgX2JmSuDpzW0hcrmU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de; spf=pass smtp.mailfrom=pengutronix.de; arc=none smtp.client-ip=185.203.200.13 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=pengutronix.de Received: from drehscheibe.grey.stw.pengutronix.de (drehscheibe.grey.stw.pengutronix.de [IPv6:2a0a:edc0:0:c01:1d::a2]) (Authenticated sender: relay-from-drehscheibe.grey.stw.pengutronix.de) by mx1.white.stw.pengutronix.de (Postfix) with ESMTPSA id B4BD420585E; Thu, 03 Sep 2026 11:22:12 +0200 (CEST) Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac] helo=dude04) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1x23e8-004jIe-24; Thu, 03 Sep 2026 11:22:12 +0200 Received: from ore by dude04 with local (Exim 4.98.2) (envelope-from ) id 1x23e8-0000000CGAa-2LOj; Thu, 03 Sep 2026 11:22:12 +0200 From: Oleksij Rempel To: Linus Walleij , Luiz Angelo Daros de Luca , Andrew Lunn , Vladimir Oltean , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Oleksij Rempel , kernel@pengutronix.de, linux-kernel@vger.kernel.org, Ahmad Fatoum , =?UTF-8?q?Alvin=20=C5=A0ipraga?= , netdev@vger.kernel.org Subject: [PATCH net-next v2 0/2] net: dsa: realtek: EEE support for RTL8365MB-VC Date: Thu, 3 Sep 2026 11:22:09 +0200 Message-ID: <20260903092211.2922058-1-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.47.3 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit On these switches EEE is enabled by default, but so far it is neither visible nor controllable from user space. This series wires EEE up to phylib/phylink on the RTL8365MB-VC integrated-PHY ports so it can be observed and controlled per port via ethtool Oleksij Rempel (2): net: phy: realtek: use C45 for RTL8365MB-VC internal PHY MMD access net: dsa: realtek: rtl8365mb: add EEE support drivers/net/dsa/realtek/realtek.h | 4 + drivers/net/dsa/realtek/rtl8365mb_main.c | 123 +++++++++++++++++++++++ drivers/net/dsa/realtek/rtl83xx.c | 20 ++++ drivers/net/phy/realtek/realtek_main.c | 2 + 4 files changed, 149 insertions(+) -- 2.47.3