linux/drivers/net/ethernet/xilinx
Philippe Reynes 31abbe34e0 net: ethernet: ll_temac: use phydev from struct net_device
The private structure contain a pointer to phydev, but the structure
net_device already contain such pointer. So we can remove the pointer
phy in the private structure, and update the driver to use the
one contained in struct net_device.

Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-07-14 17:42:30 -07:00
..
Kconfig
ll_temac_main.c net: ethernet: ll_temac: use phydev from struct net_device 2016-07-14 17:42:30 -07:00
ll_temac_mdio.c mdio: Move allocation of interrupts into core 2016-01-07 14:31:26 -05:00
ll_temac.h net: ethernet: ll_temac: use phydev from struct net_device 2016-07-14 17:42:30 -07:00
Makefile
xilinx_axienet_main.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00
xilinx_axienet_mdio.c mdio: Move allocation of interrupts into core 2016-01-07 14:31:26 -05:00
xilinx_axienet.h mdio: Move allocation of interrupts into core 2016-01-07 14:31:26 -05:00
xilinx_emaclite.c treewide: replace dev->trans_start update with helper 2016-05-04 14:16:49 -04:00