Re: [PATCH 1/3] mfd: dbx500: Export prmcu_request_ape_opp_100_voltage

2012-10-10 Thread Mike Turquette
Quoting Ulf Hansson (2012-10-04 05:03:05) > Hi Sam and Linus, > > Do you see any issues with this patch? Can we advise Mike to merge it > though his clock tree? > Thanks for the re-ping and gathering Ack's. I'll pull into my clk-next as soon as I push out a new branch towards 3.8. Regards,

Re: [PATCH 1/3] mfd: dbx500: Export prmcu_request_ape_opp_100_voltage

2012-10-10 Thread Mike Turquette
Quoting Ulf Hansson (2012-10-04 05:03:05) Hi Sam and Linus, Do you see any issues with this patch? Can we advise Mike to merge it though his clock tree? Thanks for the re-ping and gathering Ack's. I'll pull into my clk-next as soon as I push out a new branch towards 3.8. Regards, Mike

Re: [PATCH 1/3] mfd: dbx500: Export prmcu_request_ape_opp_100_voltage

2012-10-05 Thread Linus Walleij
On Mon, Sep 24, 2012 at 4:43 PM, Ulf Hansson wrote: > From: Ulf Hansson > > This function needs to be exported to let clients be able to > request the ape opp 100 voltage. > > Cc: Samuel Ortiz > Signed-off-by: Ulf Hansson Acked-by: Linus Walleij Yours, Linus Walleij -- To unsubscribe from

Re: [PATCH 1/3] mfd: dbx500: Export prmcu_request_ape_opp_100_voltage

2012-10-05 Thread Linus Walleij
On Mon, Sep 24, 2012 at 4:43 PM, Ulf Hansson ulf.hans...@stericsson.com wrote: From: Ulf Hansson ulf.hans...@linaro.org This function needs to be exported to let clients be able to request the ape opp 100 voltage. Cc: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Ulf Hansson

Re: [PATCH 1/3] mfd: dbx500: Export prmcu_request_ape_opp_100_voltage

2012-10-04 Thread Samuel Ortiz
Hi Ulf, On Mon, Sep 24, 2012 at 04:43:17PM +0200, Ulf Hansson wrote: > From: Ulf Hansson > > This function needs to be exported to let clients be able to > request the ape opp 100 voltage. > > Cc: Samuel Ortiz > Signed-off-by: Ulf Hansson Acked-by: Samuel Ortiz Cheers, Samuel. -- Intel

Re: [PATCH 1/3] mfd: dbx500: Export prmcu_request_ape_opp_100_voltage

2012-10-04 Thread Ulf Hansson
Hi Sam and Linus, Do you see any issues with this patch? Can we advise Mike to merge it though his clock tree? Kind regards Ulf Hansson On 24 September 2012 16:43, Ulf Hansson wrote: > From: Ulf Hansson > > This function needs to be exported to let clients be able to > request the ape opp 100

Re: [PATCH 1/3] mfd: dbx500: Export prmcu_request_ape_opp_100_voltage

2012-10-04 Thread Ulf Hansson
Hi Sam and Linus, Do you see any issues with this patch? Can we advise Mike to merge it though his clock tree? Kind regards Ulf Hansson On 24 September 2012 16:43, Ulf Hansson ulf.hans...@stericsson.com wrote: From: Ulf Hansson ulf.hans...@linaro.org This function needs to be exported to let

Re: [PATCH 1/3] mfd: dbx500: Export prmcu_request_ape_opp_100_voltage

2012-10-04 Thread Samuel Ortiz
Hi Ulf, On Mon, Sep 24, 2012 at 04:43:17PM +0200, Ulf Hansson wrote: From: Ulf Hansson ulf.hans...@linaro.org This function needs to be exported to let clients be able to request the ape opp 100 voltage. Cc: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Ulf Hansson

[PATCH 1/3] mfd: dbx500: Export prmcu_request_ape_opp_100_voltage

2012-09-24 Thread Ulf Hansson
From: Ulf Hansson This function needs to be exported to let clients be able to request the ape opp 100 voltage. Cc: Samuel Ortiz Signed-off-by: Ulf Hansson --- drivers/mfd/db8500-prcmu.c |4 ++-- include/linux/mfd/db8500-prcmu.h |4 ++-- include/linux/mfd/dbx500-prcmu.h | 10

[PATCH 1/3] mfd: dbx500: Export prmcu_request_ape_opp_100_voltage

2012-09-24 Thread Ulf Hansson
From: Ulf Hansson ulf.hans...@linaro.org This function needs to be exported to let clients be able to request the ape opp 100 voltage. Cc: Samuel Ortiz sa...@linux.intel.com Signed-off-by: Ulf Hansson ulf.hans...@linaro.org --- drivers/mfd/db8500-prcmu.c |4 ++--