]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit193db63234feba0758a94ebceed8461ccdc2ae1b
treef6472abc7aacc40c5c41f2d3f548f3b6f1a0e974
parent8fa6ee5a6342ab60108af8c5ad6eca44a4e4ced3
parentfc711499b8667ac3c7eaf81caa2a358da02a5f31
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>