
Nishanth,
Nishanth Menon wrote:
Make the lan91c96 driver capable of CONFIG_NET_MULTI to be clean for the new arch, add a a lil detect function Most of the formatting change was done to keep checkpatch silent, but a few functions and #if 0ed code which does not make sense for NET_MULTI have been removed
Now, use the lan91c96_initialize() function to init the driver
Signed-off-by: Nishanth Menon nm@ti.com Cc: Andrea Scian andrea.scian@dave-tech.it Cc: Ben Warren biggerbadderben@gmail.com Cc: Dave Peverley dpeverley@mpc-data.co.uk Cc: George G. Davis gdavis@mvista.com Cc: Kyungmin Park kyungmin.park@samsung.com Cc: Nishant Kamat nskamat@ti.com Cc: Richard Woodruff r-woodruff2@ti.com Cc: Rishi Bhattacharya rishi@ti.com Cc: Sandeep Paulraj s-paulraj@ti.com
drivers/net/Makefile | 2 +- drivers/net/lan91c96.c | 452 +++++++++++++++++++---------------------------- drivers/net/lan91c96.h | 110 ++++++------- include/netdev.h | 1 + 4 files changed, 236 insertions(+), 329 deletions(-)
applied to net/next
thanks, Ben