aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/mdio.h
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2016-01-06 20:11:23 +0100
committerDavid S. Miller <davem@davemloft.net>2016-01-07 14:31:27 -0500
commite76a4957c5ee5cf69cea89d450c29c536e77ce9e (patch)
tree3367354264ab950a1210556f7712a362420679c0 /include/linux/mdio.h
parentphy: Centralize setting driver module owner (diff)
downloadwireguard-linux-e76a4957c5ee5cf69cea89d450c29c536e77ce9e.tar.xz
wireguard-linux-e76a4957c5ee5cf69cea89d450c29c536e77ce9e.zip
phy: Move phy specific bus match into phy_device
Matching a driver to a device has both generic parts, and parts which are specific to PHY devices. Move the PHY specific parts into phy_device. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/mdio.h')
-rw-r--r--include/linux/mdio.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mdio.h b/include/linux/mdio.h
index 9f844d372ed5..0690359e55a5 100644
--- a/include/linux/mdio.h
+++ b/include/linux/mdio.h
@@ -17,6 +17,7 @@ struct mdio_device {
struct device dev;
const struct dev_pm_ops *pm_ops;
struct mii_bus *bus;
+ int (*bus_match)(struct device *dev, struct device_driver *drv);
/* Bus address of the MDIO device (0-31) */
int addr;
int flags;