Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-04-07 Thread Dirk Behme
m] > Sent: Tuesday, April 07, 2009 11:38 AM > To: Pillai, Manikandan > Cc: u-boot@lists.denx.de; dirk.be...@googlemail.com > Subject: Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM > > > On Mon, Apr 6, 2009 at 10:34 PM, Pillai, Manikandan > mailto:mani.pil...

Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-04-07 Thread Ben Warren
lai, Manikandan > *Cc:* u-boot@lists.denx.de; dirk.be...@googlemail.com > *Subject:* Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM > > > > > > On Mon, Apr 6, 2009 at 10:34 PM, Pillai, Manikandan > wrote: > > > Hi, > > What is the stat

Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-04-06 Thread Pillai, Manikandan
:38 AM To: Pillai, Manikandan Cc: u-boot@lists.denx.de; dirk.be...@googlemail.com Subject: Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM On Mon, Apr 6, 2009 at 10:34 PM, Pillai, Manikandan mailto:mani.pil...@ti.com>> wrote: Hi, What is the status of this patch ? Any comments. D

Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-04-06 Thread Ben Warren
On Mon, Apr 6, 2009 at 10:34 PM, Pillai, Manikandan wrote: > > Hi, > > What is the status of this patch ? > Any comments. > Did you fix the things I mentioned and re-submit? regards, Ben ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/

Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-04-06 Thread Pillai, Manikandan
Hi, What is the status of this patch ? Any comments. regards > -Original Message- > From: Pillai, Manikandan > Sent: Tuesday, March 03, 2009 9:10 AM > To: u-boot@lists.denx.de; dirk.be...@googlemail.com > Cc: Pillai, Manikandan > Subject: [PATCH 1/1] Fix for NFS boot for OMAP3 EVM > >

Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-03-11 Thread Ben Warren
Manikandan, There's a disconnect between your title and what this patch does. I have no reason to doubt that this fixes NFS boot on your board, BTW. Manikandan Pillai wrote: > The eth_halt() function has been modified to remove the > chip reset and instead stop the transmit/receive from the devi

Re: [U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-03-11 Thread Jean-Christophe PLAGNIOL-VILLARD
On 09:09 Tue 03 Mar , Manikandan Pillai wrote: > The eth_halt() function has been modified to remove the > chip reset and instead stop the transmit/receive from the device. it's not really a fix of the OMAP3 please use a better commit message Ben could you take a look Best Regards, J. ___

[U-Boot] [PATCH 1/1] Fix for NFS boot for OMAP3 EVM

2009-03-02 Thread Manikandan Pillai
The eth_halt() function has been modified to remove the chip reset and instead stop the transmit/receive from the device. Signed-off-by: Manikandan Pillai --- drivers/net/smc911x.c | 23 ++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/drivers/net/smc911x