Re: [RFC 5/5] clk: Add floor and ceiling constraints to clock rates

2014-07-03 Thread Tomeu Vizoso
On 06/28/2014 12:57 AM, Stephen Warren wrote: On 06/27/2014 01:57 AM, Tomeu Vizoso wrote: Adds a way for clock consumers to set maximum and minimum rates. This can be used for thermal drivers to set ceiling rates, or by misc. drivers to set floor rates to assure a minimum performance level.

Re: [RFC 5/5] clk: Add floor and ceiling constraints to clock rates

2014-07-03 Thread Tomeu Vizoso
On 06/28/2014 12:57 AM, Stephen Warren wrote: On 06/27/2014 01:57 AM, Tomeu Vizoso wrote: Adds a way for clock consumers to set maximum and minimum rates. This can be used for thermal drivers to set ceiling rates, or by misc. drivers to set floor rates to assure a minimum performance level.

Re: [RFC 5/5] clk: Add floor and ceiling constraints to clock rates

2014-06-27 Thread Thierry Reding
On Fri, Jun 27, 2014 at 04:57:42PM -0600, Stephen Warren wrote: > On 06/27/2014 01:57 AM, Tomeu Vizoso wrote: > > Adds a way for clock consumers to set maximum and minimum rates. This can be > > used for thermal drivers to set ceiling rates, or by misc. drivers to set > > floor rates to assure a

Re: [RFC 5/5] clk: Add floor and ceiling constraints to clock rates

2014-06-27 Thread Stephen Warren
On 06/27/2014 01:57 AM, Tomeu Vizoso wrote: > Adds a way for clock consumers to set maximum and minimum rates. This can be > used for thermal drivers to set ceiling rates, or by misc. drivers to set > floor rates to assure a minimum performance level. > diff --git a/drivers/clk/clk.c

[RFC 5/5] clk: Add floor and ceiling constraints to clock rates

2014-06-27 Thread Tomeu Vizoso
Adds a way for clock consumers to set maximum and minimum rates. This can be used for thermal drivers to set ceiling rates, or by misc. drivers to set floor rates to assure a minimum performance level. Signed-off-by: Tomeu Vizoso --- drivers/clk/clk.c | 105

[RFC 5/5] clk: Add floor and ceiling constraints to clock rates

2014-06-27 Thread Tomeu Vizoso
Adds a way for clock consumers to set maximum and minimum rates. This can be used for thermal drivers to set ceiling rates, or by misc. drivers to set floor rates to assure a minimum performance level. Signed-off-by: Tomeu Vizoso tomeu.viz...@collabora.com --- drivers/clk/clk.c | 105

Re: [RFC 5/5] clk: Add floor and ceiling constraints to clock rates

2014-06-27 Thread Stephen Warren
On 06/27/2014 01:57 AM, Tomeu Vizoso wrote: Adds a way for clock consumers to set maximum and minimum rates. This can be used for thermal drivers to set ceiling rates, or by misc. drivers to set floor rates to assure a minimum performance level. diff --git a/drivers/clk/clk.c

Re: [RFC 5/5] clk: Add floor and ceiling constraints to clock rates

2014-06-27 Thread Thierry Reding
On Fri, Jun 27, 2014 at 04:57:42PM -0600, Stephen Warren wrote: On 06/27/2014 01:57 AM, Tomeu Vizoso wrote: Adds a way for clock consumers to set maximum and minimum rates. This can be used for thermal drivers to set ceiling rates, or by misc. drivers to set floor rates to assure a minimum