From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 09 Nov 2009 22:22:44 -0800 Subject: [U-Boot] [PATCH 1/3] NET: LAN91C96 CONFIG_NET_MULTIify In-Reply-To: <1255669597-10607-2-git-send-email-nm@ti.com> References: <1255669597-10607-1-git-send-email-nm@ti.com> <1255669597-10607-2-git-send-email-nm@ti.com> Message-ID: <4AF906B4.40200@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > Cc: Andrea Scian > Cc: Ben Warren > Cc: Dave Peverley > Cc: George G. Davis > Cc: Kyungmin Park > Cc: Nishant Kamat > Cc: Richard Woodruff > Cc: Rishi Bhattacharya > Cc: Sandeep Paulraj > --- > 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