From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Tue, 25 Aug 2009 13:54:55 -0700 Subject: [U-Boot] [PATCH][Net] Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI API In-Reply-To: <200907271816.59829.rgetz@blackfin.uclinux.org> References: <1248731002-6054-1-git-send-email-biggerbadderben@gmail.com> <4A6E205F.9040308@gmail.com> <200907271816.59829.rgetz@blackfin.uclinux.org> Message-ID: <4A944F9F.4020701@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 Hi Robin, Robin Getz wrote: > On Mon 27 Jul 2009 17:47, Ben Warren pondered: > >> Ben Warren wrote: >> >>> All in-tree boards that use this controller have CONFIG_NET_MULTI >>> added >>> Also: >>> - changed CONFIG_DRIVER_SMC91111 to CONFIG_SMC91111 >>> - cleaned up line lengths >>> - modified all boards that override weak function in this driver >>> - modified all eeprom standalone apps to work with new driver >>> >>> Signed-off-by: Ben Warren >>> >> This patch is pretty big (~98k) and should probably be split up in its >> final incarnation. This is really meant as a test patch. >> >> Since I don't have boards with this chip family, I'm unable to test for >> anything beyond clean compiling. I don't have a blackfin toolchain >> installed, but it does build cleanly on 'MAKEALL ARM9' using ELDK 4.1 >> for ARM. >> >> If anybody is able to test, please do and let me know the results. >> > > I have a few boards in the office - I'll try tomorrow. > > Did you ever get a chance to try this out? If it works for you, I'll send out v2 addressing some style stuff. regards, Ben