Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-19 Thread Mike Frysinger
On Thursday 19 January 2012 11:19:52 Dirk Behme wrote: > On 19.01.2012 13:38, Dirk Behme wrote: > > On 15.01.2012 01:56, Mike Frysinger wrote: > >> On Friday 13 January 2012 07:10:02 Dirk Behme wrote: > >>> common/miiphyutil.c | 18 +- > >>> 1 files changed, 17 insertions(+), 1 delet

Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-19 Thread Mike Frysinger
On Thursday 19 January 2012 07:38:44 Dirk Behme wrote: > On 15.01.2012 01:56, Mike Frysinger wrote: > > On Friday 13 January 2012 07:10:02 Dirk Behme wrote: > >> common/miiphyutil.c | 18 +- > >> 1 files changed, 17 insertions(+), 1 deletions(-) > > > > this is dead code ... i t

Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-19 Thread Dirk Behme
On 19.01.2012 13:38, Dirk Behme wrote: On 15.01.2012 01:56, Mike Frysinger wrote: On Friday 13 January 2012 07:10:02 Dirk Behme wrote: common/miiphyutil.c | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) this is dead code ... i think we're pushing people to use the na

Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-19 Thread Dirk Behme
On 15.01.2012 01:56, Mike Frysinger wrote: On Friday 13 January 2012 07:10:02 Dirk Behme wrote: common/miiphyutil.c | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) this is dead code ... i think we're pushing people to use the name phy framework rather than fixing

Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-19 Thread Dirk Behme
Hi Troy, On 13.01.2012 13:10, Dirk Behme wrote: From: Troy Kisky Previously, only GIGE phy was supported in this function. Signed-off-by: Troy Kisky CC: Troy Kisky CC: Stefano Babic CC: Marek Vasut --- common/miiphyutil.c | 18 +- 1 files changed, 17 insertions(+), 1 de

Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-14 Thread Mike Frysinger
On Friday 13 January 2012 07:10:02 Dirk Behme wrote: > common/miiphyutil.c | 18 +- > 1 files changed, 17 insertions(+), 1 deletions(-) this is dead code ... i think we're pushing people to use the name phy framework rather than fixing/extending the old one. > --- a/common/mii

Re: [U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-13 Thread Marek Vasut
> From: Troy Kisky > > Previously, only GIGE phy was supported in this function. > > Signed-off-by: Troy Kisky > CC: Troy Kisky > CC: Stefano Babic > CC: Marek Vasut > --- > common/miiphyutil.c | 18 +- > 1 files changed, 17 insertions(+), 1 deletions(-) > > diff --git a/

[U-Boot] [PATCH 3/5] miiphyutil: Add Micrel KSZ9021 support to miiphy_speed

2012-01-13 Thread Dirk Behme
From: Troy Kisky Previously, only GIGE phy was supported in this function. Signed-off-by: Troy Kisky CC: Troy Kisky CC: Stefano Babic CC: Marek Vasut --- common/miiphyutil.c | 18 +- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/common/miiphyutil.c b/comm