lkml.org 
[lkml]   [2020]   [Apr]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[RFC,net-next,v2, 0/1] Enable SERDES power up/down
Date
Changes from v1:
1.Only the configuration of the SERDES logic is kept, other SW acrh has
changed.
2.Removed the proposed new files intel_serdes.c and intel_serdes.h and
moved the SERDES configuration logic to dwmac-intel.c and dwmac_intel.h.
3.Added 2 BSP callbacks ->serdes_powerup() and ->serdes_powerup().
4.The suggested 2 new BSP callbacks is called in stmmac_dvr_probe() and
stmmac_dvr_remove().

This platform specific SERDES configuration not able separate 100% cleanly
from the main dwmac logic because mdio communication is needed for
configuring the SERDES power-up sequence. As for SERDES power-down
sequence, it must be configured after all dma stop and before unregister
the mdio bus.
This implementation should have the least changes on the
main dwmac logic but still serve the purpose for providing BSP callback
for any platform that needs to configure SERDES.

Voon Weifeng (1):
net: stmmac: Enable SERDES power up/down sequence

.../net/ethernet/stmicro/stmmac/dwmac-intel.c | 171 ++++++++++++++++++
.../net/ethernet/stmicro/stmmac/stmmac_main.c | 10 +
include/linux/stmmac.h | 3 +
3 files changed, 184 insertions(+)

--
2.17.1

\
 
 \ /
  Last update: 2020-04-09 17:49    [W:0.049 / U:0.676 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site