Re: [PATCH RESEND v10 1/4] PHY: Add function set_speed to generic PHY framework

2014-02-25 Thread Kishon Vijay Abraham I
On Tuesday 25 February 2014 07:15 PM, Tejun Heo wrote: > On Tue, Feb 25, 2014 at 05:35:37PM +0530, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Tuesday 25 February 2014 11:44 AM, Loc Ho wrote: >>> This patch adds function set_speed to the generic PHY framework operation >>> structure. This functio

Re: [PATCH RESEND v10 1/4] PHY: Add function set_speed to generic PHY framework

2014-02-25 Thread Tejun Heo
On Tue, Feb 25, 2014 at 05:35:37PM +0530, Kishon Vijay Abraham I wrote: > Hi, > > On Tuesday 25 February 2014 11:44 AM, Loc Ho wrote: > > This patch adds function set_speed to the generic PHY framework operation > > structure. This function can be called to instruct the PHY underlying layer > > at

Re: [PATCH RESEND v10 1/4] PHY: Add function set_speed to generic PHY framework

2014-02-25 Thread Kishon Vijay Abraham I
Hi, On Tuesday 25 February 2014 11:44 AM, Loc Ho wrote: > This patch adds function set_speed to the generic PHY framework operation > structure. This function can be called to instruct the PHY underlying layer > at specified lane to configure for specified speed in hertz. > > Signed-off-by: Loc H

[PATCH RESEND v10 1/4] PHY: Add function set_speed to generic PHY framework

2014-02-24 Thread Loc Ho
This patch adds function set_speed to the generic PHY framework operation structure. This function can be called to instruct the PHY underlying layer at specified lane to configure for specified speed in hertz. Signed-off-by: Loc Ho --- drivers/phy/phy-core.c | 21 + inclu