Re: [U-Boot] [PATCH] ARM: davici_emac: Fix condition for number of phy detects

2011-11-29 Thread Tom Rini
On Mon, Nov 28, 2011 at 9:30 PM, Prabhakar Lad wrote: > Sandeep, > > Can you take this patch ? > > Regards, > --Prabhakar Lad > > On Thu, Nov 17, 2011 at 6:34 PM, Heiko Schocher wrote: > >> Hello prabhakar.cse...@gmail.com >> >> prabhakar.cse...@gmail.com wrote: >> > From: Prabhakar Lad >> > >>

Re: [U-Boot] [PATCH] ARM: davici_emac: Fix condition for number of phy detects

2011-11-28 Thread Prabhakar Lad
Sandeep, Can you take this patch ? Regards, --Prabhakar Lad On Thu, Nov 17, 2011 at 6:34 PM, Heiko Schocher wrote: > Hello prabhakar.cse...@gmail.com > > prabhakar.cse...@gmail.com wrote: > > From: Prabhakar Lad > > > > Fix the condition for number of phys in > > davinci_eth_phy_detect() func

Re: [U-Boot] [PATCH] ARM: davici_emac: Fix condition for number of phy detects

2011-11-17 Thread Heiko Schocher
Hello prabhakar.cse...@gmail.com prabhakar.cse...@gmail.com wrote: > From: Prabhakar Lad > > Fix the condition for number of phys in > davinci_eth_phy_detect() function. > CONFIG_SYS_DAVINCI_EMAC_PHY_COUNT indicates number of > phys. From this commit id dc02badab480563b0bf9d3908046ea9d6b22ae63 >

[U-Boot] [PATCH] ARM: davici_emac: Fix condition for number of phy detects

2011-11-17 Thread prabhakar . csengg
From: Prabhakar Lad Fix the condition for number of phys in davinci_eth_phy_detect() function. CONFIG_SYS_DAVINCI_EMAC_PHY_COUNT indicates number of phys. From this commit id dc02badab480563b0bf9d3908046ea9d6b22ae63 davinci emac initilazed one less than the number of phy count. Signed-off-by: Pr