提交 860f6e9e 编写于 作者: J Johan Hovold 提交者: David S. Miller

net: phy: add static data field to struct phy_driver

Add static driver-data field to struct phy_driver, which can be used to
store structured device-type information.
Signed-off-by: NJohan Hovold <johan@kernel.org>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 2e95b2a8
...@@ -433,6 +433,7 @@ struct phy_device { ...@@ -433,6 +433,7 @@ struct phy_device {
* by this PHY * by this PHY
* flags: A bitfield defining certain other features this PHY * flags: A bitfield defining certain other features this PHY
* supports (like interrupts) * supports (like interrupts)
* driver_data: static driver data
* *
* The drivers must implement config_aneg and read_status. All * The drivers must implement config_aneg and read_status. All
* other functions are optional. Note that none of these * other functions are optional. Note that none of these
...@@ -448,6 +449,7 @@ struct phy_driver { ...@@ -448,6 +449,7 @@ struct phy_driver {
unsigned int phy_id_mask; unsigned int phy_id_mask;
u32 features; u32 features;
u32 flags; u32 flags;
const void *driver_data;
/* /*
* Called to issue a PHY software reset * Called to issue a PHY software reset
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册