Searched hist:"38737 e490d4ea91660d3cec83ef88c4e6d360ae4" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/phy/ |
H A D | mdio_bus.c | diff 38737e490d4ea91660d3cec83ef88c4e6d360ae4 Thu Sep 24 14:36:28 CDT 2015 Russell King <rmk+kernel@arm.linux.org.uk> phy: add phy_device_remove()
Add a phy_device_remove() function to complement phy_device_register(), which undoes the effects of phy_device_register() by removing the phy device from visibility, but not freeing it.
This allows these details to be moved out of the mdio bus code into the phy code where this action belongs.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | phy_device.c | diff 38737e490d4ea91660d3cec83ef88c4e6d360ae4 Thu Sep 24 14:36:28 CDT 2015 Russell King <rmk+kernel@arm.linux.org.uk> phy: add phy_device_remove()
Add a phy_device_remove() function to complement phy_device_register(), which undoes the effects of phy_device_register() by removing the phy device from visibility, but not freeing it.
This allows these details to be moved out of the mdio bus code into the phy code where this action belongs.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | diff 38737e490d4ea91660d3cec83ef88c4e6d360ae4 Thu Sep 24 14:36:28 CDT 2015 Russell King <rmk+kernel@arm.linux.org.uk> phy: add phy_device_remove()
Add a phy_device_remove() function to complement phy_device_register(), which undoes the effects of phy_device_register() by removing the phy device from visibility, but not freeing it.
This allows these details to be moved out of the mdio bus code into the phy code where this action belongs.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/linux/ |
H A D | phy.h | diff 38737e490d4ea91660d3cec83ef88c4e6d360ae4 Thu Sep 24 14:36:28 CDT 2015 Russell King <rmk+kernel@arm.linux.org.uk> phy: add phy_device_remove()
Add a phy_device_remove() function to complement phy_device_register(), which undoes the effects of phy_device_register() by removing the phy device from visibility, but not freeing it.
This allows these details to be moved out of the mdio bus code into the phy code where this action belongs.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Signed-off-by: David S. Miller <davem@davemloft.net>
|