public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v3 0/4] net: phy: Force master mode for RTL8211C on some boards
@ 2016-03-24  6:46 Michael Haas
  2016-03-24  6:46 ` [U-Boot] [PATCH v3 1/4] net: phy: Optionally force master mode for RTL PHY Michael Haas
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Michael Haas @ 2016-03-24  6:46 UTC (permalink / raw)
  To: u-boot


This patch is required to get reliable 1000BASE-T operation on some
boards using the RTL8211C(L) PHY.

Following discussions on v2 of this patch, I have removed the incorrect
check for the RTL8211C(L). Affected boards now have to define
CONFIG_RTL8211X_PHY_FORCE_MASTER to benefit from the fix.

Note that this patch requires Karsten Merkers '[PATCH] net: phy: Realtek
RTL8211B/C PHY ID fix' as well as Hans de Goede's recent u-boot-sunxi
pull request, specifically 1eae8f66ff749409eb96e2f3f3387c56232d0b8a and
fc8991c61c393ce6a9d3dfc97cb56dbbd9e8cbba.

Michael


Changes in v3:
 - Remove incorrect detection of RTL8211CL and use #ifdef instead
   (thanks to Karsten Merker)
 - Introduced constants for register bits

Changes in v2:
 - Removed accidental inclusion of Karsten's patch in my first submission of this series.
 - Fix a typo in the code: 6 -> &

Michael Haas (4):
  net: phy: Optionally force master mode for RTL PHY
  net: phy: Force master mode for A20-Olimex-SOM-EVB
  net: phy: Force master mode A20-OLinuXino-Lime2
  net: phy: Add RTL8211X_PHY_FORCE_MASTER to Kconfig

 configs/A20-OLinuXino-Lime2_defconfig |  1 +
 configs/A20-Olimex-SOM-EVB_defconfig  |  1 +
 drivers/net/Kconfig                   | 17 +++++++++++++++++
 drivers/net/phy/realtek.c             | 13 ++++++++++++-
 4 files changed, 31 insertions(+), 1 deletion(-)

-- 
2.7.2

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

end of thread, other threads:[~2016-03-26  5:38 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-24  6:46 [U-Boot] [PATCH v3 0/4] net: phy: Force master mode for RTL8211C on some boards Michael Haas
2016-03-24  6:46 ` [U-Boot] [PATCH v3 1/4] net: phy: Optionally force master mode for RTL PHY Michael Haas
2016-03-24  6:46 ` [U-Boot] [PATCH v3 2/4] net: phy: Force master mode for A20-Olimex-SOM-EVB Michael Haas
2016-03-25 21:11   ` Joe Hershberger
2016-03-24  6:46 ` [U-Boot] [PATCH v3 3/4] net: phy: Force master mode A20-OLinuXino-Lime2 Michael Haas
2016-03-25 21:12   ` Joe Hershberger
2016-03-25 23:46   ` Iain Paton
2016-03-26  5:38     ` Michael Haas
2016-03-24  6:46 ` [U-Boot] [PATCH v3 4/4] net: phy: Add RTL8211X_PHY_FORCE_MASTER to Kconfig Michael Haas
2016-03-24 10:58 ` [U-Boot] [PATCH v3 0/4] net: phy: Force master mode for RTL8211C on some boards Hans de Goede
2016-03-24 12:44 ` Chen-Yu Tsai

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