Re: ARM versatile TC2 fails to boot

2013-07-03 Thread Jon Medhurst (Tixy)
On Wed, 2013-07-03 at 15:30 +0100, Jon Medhurst (Tixy) wrote: > On Wed, 2013-07-03 at 19:03 +0530, Vijay Kilari wrote: > > Hi, > > > >With latest Linaro ARM kernel mentioned below fails to boot when > > following configs are enabled > > CONFIG_VEXPRESS_SPC & CONFIG_ARCH_VEXPRESS_TC2_PM > >

Re: ARM versatile TC2 fails to boot

2013-07-03 Thread Jon Medhurst (Tixy)
On Wed, 2013-07-03 at 19:03 +0530, Vijay Kilari wrote: > Hi, > >With latest Linaro ARM kernel mentioned below fails to boot when > following configs are enabled > CONFIG_VEXPRESS_SPC & CONFIG_ARCH_VEXPRESS_TC2_PM > >OR > > Even just enabling CONFIG_VEXPRESS_PSCI and passing psci as k

Re: ARM versatile TC2 fails to boot

2013-07-03 Thread Ryan Harkin
Hi Vijay, On 3 July 2013 14:33, Vijay Kilari wrote: > Hi, > >With latest Linaro ARM kernel mentioned below fails to boot when > following configs are enabled > CONFIG_VEXPRESS_SPC & CONFIG_ARCH_VEXPRESS_TC2_PM > >OR > > Even just enabling CONFIG_VEXPRESS_PSCI and passing psci as kerne

ARM versatile TC2 fails to boot

2013-07-03 Thread Vijay Kilari
Hi, With latest Linaro ARM kernel mentioned below fails to boot when following configs are enabled CONFIG_VEXPRESS_SPC & CONFIG_ARCH_VEXPRESS_TC2_PM OR Even just enabling CONFIG_VEXPRESS_PSCI and passing psci as kernel bootargs fails git://git.linaro.org/landing-teams/working/arm/k

Re: a patch for powerdebug that use ENTER key to show child clock.

2013-07-03 Thread Shaojie Sun
Could I upload this patch? On 3 July 2013 20:43, Shaojie Sun wrote: > Becaese "case '\r'" cann't be triggered by ENTER key. So replace "case > '\r'" by "case KEY_ENTER". > > And please help me to check that I can upload this patch directly or not. 0001-POWERDEBUG-Modify-case-r-to-case-KEY_ENTER