]> git.ipfire.org Git - people/ms/u-boot.git/commit
net: gem: Change mii function not to use eth_device structure
authorMichal Simek <michal.simek@xilinx.com>
Mon, 30 Nov 2015 09:24:15 +0000 (10:24 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 7 Dec 2015 08:59:04 +0000 (09:59 +0100)
commitf2fc27684f4d1f4e0395fcb90a8e5451aeabc2b8
tree9950ab0f72c9934b3049ffa6c63e0287720dc5fb
parent3fac27243c1ee4bdf903bac031e522f97e27ef44
net: gem: Change mii function not to use eth_device structure

Next step to move driver to driver model. Do not use eth_device
structure. Use private structure instead.
Add iobase to private structure to store gem iobase.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/net/zynq_gem.c