From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Warren Date: Mon, 27 Apr 2009 15:34:49 -0700 Subject: [U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot In-Reply-To: <20090427222044.24CBE83420E8@gemini.denx.de> References: <1239162275-13087-1-git-send-email-mani.pillai@ti.com> <20090427222044.24CBE83420E8@gemini.denx.de> Message-ID: <49F63309.9080704@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 Wolfgang Denk wrote: > Dear Ben, > > In message <1239162275-13087-1-git-send-email-mani.pillai@ti.com> Manikandan Pillai wrote: > >> eth_halt() function in the smc911x drivers used to call the >> smc911x_reset() function. eth_halt() used to be called after >> tftp transfers. This used to put the ethernet chip in reset >> while the linux boots up resulting in the ethernet driver >> not coming up. NFS boot used to fail as a result. >> >> This patch calls smc911x_shutdown() instead of smc911x_reset(). >> Some comments received has also been fixed. >> >> Signed-off-by: Manikandan Pillai >> --- >> drivers/net/smc911x.c | 23 ++++++++++++++++++++++- >> 1 files changed, 22 insertions(+), 1 deletions(-) >> > > Any comments on this patch? > > It's on my list of patches to pull into next. regards, Ben