mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
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:
committed by
David S. Miller
parent
a4afd37b26
commit
ef7f3a5c71
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user