Re: [U-Boot] [PATCH 03/27] Blackfin: bfin_mac: cleanup MII/PHY functions

2009-01-28 Thread Ben Warren
Mike Frysinger wrote: > Cleanup and rewrite the MII/PHY related functions so that we can reuse the > existing common linux/miiphy.h code and hook into the `mii` command. > > Signed-off-by: Mike Frysinger > CC: Ben Warren > Acked-by: Ben Warren regards, Ben _

[U-Boot] [PATCH 03/27] Blackfin: bfin_mac: cleanup MII/PHY functions

2009-01-28 Thread Mike Frysinger
Cleanup and rewrite the MII/PHY related functions so that we can reuse the existing common linux/miiphy.h code and hook into the `mii` command. Signed-off-by: Mike Frysinger CC: Ben Warren --- drivers/net/bfin_mac.c | 284 +++- drivers/net/bfin_mac.h