Re: [PATCH 2/3] clk: ux500: Support prcmu ape opp voltage clock

2012-09-30 Thread Linus Walleij
On Thu, Sep 27, 2012 at 9:43 AM, Ulf Hansson wrote: > In my case for ux500 we use the mmci host driver. It is an ARM cross > SoC device driver, and I believe adding clock notifiers in the driver > to handle the voltage scale would complicate things quite a bit. It > seems a lot easier to let the

Re: [PATCH 2/3] clk: ux500: Support prcmu ape opp voltage clock

2012-09-30 Thread Linus Walleij
On Thu, Sep 27, 2012 at 9:43 AM, Ulf Hansson ulf.hans...@linaro.org wrote: In my case for ux500 we use the mmci host driver. It is an ARM cross SoC device driver, and I believe adding clock notifiers in the driver to handle the voltage scale would complicate things quite a bit. It seems a lot

Re: [PATCH 2/3] clk: ux500: Support prcmu ape opp voltage clock

2012-09-27 Thread Ulf Hansson
Hi Mike, On 26 September 2012 21:25, Mike Turquette wrote: > Quoting Ulf Hansson (2012-09-25 00:56:56) >> Hi Mike, >> >> Thanks for your input! >> >> On 24 September 2012 17:35, Mike Turquette wrote: >> > Quoting Ulf Hansson (2012-09-24 07:43:18) >> >> From: Ulf Hansson >> >> >> >> Some

Re: [PATCH 2/3] clk: ux500: Support prcmu ape opp voltage clock

2012-09-27 Thread Ulf Hansson
Hi Mike, On 26 September 2012 21:25, Mike Turquette mturque...@ti.com wrote: Quoting Ulf Hansson (2012-09-25 00:56:56) Hi Mike, Thanks for your input! On 24 September 2012 17:35, Mike Turquette mturque...@ti.com wrote: Quoting Ulf Hansson (2012-09-24 07:43:18) From: Ulf Hansson

Re: [PATCH 2/3] clk: ux500: Support prcmu ape opp voltage clock

2012-09-25 Thread Ulf Hansson
Hi Mike, Thanks for your input! On 24 September 2012 17:35, Mike Turquette wrote: > Quoting Ulf Hansson (2012-09-24 07:43:18) >> From: Ulf Hansson >> >> Some scalable prcmu clocks needs to be handled in conjuction with the >> ape opp 100 voltage. A new prcmu clock type

Re: [PATCH 2/3] clk: ux500: Support prcmu ape opp voltage clock

2012-09-25 Thread Ulf Hansson
Hi Mike, Thanks for your input! On 24 September 2012 17:35, Mike Turquette mturque...@ti.com wrote: Quoting Ulf Hansson (2012-09-24 07:43:18) From: Ulf Hansson ulf.hans...@linaro.org Some scalable prcmu clocks needs to be handled in conjuction with the ape opp 100 voltage. A new prcmu clock

Re: [PATCH 2/3] clk: ux500: Support prcmu ape opp voltage clock

2012-09-24 Thread Mike Turquette
Quoting Ulf Hansson (2012-09-24 07:43:18) > From: Ulf Hansson > > Some scalable prcmu clocks needs to be handled in conjuction with the > ape opp 100 voltage. A new prcmu clock type clk_prcmu_opp_volt_scalable > is implemented to handle this. > > Signed-off-by: Ulf Hansson > --- >

[PATCH 2/3] clk: ux500: Support prcmu ape opp voltage clock

2012-09-24 Thread Ulf Hansson
From: Ulf Hansson Some scalable prcmu clocks needs to be handled in conjuction with the ape opp 100 voltage. A new prcmu clock type clk_prcmu_opp_volt_scalable is implemented to handle this. Signed-off-by: Ulf Hansson --- drivers/clk/ux500/clk-prcmu.c | 55

[PATCH 2/3] clk: ux500: Support prcmu ape opp voltage clock

2012-09-24 Thread Ulf Hansson
From: Ulf Hansson ulf.hans...@linaro.org Some scalable prcmu clocks needs to be handled in conjuction with the ape opp 100 voltage. A new prcmu clock type clk_prcmu_opp_volt_scalable is implemented to handle this. Signed-off-by: Ulf Hansson ulf.hans...@linaro.org ---

Re: [PATCH 2/3] clk: ux500: Support prcmu ape opp voltage clock

2012-09-24 Thread Mike Turquette
Quoting Ulf Hansson (2012-09-24 07:43:18) From: Ulf Hansson ulf.hans...@linaro.org Some scalable prcmu clocks needs to be handled in conjuction with the ape opp 100 voltage. A new prcmu clock type clk_prcmu_opp_volt_scalable is implemented to handle this. Signed-off-by: Ulf Hansson