Hello!
On 6/13/2017 2:43 AM, Florian Fainelli wrote:
Subject should be: net: phy: Handle only single PHY reset GPIO to be
consistent with prior submissions,
With what exactly previous submissions? I'm seeing all kinds of prefixes
for drivers/net/phy/mdio_bus.c, mine matched Roger's one (a
On 06/12/2017 01:55 PM, Sergei Shtylyov wrote:
Subject should be: net: phy: Handle only single PHY reset GPIO to be
consistent with prior submissions, and can you also send your patches
inline using git format-patch + git send-email so it's possible to quote
the contents?
Thanks
--
Florian
Commit 4c5e7a2c0501 ("dt-bindings: mdio: Clarify binding document")
declared that a MDIO reset GPIO property should have only a single GPIO
reference/specifier, however the supporting code was left intact, still
burdening the kernel with now apparently useless loops -- get rid of them.
Signed-off-