Re: [PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture

2015-02-12 Thread Mathieu Poirier
On 12 February 2015 at 02:49, Catalin Marinas wrote: > On Wed, Feb 11, 2015 at 07:54:04PM -0700, Mathieu Poirier wrote: >> On 11 February 2015 at 04:36, Catalin Marinas >> wrote: >> > On Tue, Feb 10, 2015 at 09:31:24PM -0700, mathieu.poir...@linaro.org wrote: >> >> From: Mathieu Poirier >> >>

Re: [PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture

2015-02-12 Thread Catalin Marinas
On Wed, Feb 11, 2015 at 07:54:04PM -0700, Mathieu Poirier wrote: > On 11 February 2015 at 04:36, Catalin Marinas wrote: > > On Tue, Feb 10, 2015 at 09:31:24PM -0700, mathieu.poir...@linaro.org wrote: > >> From: Mathieu Poirier > >> > >> Most CoreSight blocks are 64-bit ready. As such move

Re: [PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture

2015-02-12 Thread Mathieu Poirier
On 12 February 2015 at 02:49, Catalin Marinas catalin.mari...@arm.com wrote: On Wed, Feb 11, 2015 at 07:54:04PM -0700, Mathieu Poirier wrote: On 11 February 2015 at 04:36, Catalin Marinas catalin.mari...@arm.com wrote: On Tue, Feb 10, 2015 at 09:31:24PM -0700, mathieu.poir...@linaro.org

Re: [PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture

2015-02-12 Thread Catalin Marinas
On Wed, Feb 11, 2015 at 07:54:04PM -0700, Mathieu Poirier wrote: On 11 February 2015 at 04:36, Catalin Marinas catalin.mari...@arm.com wrote: On Tue, Feb 10, 2015 at 09:31:24PM -0700, mathieu.poir...@linaro.org wrote: From: Mathieu Poirier mathieu.poir...@linaro.org Most CoreSight blocks

Re: [PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture

2015-02-11 Thread Mathieu Poirier
On 11 February 2015 at 04:36, Catalin Marinas wrote: > On Tue, Feb 10, 2015 at 09:31:24PM -0700, mathieu.poir...@linaro.org wrote: >> From: Mathieu Poirier >> >> Most CoreSight blocks are 64-bit ready. As such move configuration >> entries from "arch/arm/Kconfig.config" to the driver's

Re: [PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture

2015-02-11 Thread Catalin Marinas
On Tue, Feb 10, 2015 at 09:31:24PM -0700, mathieu.poir...@linaro.org wrote: > From: Mathieu Poirier > > Most CoreSight blocks are 64-bit ready. As such move configuration > entries from "arch/arm/Kconfig.config" to the driver's subdirectory > and source the newly created Kconfig from

Re: [PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture

2015-02-11 Thread Mathieu Poirier
On 11 February 2015 at 04:36, Catalin Marinas catalin.mari...@arm.com wrote: On Tue, Feb 10, 2015 at 09:31:24PM -0700, mathieu.poir...@linaro.org wrote: From: Mathieu Poirier mathieu.poir...@linaro.org Most CoreSight blocks are 64-bit ready. As such move configuration entries from

Re: [PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture

2015-02-11 Thread Catalin Marinas
On Tue, Feb 10, 2015 at 09:31:24PM -0700, mathieu.poir...@linaro.org wrote: From: Mathieu Poirier mathieu.poir...@linaro.org Most CoreSight blocks are 64-bit ready. As such move configuration entries from arch/arm/Kconfig.config to the driver's subdirectory and source the newly created

[PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture

2015-02-10 Thread mathieu . poirier
From: Mathieu Poirier Most CoreSight blocks are 64-bit ready. As such move configuration entries from "arch/arm/Kconfig.config" to the driver's subdirectory and source the newly created Kconfig from architecture specific Kconfig.debug files. Signed-off-by: Mathieu Poirier --- Change for v3:

[PATCH v3 1/2] coresight: Adding coresight support for arm64 architecture

2015-02-10 Thread mathieu . poirier
From: Mathieu Poirier mathieu.poir...@linaro.org Most CoreSight blocks are 64-bit ready. As such move configuration entries from arch/arm/Kconfig.config to the driver's subdirectory and source the newly created Kconfig from architecture specific Kconfig.debug files. Signed-off-by: Mathieu