浏览代码

net: phy: Add phy_ignore_ta_mask to account for broken turn-around

Some PHY devices/switches will not release the turn-around line as they
should do at the end of a MDIO transaction. To help with such
situations, allow MDIO bus drivers to be made aware of such
restrictions.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Florian Fainelli 10 年之前
父节点
当前提交
922f2dd1b6
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      include/linux/phy.h

+ 3 - 0
include/linux/phy.h

@@ -181,6 +181,9 @@ struct mii_bus {
 	/* PHY addresses to be ignored when probing */
 	/* PHY addresses to be ignored when probing */
 	u32 phy_mask;
 	u32 phy_mask;
 
 
+	/* PHY addresses to ignore the TA/read failure */
+	u32 phy_ignore_ta_mask;
+
 	/*
 	/*
 	 * Pointer to an array of interrupts, each PHY's
 	 * Pointer to an array of interrupts, each PHY's
 	 * interrupt at the index matching its address
 	 * interrupt at the index matching its address