netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] net/phy: micrel: Comment MMD address of extended registers
@ 2015-06-05 17:57 Jaeden Amero
  2015-06-05 17:57 ` [PATCH 2/2] net/phy: micrel: Center FLP timing at 16ms Jaeden Amero
  0 siblings, 1 reply; 3+ messages in thread
From: Jaeden Amero @ 2015-06-05 17:57 UTC (permalink / raw)
  To: Florian Fainelli, netdev, linux-kernel; +Cc: Jaeden Amero

There are some defines for a few pad skew related extended registers.
Specify for which MMD Address (dev_addr) they are for.

Signed-off-by: Jaeden Amero <jaeden.amero@ni.com>
---
 drivers/net/phy/micrel.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c
index ebdc357..41a2e02 100644
--- a/drivers/net/phy/micrel.c
+++ b/drivers/net/phy/micrel.c
@@ -365,6 +365,7 @@ static int ksz9021_config_init(struct phy_device *phydev)
 #define KSZ9031_PS_TO_REG		60
 
 /* Extended registers */
+/* MMD Address 0x2 */
 #define MII_KSZ9031RN_CONTROL_PAD_SKEW	4
 #define MII_KSZ9031RN_RX_DATA_PAD_SKEW	5
 #define MII_KSZ9031RN_TX_DATA_PAD_SKEW	6
-- 
2.1.4

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

end of thread, other threads:[~2015-06-05 19:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-05 17:57 [PATCH 1/2] net/phy: micrel: Comment MMD address of extended registers Jaeden Amero
2015-06-05 17:57 ` [PATCH 2/2] net/phy: micrel: Center FLP timing at 16ms Jaeden Amero
2015-06-05 19:41   ` Jaeden Amero

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).