mdio-gpio: Propagate mii_bus.phy_ignore_ta_mask

This also changes mii_bus.phy_mask to u32 for consistency.

Signed-off-by: Bert Vermeulen <bert@biot.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Bert Vermeulen
2015-05-13 13:35:39 +02:00
committed by David S. Miller
parent a4afd37b26
commit ef7f3a5c71
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,8 @@ struct mdio_gpio_platform_data {
bool mdio_active_low;
bool mdo_active_low;
unsigned int phy_mask;
u32 phy_mask;
u32 phy_ignore_ta_mask;
int irqs[PHY_MAX_ADDR];
/* reset callback */
int (*reset)(struct mii_bus *bus);