Merge branch 'phy-micrel-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2016 21:52:09 +0000 (16:52 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Mar 2016 21:52:09 +0000 (16:52 -0500)
commitf0da74bc8140001c6afd2a176e397c3c3aaca37a
tree9a5f0505739358bb9ad908e4d7a959849199cf00
parentedffc2178d4ba10a61e150b42ef5e7d797714eb3
parent99f81afc139c6edd14d77a91ee91685a414a1c66
Merge branch 'phy-micrel-fixes'

Alexandre Belloni says:

====================
phy: micrel: fix issues with interrupt on atmel boards

Since the phy is not polled anymore, there were issues getting a link on the
sama5d* xplained boards.

I'm not too sure about were those fixes should go and I'm wondering whether the
first one shoud be made generic.

For the second one, I found the PHY_HAS_MAGICANEG flag that is not used and I
wondering whether this is related to that kind of issue. I had a quick look at
the history and could'nt find its use.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>