Quoting Stephen Warren (2014-07-31 10:51:20)
> On 07/31/2014 05:47 AM, Tomeu Vizoso wrote:
> > On 07/22/2014 07:50 PM, Stephen Warren wrote:
> >> On 07/17/2014 08:13 AM, Tomeu Vizoso wrote:
> >>> Adds a way for clock consumers to set maximum and minimum rates. This
> >>> can be
> >>> used for therm
On 07/31/2014 05:47 AM, Tomeu Vizoso wrote:
On 07/22/2014 07:50 PM, Stephen Warren wrote:
On 07/17/2014 08:13 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 rate
On 07/22/2014 07:50 PM, Stephen Warren wrote:
On 07/17/2014 08:13 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.
d
On 07/17/2014 08:13 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 b/drivers/clk
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 | 103