OSDN Git Service

Merge branch 'platform-data-controls-for-mdio-gpio'
authorDavid S. Miller <davem@davemloft.net>
Sun, 9 Dec 2018 05:33:31 +0000 (21:33 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 9 Dec 2018 05:33:31 +0000 (21:33 -0800)
Andrew Lunn says:

====================
platform data controls for mdio-gpio

Soon to be mainlined is an x86 platform with a Marvell switch, and a
bit-banging MDIO bus. In order to make this work, the phy_mask of the
MDIO bus needs to be set to prevent scanning for PHYs, and the
phy_ignore_ta_mask needs to be set because the switch has broken
turnaround.

Add a platform_data structure with these parameters.
====================

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

Trivial merge