Netdev List
 help / color / mirror / Atom feed
* [net-next v4 0/3] Add motorcomm 8531s set ds func and 8522 driver
@ 2026-05-20 10:13 Minda Chen
  2026-05-20 10:13 ` [net-next v4 1/3] net: phy: motorcomm: move mdio lock out from yt8531_set_ds() Minda Chen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Minda Chen @ 2026-05-20 10:13 UTC (permalink / raw)
  To: Frank, Andrew Lunn, Heiner Kallweit, Russell King,
	David S . Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	netdev
  Cc: linux-kernel, Minda Chen

This patch is for Starfive JHB100 EVB board. JHB100  contain
1 RGMII/RMII and 1 RMII synopsys GMAC cores. In the EVB board, RGMII
interface connect with YT8531s Ethernet PHY. RMII interface connect
with YT8522 ethernet PHY. So patch 1-2 is for RGMII interface
patch 3 is RMII is for RMII interface.

JHB100 is a Starfive new RISC-V SoC for datacenter BMC (BaseBoard
Managent Controller). Similar with Aspeed 27x0.

The JHB100 minimal system upstream is in progress:
https://patchwork.kernel.org/project/linux-riscv/cover/20260508053632.818548-1-changhuang.liang@starfivetech.com/

The patch base net-next (base commit list below)

previous commit
v1: https://patchwork.kernel.org/project/netdevbpf/cover/20260415092654.64907-1-minda.chen@starfivetech.com/
v2:https://patchwork.kernel.org/project/netdevbpf/cover/20260422083255.29692-1-minda.chen@starfivetech.com/
v3:
https://patchwork.kernel.org/project/netdevbpf/cover/20260508094522.3952-1-minda.chen@starfivetech.com/

The change list:
v4:
1. Add review tag
2. patch 2 check interface first and Add the reason of checking
PHY ID in commit message.
v3:
1. change some commit message.
v2:
1. patch1 move mdio lock out from  yt8531_set_ds().
2. patch2 changed to phy_interface_is_rgmii().

Minda Chen (3):
  net: phy: motorcomm: move mdio lock out from yt8531_set_ds()
  net: motorcomm: phy: set drive strength in YT8531s RGMII
  net: phy: motorcomm: Add YT8522 100M RMII PHY support

 drivers/net/phy/motorcomm.c | 77 ++++++++++++++++++++++++++++++++-----
 1 file changed, 67 insertions(+), 10 deletions(-)


base-commit: bf53bf33206137c2337bd8aacf0ef4c348b97a36
-- 
2.17.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-05-20 15:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-20 10:13 [net-next v4 0/3] Add motorcomm 8531s set ds func and 8522 driver Minda Chen
2026-05-20 10:13 ` [net-next v4 1/3] net: phy: motorcomm: move mdio lock out from yt8531_set_ds() Minda Chen
2026-05-20 15:12   ` Andrew Lunn
2026-05-20 10:13 ` [net-next v4 2/3] net: motorcomm: phy: set drive strength in YT8531s RGMII Minda Chen
2026-05-20 15:17   ` Andrew Lunn
2026-05-20 10:13 ` [net-next v4 3/3] net: phy: motorcomm: Add YT8522 100M RMII PHY support Minda Chen
2026-05-20 15:17   ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox