Re: [PATCH v3 4/6] ARM64: arch_timer: configure and enable event stream

2013-08-21 Thread Will Deacon
Hi Sudeep, On Tue, Aug 20, 2013 at 06:08:46PM +0100, Sudeep KarkadaNagesha wrote: > From: Sudeep KarkadaNagesha > > This patch configures the event stream frequency and enables it. > It also adds the hwcaps as well as compat-specific definitions to > the user to detect this event stream feature.

[PATCH v3 4/6] ARM64: arch_timer: configure and enable event stream

2013-08-20 Thread Sudeep KarkadaNagesha
From: Sudeep KarkadaNagesha This patch configures the event stream frequency and enables it. It also adds the hwcaps as well as compat-specific definitions to the user to detect this event stream feature. Cc: Catalin Marinas Reviewed-by: Lorenzo Pieralisi Signed-off-by: Will Deacon [sudeep: m

Re: [PATCH v3 4/6] ARM64: arch_timer: configure and enable event stream

2013-08-20 Thread Sudeep KarkadaNagesha
On 20/08/13 17:16, Will Deacon wrote: > On Tue, Aug 20, 2013 at 03:27:33PM +0100, Sudeep KarkadaNagesha wrote: >> On 20/08/13 14:27, Will Deacon wrote: >>> On Tue, Aug 13, 2013 at 06:29:42PM +0100, Sudeep KarkadaNagesha wrote: diff --git a/arch/arm64/include/asm/hwcap.h b/arch/arm64/incl

Re: [PATCH v3 4/6] ARM64: arch_timer: configure and enable event stream

2013-08-20 Thread Will Deacon
On Tue, Aug 20, 2013 at 03:27:33PM +0100, Sudeep KarkadaNagesha wrote: > On 20/08/13 14:27, Will Deacon wrote: > > On Tue, Aug 13, 2013 at 06:29:42PM +0100, Sudeep KarkadaNagesha wrote: > >> diff --git a/arch/arm64/include/asm/hwcap.h > >> b/arch/arm64/include/asm/hwcap.h > >> index 6d4482f..effd8

Re: [PATCH v3 4/6] ARM64: arch_timer: configure and enable event stream

2013-08-20 Thread Sudeep KarkadaNagesha
On 20/08/13 14:27, Will Deacon wrote: > Hi Sudeep, > > Couple of comments inline... > > On Tue, Aug 13, 2013 at 06:29:42PM +0100, Sudeep KarkadaNagesha wrote: >> From: Sudeep KarkadaNagesha >> >> This patch configures the event stream frequency and enables it. >> It also adds the hwcaps as well

Re: [PATCH v3 4/6] ARM64: arch_timer: configure and enable event stream

2013-08-20 Thread Will Deacon
Hi Sudeep, Couple of comments inline... On Tue, Aug 13, 2013 at 06:29:42PM +0100, Sudeep KarkadaNagesha wrote: > From: Sudeep KarkadaNagesha > > This patch configures the event stream frequency and enables it. > It also adds the hwcaps as well as compat-specific definitions to > the user to det

[PATCH v3 4/6] ARM64: arch_timer: configure and enable event stream

2013-08-13 Thread Sudeep KarkadaNagesha
From: Sudeep KarkadaNagesha This patch configures the event stream frequency and enables it. It also adds the hwcaps as well as compat-specific definitions to the user to detect this event stream feature. Cc: Catalin Marinas Reviewed-by: Lorenzo Pieralisi Signed-off-by: Will Deacon [sudeep: m