Re: [U-Boot] [PATCH 1/1] net: lpc32xx: improve download rate in RMII phy mode

2015-07-14 Thread Albert ARIBAUD
Hello SYLVAIN, On Wed, 8 Jul 2015 17:41:54 +, LEMIEUX, SYLVAIN slemi...@tycoint.com wrote: Hi Vladimir, Thanks for taking the time to test this patch. After further investigation, the issue was with our internal Micrel KSZ8031RNL phy implementation. The extra 10ms delay is not

Re: [U-Boot] [PATCH 1/1] net: lpc32xx: improve download rate in RMII phy mode

2015-07-08 Thread LEMIEUX, SYLVAIN
Hi Vladimir, Thanks for taking the time to test this patch. After further investigation, the issue was with our internal Micrel KSZ8031RNL phy implementation. The extra 10ms delay is not require. This patch should be discard. Thanks for the feedback regarding the mail system; - for an internal

[U-Boot] [PATCH 1/1] net: lpc32xx: improve download rate in RMII phy mode

2015-07-07 Thread LEMIEUX, SYLVAIN
This is a minor update to LPC32xx MAC driver patch that add support for the RMII phy mode. In the legacy BSP from NXP, in RMII phy mode, an extra 10ms delay was present after the release of the soft reset. In my tests (connected using RMII phy mode to a Micrel KSZ8031RNL), the download rate

Re: [U-Boot] [PATCH 1/1] net: lpc32xx: improve download rate in RMII phy mode

2015-07-07 Thread Vladimir Zapolskiy
Hi Sylvain, On 07.07.2015 22:13, LEMIEUX, SYLVAIN wrote: This is a minor update to LPC32xx MAC driver patch that add support for the RMII phy mode. In the legacy BSP from NXP, in RMII phy mode, an extra 10ms delay was present after the release of the soft reset. In my tests (connected