From: Florian Fainelli Date: Tue, 12 May 2015 17:33:25 +0000 (-0700) Subject: of: mdio: Add a "broken-turn-around" property X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~291^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab6016e0c134c3a564e6750f5b246ba17ada4686;p=pandora-kernel.git of: mdio: Add a "broken-turn-around" property Some Ethernet PHY devices/switches may not properly release the MDIO bus during turn-around time, and fail to drive it low, which can be seen by some controllers as a read failure, while the data clocked in is still correct. Add a boolean property "broken-turn-around" which is parsed by the generic MDIO bus probing code and will set the corresponding bit in the MDIO bus phy_ignore_ta_mask bitmask for MDIO bus drivers to utilize that information. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed