Re: [U-Boot] [PATCH 2/3] fec_mxc: use phy_connect_by_mask

2012-08-17 Thread Troy Kisky
On 8/17/2012 3:20 AM, Stefano Babic wrote: I generally agree with this patchset. My only concern is that we add a new CONFIG_ option without documentation. Can you add an entry into the README file (I know, a lot of CONFIG_ are missing, but we can at least avoid to add hidden features..). Best

Re: [U-Boot] [PATCH 2/3] fec_mxc: use phy_connect_by_mask

2012-08-17 Thread Stefano Babic
On 15/08/2012 22:40, Troy Kisky wrote: > Allow board config files to list a range > of possible phy addresses, in case the > exact phy address is not certain. > > Signed-off-by: Troy Kisky > --- Hi Troy, > drivers/net/fec_mxc.c | 21 +++-- > drivers/net/fec_mxc.h |3 ++- >

[U-Boot] [PATCH 2/3] fec_mxc: use phy_connect_by_mask

2012-08-15 Thread Troy Kisky
Allow board config files to list a range of possible phy addresses, in case the exact phy address is not certain. Signed-off-by: Troy Kisky --- drivers/net/fec_mxc.c | 21 +++-- drivers/net/fec_mxc.h |3 ++- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/dr