Skip to content
Commit 25ab47ef authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'mv88e6xxx-Poll-when-no-interrupt-defined'



Andrew Lunn says:

====================
mv88e6xxx: Poll when no interrupt defined

Not all boards using the mv88e6xxx switches have the interrupt output
connected to a GPIO. On these boards phylib has to poll the PHYs,
rather than use interrupts. Have the driver poll the interrupt status
register, which is more efficient than having phylib do it. And it
enables other switch interrupts to be services.

The Armada 370RD is such a board without a interrupt GPIO. Now that
interrupts work, wire up the PHYs to make use if them.
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 65b53bfd f8c193ca
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment