All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] board: visionfive2: add pad drive strength config
@ 2024-01-28 19:22 Lukasz Tekieli
  2024-01-28 19:22 ` [PATCH 1/2] net: phy: motorcomm: configure pad drive strength register Lukasz Tekieli
  2024-01-28 19:22 ` [PATCH 2/2] board: visionfive2: configure PHY pad drive strength Lukasz Tekieli
  0 siblings, 2 replies; 5+ messages in thread
From: Lukasz Tekieli @ 2024-01-28 19:22 UTC (permalink / raw)
  To: yanhong.wang, trini, joe.hershberger, rfried.dev
  Cc: ycliang, sjg, chanho61.park, frattaroli.nicolas, u-boot,
	Lukasz Tekieli

gmac0 does not work correctly with the default settings of the pad
drive strength. 100Mbit link does not work at all. This series fixes
the issue by porting the pad drive strength register configuration
from the Linux driver from commit
67a8976780858461b3c2d0dc501d207452543c53.

Lukasz Tekieli (2):
  net: phy: motorcomm: configure pad drive strength register
  board: visionfive2: configure PHY pad drive strength

 board/starfive/visionfive2/spl.c |   8 ++
 drivers/net/phy/motorcomm.c      | 130 +++++++++++++++++++++++++++++++
 2 files changed, 138 insertions(+)

--
2.39.2


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

end of thread, other threads:[~2024-01-31  8:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-28 19:22 [PATCH 0/2] board: visionfive2: add pad drive strength config Lukasz Tekieli
2024-01-28 19:22 ` [PATCH 1/2] net: phy: motorcomm: configure pad drive strength register Lukasz Tekieli
2024-01-31  8:39   ` Leo Liang
2024-01-28 19:22 ` [PATCH 2/2] board: visionfive2: configure PHY pad drive strength Lukasz Tekieli
2024-01-31  8:46   ` Leo Liang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.