All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/3] Fixes applied to VCS8514
@ 2021-02-16 15:29 Bjarni Jonasson
  2021-02-16 15:29 ` [PATCH net-next v3 1/3] net: phy: mscc: adding LCPLL reset to VSC8514 Bjarni Jonasson
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Bjarni Jonasson @ 2021-02-16 15:29 UTC (permalink / raw)
  To: Andrew Lunn, Heiner Kallweit, Russell King, David S. Miller,
	Jakub Kicinski, Antoine Tenart, Florian Fainelli,
	Vladimir Oltean, Ioana Ciornei
  Cc: Bjarni Jonasson, netdev, linux-kernel, UNGLinuxDriver

3 different fixes applied to VSC8514:
LCPLL reset, serdes calibration and coma mode disabled.
Especially the serdes calibration is large and is now placed
in a new file 'mscc_serdes.c' which can act as
a placeholder for future serdes configuration.

v1 -> v2:
  Preserved reversed christmas tree
  Removed forward definitions
  Fixed build issues
  Changed net to net-next

v2 -> v3:
  Added cover letter.
  Removed ena_clk_bypass from function call
  Created mscc_serdes.c and .h for serdes configuration
  Modified coma register config.

Bjarni Jonasson (3):
  net: phy: mscc: adding LCPLL reset to VSC8514
  net: phy: mscc: improved serdes calibration applied to VSC8514
  net: phy: mscc: coma mode disabled for VSC8514

 drivers/net/phy/mscc/Makefile      |   1 +
 drivers/net/phy/mscc/mscc.h        |  28 ++
 drivers/net/phy/mscc/mscc_main.c   | 608 ++++++++++++++++-----------
 drivers/net/phy/mscc/mscc_serdes.c | 650 +++++++++++++++++++++++++++++
 drivers/net/phy/mscc/mscc_serdes.h |  31 ++
 5 files changed, 1063 insertions(+), 255 deletions(-)
 create mode 100644 drivers/net/phy/mscc/mscc_serdes.c
 create mode 100644 drivers/net/phy/mscc/mscc_serdes.h

-- 
2.17.1


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

end of thread, other threads:[~2021-02-16 22:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-16 15:29 [PATCH net-next v3 0/3] Fixes applied to VCS8514 Bjarni Jonasson
2021-02-16 15:29 ` [PATCH net-next v3 1/3] net: phy: mscc: adding LCPLL reset to VSC8514 Bjarni Jonasson
2021-02-16 15:29 ` [PATCH net-next v3 2/3] net: phy: mscc: improved serdes calibration applied " Bjarni Jonasson
2021-02-16 15:29 ` [PATCH net-next v3 3/3] net: phy: mscc: coma mode disabled for VSC8514 Bjarni Jonasson
2021-02-16 22:10 ` [PATCH net-next v3 0/3] Fixes applied to VCS8514 patchwork-bot+netdevbpf

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.