mbox

[0/2] clk: keystone: Couple of fixes for 3.14-rcx

Message ID 1392064011-11986-1-git-send-email-santosh.shilimkar@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git for_3.14-rcx/clk-fixes

Message

Santosh Shilimkar Feb. 10, 2014, 8:26 p.m. UTC
Mike,

Can you please look at these couple of keystone clock fixes ?
Without these, we have seen some random kernel crashes. I
have included the dts fix since both fixes are related. Do
let me know if you prefer dts patch to be sent it via arm-soc tree.

The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:

  Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git for_3.14-rcx/clk-fixes

for you to fetch changes up to 565bbdcd3b91523b4142587c00206302e091a23e:

  ARM: keystone: dts: fix clkvcp3 control register address (2014-02-10 15:17:43 -0500)

----------------------------------------------------------------
Ivan Khoronzhuk (2):
      clk: keystone: gate: fix clk_init_data initialization
      ARM: keystone: dts: fix clkvcp3 control register address

 arch/arm/boot/dts/keystone-clocks.dtsi |    2 +-
 drivers/clk/keystone/gate.c            |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

Regards,
Santosh

Comments

Santosh Shilimkar Feb. 17, 2014, 2:38 p.m. UTC | #1
Ping,

On Monday 10 February 2014 03:26 PM, Santosh Shilimkar wrote:
> Mike,
> 
> Can you please look at these couple of keystone clock fixes ?
> Without these, we have seen some random kernel crashes. I
> have included the dts fix since both fixes are related. Do
> let me know if you prefer dts patch to be sent it via arm-soc tree.
> 
> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
> 
>   Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git for_3.14-rcx/clk-fixes
> 
> for you to fetch changes up to 565bbdcd3b91523b4142587c00206302e091a23e:
> 
>   ARM: keystone: dts: fix clkvcp3 control register address (2014-02-10 15:17:43 -0500)
> 
> ----------------------------------------------------------------
> Ivan Khoronzhuk (2):
>       clk: keystone: gate: fix clk_init_data initialization
>       ARM: keystone: dts: fix clkvcp3 control register address
> 
>  arch/arm/boot/dts/keystone-clocks.dtsi |    2 +-
>  drivers/clk/keystone/gate.c            |    1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> Regards,
> Santosh
>
Mike Turquette Feb. 19, 2014, 6:19 a.m. UTC | #2
Quoting Santosh Shilimkar (2014-02-10 12:26:49)
> Mike,
> 
> Can you please look at these couple of keystone clock fixes ?
> Without these, we have seen some random kernel crashes. I
> have included the dts fix since both fixes are related. Do
> let me know if you prefer dts patch to be sent it via arm-soc tree.

No problem taking these in as fixes. They go in the next batch.

Regards,
Mike

> 
> The following changes since commit 38dbfb59d1175ef458d006556061adeaa8751b72:
> 
>   Linus 3.14-rc1 (2014-02-02 16:42:13 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git for_3.14-rcx/clk-fixes
> 
> for you to fetch changes up to 565bbdcd3b91523b4142587c00206302e091a23e:
> 
>   ARM: keystone: dts: fix clkvcp3 control register address (2014-02-10 15:17:43 -0500)
> 
> ----------------------------------------------------------------
> Ivan Khoronzhuk (2):
>       clk: keystone: gate: fix clk_init_data initialization
>       ARM: keystone: dts: fix clkvcp3 control register address
> 
>  arch/arm/boot/dts/keystone-clocks.dtsi |    2 +-
>  drivers/clk/keystone/gate.c            |    1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> Regards,
> Santosh
> 
> -- 
> 1.7.9.5
>
Santosh Shilimkar Feb. 19, 2014, 2:26 p.m. UTC | #3
On Wednesday 19 February 2014 01:19 AM, Mike Turquette wrote:
> Quoting Santosh Shilimkar (2014-02-10 12:26:49)
>> Mike,
>>
>> Can you please look at these couple of keystone clock fixes ?
>> Without these, we have seen some random kernel crashes. I
>> have included the dts fix since both fixes are related. Do
>> let me know if you prefer dts patch to be sent it via arm-soc tree.
> 
> No problem taking these in as fixes. They go in the next batch.
> 
Thanks Mike !!

Regards,
Santosh