Re: [PATCH 1/4] clk: Provide option for clk_get_rate to issue hw for new rate

2012-09-07 Thread Linus Walleij
On Fri, Sep 7, 2012 at 2:29 PM, Ulf Hansson wrote: > On 7 September 2012 10:21, Linus Walleij wrote: >> On Fri, Sep 7, 2012 at 3:00 AM, Turquette, Mike wrote: >>> On Thu, Sep 6, 2012 at 5:19 PM, Mike Turquette wrote: I'll take this series into clk-next. >>> >>> Oops, I forgot to ask about

Re: [PATCH 1/4] clk: Provide option for clk_get_rate to issue hw for new rate

2012-09-07 Thread Ulf Hansson
On 7 September 2012 10:21, Linus Walleij wrote: > On Fri, Sep 7, 2012 at 3:00 AM, Turquette, Mike wrote: >> On Thu, Sep 6, 2012 at 5:19 PM, Mike Turquette wrote: >>> I'll take this series into clk-next. >> >> Oops, I forgot to ask about patch #3. Which tree do you want that to >> go through? >

Re: [PATCH 1/4] clk: Provide option for clk_get_rate to issue hw for new rate

2012-09-07 Thread Linus Walleij
On Fri, Sep 7, 2012 at 3:00 AM, Turquette, Mike wrote: > On Thu, Sep 6, 2012 at 5:19 PM, Mike Turquette wrote: >> I'll take this series into clk-next. > > Oops, I forgot to ask about patch #3. Which tree do you want that to > go through? Just take it all through your tree if there are no major

Re: [PATCH 1/4] clk: Provide option for clk_get_rate to issue hw for new rate

2012-09-06 Thread Turquette, Mike
On Thu, Sep 6, 2012 at 5:19 PM, Mike Turquette wrote: > I'll take this series into clk-next. > Oops, I forgot to ask about patch #3. Which tree do you want that to go through? Thanks, Mike > Regards, > Mike > >> Kind regards >> Ulf Hansson -- To unsubscribe from this list: send the line "unsub

Re: [PATCH 1/4] clk: Provide option for clk_get_rate to issue hw for new rate

2012-09-06 Thread Ulf Hansson
Hi Mike, Thanks for your input, and sorry for my late reply! On 31 August 2012 21:29, Mike Turquette wrote: > Quoting Ulf Hansson (2012-08-31 05:21:28) >> From: Ulf Hansson >> >> By using CLK_GET_RATE_NOCACHE flag, we tell the clk_get_rate API to >> issue the hw for an updated clock rate. This

Re: [PATCH 1/4] clk: Provide option for clk_get_rate to issue hw for new rate

2012-08-31 Thread Mike Turquette
Quoting Ulf Hansson (2012-08-31 05:21:28) > From: Ulf Hansson > > By using CLK_GET_RATE_NOCACHE flag, we tell the clk_get_rate API to > issue the hw for an updated clock rate. This can be used for a clock > which rate may be updated without a client necessary modifying it. > I'm glad to see thi

[PATCH 1/4] clk: Provide option for clk_get_rate to issue hw for new rate

2012-08-31 Thread Ulf Hansson
From: Ulf Hansson By using CLK_GET_RATE_NOCACHE flag, we tell the clk_get_rate API to issue the hw for an updated clock rate. This can be used for a clock which rate may be updated without a client necessary modifying it. Signed-off-by: Ulf Hansson --- drivers/clk/clk.c| 43 +