Re: [U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot

2009-06-13 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:04 Fri 12 Jun , Wolfgang Denk wrote: Dear Manikandan Pillai, In message 20090609220854.a1377832e...@gemini.denx.de I wrote: ... This patch (commit ID ca9c8a1e in the master branch) causes compile warnings on all systems that use this driver, for example: ... Please either

Re: [U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot

2009-06-12 Thread Wolfgang Denk
Dear Manikandan Pillai, In message 20090609220854.a1377832e...@gemini.denx.de I wrote: ... This patch (commit ID ca9c8a1e in the master branch) causes compile warnings on all systems that use this driver, for example: ... Please either provide a fix, or I will have to consider to revert this

Re: [U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot

2009-06-09 Thread Wolfgang Denk
Dear Manikandan Pillai, In message 1239162275-13087-1-git-send-email-mani.pil...@ti.com you 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

Re: [U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot

2009-05-19 Thread Josh Karabin
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

Re: [U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot

2009-05-19 Thread Wolfgang Denk
Dear Josh Karabin, In message 4a12cd18.2040...@vocollect.com you wrote: If the kernel is loaded using some other mechanism, like flash, the smc device is never initialized. At least in the case where there is no valid EEPROM connected to the smc device, NFS boot will fail. I'm not sure

Re: [U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot

2009-04-27 Thread Wolfgang Denk
Dear Ben, In message 1239162275-13087-1-git-send-email-mani.pil...@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

[U-Boot] [PATCH 1/1] SMC911x driver fixed for NFS boot

2009-04-07 Thread Manikandan Pillai
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