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)
commit120d633f199b264e0ad4c98eedc0564a89171c1d
treef6472abc7aacc40c5c41f2d3f548f3b6f1a0e974
parent97ef7b4c5501b081c6144a08bba6d87baf69b6e5
parentdc9d38cec71c508963b8f41c9d6d9cfd7e4ee393
Merge branch 'platform-data-controls-for-mdio-gpio'

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>