Re: [PATCH 2/4] clk: add support for clocks provided by SCP(System Control Processor)

2015-05-26 Thread Sudeep Holla
Hi Stephen, On 21/05/15 00:43, Stephen Boyd wrote: On 04/27, Sudeep Holla wrote: diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 9897f353bf1a..906bf7dd72a2 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -59,6 +59,16 @@ config COMMON_CLK_RK808 clocked at 32K

Re: [PATCH 2/4] clk: add support for clocks provided by SCP(System Control Processor)

2015-05-20 Thread Stephen Boyd
On 04/27, Sudeep Holla wrote: > diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig > index 9897f353bf1a..906bf7dd72a2 100644 > --- a/drivers/clk/Kconfig > +++ b/drivers/clk/Kconfig > @@ -59,6 +59,16 @@ config COMMON_CLK_RK808 > clocked at 32KHz each. Clkout1 is always on, Clkout2 can of

Re: [PATCH 2/4] clk: add support for clocks provided by SCP(System Control Processor)

2015-05-07 Thread Lorenzo Pieralisi
On Mon, Apr 27, 2015 at 12:40:44PM +0100, Sudeep Holla wrote: > On some ARM based systems, a separate Cortex-M based System Control > Processor(SCP) provides the overall power, clock, reset and system > control. System Control and Power Interface(SCPI) Message Protocol > is defined for the communic

[PATCH 2/4] clk: add support for clocks provided by SCP(System Control Processor)

2015-04-27 Thread Sudeep Holla
On some ARM based systems, a separate Cortex-M based System Control Processor(SCP) provides the overall power, clock, reset and system control. System Control and Power Interface(SCPI) Message Protocol is defined for the communication between the Application Cores(AP) and the SCP. This patch adds