Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-27 Thread Stefano Babic
On 23/10/2012 04:40, Troy Kisky wrote: > This series tries to separate the mii regsisters > from the ethernet registers as suggested by > Andy Fleming. Then, mx6qsabrelite is changed > to find the phy address from the possibles 4-7. > > The V3 series is very different from V2. > Applied to u-bo

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-24 Thread Stefano Babic
On 23/01/2013 20:06, Troy Kisky wrote: >> >> Hi Troy, >> >> you're right, this patchset stalls - but on the other side, I have not >> found any comment that should avoid that it can be merged. >> >> If nobody complains, I propose I go on and I try to merge it into >> u-boot-imx. Here my first atte

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-23 Thread Troy Kisky
On 1/23/2013 1:48 AM, Stefano Babic wrote: On 23/01/2013 00:48, Troy Kisky wrote: On 11/10/2012 12:28 AM, Stefano Babic wrote: I have also a general question : it seems to me that the interface for PHY is set always to RMII - what about boards using MII ? Best regards, Stefano Babic This was

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-23 Thread Troy Kisky
On 1/23/2013 1:48 AM, Stefano Babic wrote: On 23/01/2013 00:48, Troy Kisky wrote: On 11/10/2012 12:28 AM, Stefano Babic wrote: On 23/10/2012 04:40, Troy Kisky wrote: This series tries to separate the mii regsisters from the ethernet registers as suggested by Andy Fleming. Then, mx6qsabrelite i

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-23 Thread Stefano Babic
On 23/01/2013 00:48, Troy Kisky wrote: > On 11/10/2012 12:28 AM, Stefano Babic wrote: >> On 23/10/2012 04:40, Troy Kisky wrote: >>> This series tries to separate the mii regsisters >>> from the ethernet registers as suggested by >>> Andy Fleming. Then, mx6qsabrelite is changed >>> to find the phy a

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-22 Thread Troy Kisky
On 11/10/2012 12:28 AM, Stefano Babic wrote: On 23/10/2012 04:40, Troy Kisky wrote: This series tries to separate the mii regsisters from the ethernet registers as suggested by Andy Fleming. Then, mx6qsabrelite is changed to find the phy address from the possibles 4-7. The V3 series is very dif

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2013-01-03 Thread Troy Kisky
On 10/22/2012 7:40 PM, Troy Kisky wrote: This series tries to separate the mii regsisters from the ethernet registers as suggested by Andy Fleming. Then, mx6qsabrelite is changed to find the phy address from the possibles 4-7. The V3 series is very different from V2. Troy Kisky (9): doc/READ

Re: [U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2012-11-09 Thread Stefano Babic
On 23/10/2012 04:40, Troy Kisky wrote: > This series tries to separate the mii regsisters > from the ethernet registers as suggested by > Andy Fleming. Then, mx6qsabrelite is changed > to find the phy address from the possibles 4-7. > > The V3 series is very different from V2. > > Troy Kisky (9):

[U-Boot] [PATCH V3 0/9] separate miiphy from ethernet

2012-10-22 Thread Troy Kisky
This series tries to separate the mii regsisters from the ethernet registers as suggested by Andy Fleming. Then, mx6qsabrelite is changed to find the phy address from the possibles 4-7. The V3 series is very different from V2. Troy Kisky (9): doc/README.fec_mxc: add documentation net: fec_mxc