Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mdio: Abstract device_remove() and device_free() | Andrew Lunn | 2016-01-07 | 1 | -0/+2 |
| | | | | | | | | | | Make device_free and device_remove operations in the mdio device structure, so the core code does not need to differentiate between phy devices and generic mdio devices. 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> | ||||
* | mdio: Add support for mdio drivers. | Andrew Lunn | 2016-01-07 | 1 | -0/+169 |
Not all devices on an MDIO bus are PHYs. Meaning not all MDIO drivers are PHY drivers. Add support for generic MDIO drivers. 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> |