Re: [U-Boot] [PATCH] net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR id

2015-08-12 Thread LEMIEUX, SYLVAIN
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Albert ARIBAUD > Sent: 29-Jun-15 4:25 AM > > Bonjour Vladimir, > > Le Mon, 29 Jun 2015 03:35:12 +0300, Vladimir Zapolskiy a > écrit : > > > The lpc32xx_eth_phylib_init() function is capable to connect L

Re: [U-Boot] [PATCH] net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR id

2015-08-12 Thread Joe Hershberger
Hi Vladimir, On Sun, Jun 28, 2015 at 7:35 PM, Vladimir Zapolskiy wrote: > The lpc32xx_eth_phylib_init() function is capable to connect LPC32XX > MAC to some specified phy by phy id, by chance the single user of > lpc32xx_eth has CONFIG_PHY_ADDR set to 0, however other boards may > have non-zero C

Re: [U-Boot] [PATCH] net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR id

2015-08-05 Thread Vladimir Zapolskiy
Hi Joe, On 29.06.2015 23:37, Joe Hershberger wrote: > Hi Vladimir, > > On Sun, Jun 28, 2015 at 7:35 PM, Vladimir Zapolskiy wrote: >> The lpc32xx_eth_phylib_init() function is capable to connect LPC32XX >> MAC to some specified phy by phy id, by chance the single user of >> lpc32xx_eth has CONFIG

Re: [U-Boot] [PATCH] net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR id

2015-06-29 Thread Joe Hershberger
Hi Vladimir, On Sun, Jun 28, 2015 at 7:35 PM, Vladimir Zapolskiy wrote: > The lpc32xx_eth_phylib_init() function is capable to connect LPC32XX > MAC to some specified phy by phy id, by chance the single user of > lpc32xx_eth has CONFIG_PHY_ADDR set to 0, however other boards may > have non-zero C

Re: [U-Boot] [PATCH] net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR id

2015-06-29 Thread Albert ARIBAUD
Bonjour Vladimir, Le Mon, 29 Jun 2015 03:35:12 +0300, Vladimir Zapolskiy a écrit : > The lpc32xx_eth_phylib_init() function is capable to connect LPC32XX > MAC to some specified phy by phy id, by chance the single user of > lpc32xx_eth has CONFIG_PHY_ADDR set to 0, however other boards may > hav

[U-Boot] [PATCH] net: lpc32xx: connect MAC to phy with CONFIG_PHY_ADDR id

2015-06-28 Thread Vladimir Zapolskiy
The lpc32xx_eth_phylib_init() function is capable to connect LPC32XX MAC to some specified phy by phy id, by chance the single user of lpc32xx_eth has CONFIG_PHY_ADDR set to 0, however other boards may have non-zero CONFIG_PHY_ADDR value, fix it. Signed-off-by: Vladimir Zapolskiy --- drivers/net