Re: [PATCH v2] arm64: ARM: Fix the Generic Timers interrupt active level description

2014-11-28 Thread Marc Zyngier
On 28/11/14 10:38, Liviu Dudau wrote: > On Fri, Nov 28, 2014 at 03:12:52AM +, Jisheng Zhang wrote: >> Dear Marc and Liviu, >> >> On Thu, 27 Nov 2014 10:39:28 -0800 >> Marc Zyngier wrote: >> >>> On 27/11/14 16:21, Liviu Dudau wrote: The Cortex-A5x TRM states in paragraph "9.2 Generic Timer

Re: [PATCH v2] arm64: ARM: Fix the Generic Timers interrupt active level description

2014-11-28 Thread Jisheng Zhang
On Fri, 28 Nov 2014 02:38:43 -0800 Liviu Dudau wrote: > On Fri, Nov 28, 2014 at 03:12:52AM +, Jisheng Zhang wrote: > > Dear Marc and Liviu, > > > > On Thu, 27 Nov 2014 10:39:28 -0800 > > Marc Zyngier wrote: > > > > > On 27/11/14 16:21, Liviu Dudau wrote: > > > > The Cortex-A5x TRM states i

Re: [PATCH v2] arm64: ARM: Fix the Generic Timers interrupt active level description

2014-11-28 Thread Liviu Dudau
On Fri, Nov 28, 2014 at 03:12:52AM +, Jisheng Zhang wrote: > Dear Marc and Liviu, > > On Thu, 27 Nov 2014 10:39:28 -0800 > Marc Zyngier wrote: > > > On 27/11/14 16:21, Liviu Dudau wrote: > > > The Cortex-A5x TRM states in paragraph "9.2 Generic Timer functional > > > description" that generi

Re: [PATCH v2] arm64: ARM: Fix the Generic Timers interrupt active level description

2014-11-27 Thread Jisheng Zhang
Dear Marc and Liviu, On Thu, 27 Nov 2014 10:39:28 -0800 Marc Zyngier wrote: > On 27/11/14 16:21, Liviu Dudau wrote: > > The Cortex-A5x TRM states in paragraph "9.2 Generic Timer functional > > description" that generic timers provide a level not edge interrupt > > output. Fix the device trees to

Re: [PATCH v2] arm64: ARM: Fix the Generic Timers interrupt active level description

2014-11-27 Thread Marc Zyngier
On 27/11/14 16:21, Liviu Dudau wrote: > The Cortex-A5x TRM states in paragraph "9.2 Generic Timer functional > description" that generic timers provide a level not edge interrupt > output. Fix the device trees to correctly describe this. > > While doing this update the CPU mask to match the number

[PATCH v2] arm64: ARM: Fix the Generic Timers interrupt active level description

2014-11-27 Thread Liviu Dudau
The Cortex-A5x TRM states in paragraph "9.2 Generic Timer functional description" that generic timers provide a level not edge interrupt output. Fix the device trees to correctly describe this. While doing this update the CPU mask to match the number of described CPUs as well as the DT bindings do