Re: [U-Boot] [PATCH] net/designware - switch driver to phylib usage

2014-01-22 Thread Alexey Brodkin
Hi Sonic, On Wed, 2014-01-22 at 17:10 +0800, Sonic Zhang wrote: > Hi Alexey, > > I failed to apply your patch on the 2014.01 release head. Indeed this one requires 2 other patches which didn't made it to mainline yet. Do you mind to try to apply both patches (http://patchwork.ozlabs.org/patch/3

Re: [U-Boot] [PATCH] net/designware - switch driver to phylib usage

2014-01-22 Thread Sonic Zhang
Hi Alexey, I failed to apply your patch on the 2014.01 release head. Regards, Sonic Zhang Applying: net/designware - switch driver to phylib usage /home/sonic/projects/u-boot-blackfin.up/.git/rebase-apply/patch:66: space before tab in indent. u16 val) error: patch failed

Re: [U-Boot] [PATCH] net/designware - switch driver to phylib usage

2014-01-20 Thread Alexey Brodkin
On Mon, 2014-01-13 at 15:11 +0400, Alexey Brodkin wrote: > With this change driver will benefit from existing phylib and thus > custom phy functionality implemented in the driver will go away: > * Instantiation of the driver is now much shorter - 2 parameters > instead of 4. > * Simplified phy ma

Re: [U-Boot] [PATCH] net/designware - switch driver to phylib usage

2014-01-13 Thread Alexey Brodkin
Completely forgot to mention that there's a prerequisite (http://patchwork.ozlabs.org/patch/309319/): == [PATCH] net: execute "miiphy_init" if CONFIG_PHYLIB defined == This makes sure that phylib will be correctly initialized even if there's no explicit mention of either entry in board con