lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 12 May 2015 10:33:23 -0700
From:	Florian Fainelli <f.fainelli@...il.com>
To:	netdev@...r.kernel.org
Cc:	davem@...emloft.net, jogo@...nwrt.org, bert@...t.com,
	Florian Fainelli <f.fainelli@...il.com>
Subject: [PATCH net-next 0/3] net: phy: broken turn-around support

Hi all,

This is an attempt at solving the broken turn-around problem in a way that
is not specific to the mdio-gpio driver, since it affects different kinds of
platforms.

We cannot make that localized to PHY device drivers because probing the PHY
device which has a broken turn-around can fail as early as in get_phy_id(),
therefore we need a bit of help from Device Tree/platform_data.

Florian Fainelli (3):
  net: phy: Add phy_ignore_ta_mask to account for broken turn-around
  of: mdio: Add a "broken-turn-around" property
  net: phy: mdio-gpio: Handle phy_ignore_ta_mask

 Documentation/devicetree/bindings/net/phy.txt | 3 +++
 drivers/net/phy/mdio-bitbang.c                | 7 +++++--
 drivers/of/of_mdio.c                          | 3 +++
 include/linux/phy.h                           | 3 +++
 4 files changed, 14 insertions(+), 2 deletions(-)

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ