Re: [PATCH 2/2] coresight: Adding coresight support to arm64

2015-02-03 Thread Catalin Marinas
On Mon, Feb 02, 2015 at 10:06:16PM +, Mathieu Poirier wrote: > On 2 February 2015 at 06:45, Will Deacon wrote: > > On Fri, Jan 30, 2015 at 10:54:26PM +, mathieu.poir...@linaro.org wrote: > >> From: Mathieu Poirier > >> > >> Aside from tracers, all currently supported coresight IP blocks >

Re: [PATCH 2/2] coresight: Adding coresight support to arm64

2015-02-02 Thread Mathieu Poirier
On 2 February 2015 at 06:45, Will Deacon wrote: > On Fri, Jan 30, 2015 at 10:54:26PM +, mathieu.poir...@linaro.org wrote: >> From: Mathieu Poirier >> >> Aside from tracers, all currently supported coresight IP blocks >> are 64 bit ready. As such add the required symbol definition to >> compi

Re: [PATCH 2/2] coresight: Adding coresight support to arm64

2015-02-02 Thread Will Deacon
On Fri, Jan 30, 2015 at 10:54:26PM +, mathieu.poir...@linaro.org wrote: > From: Mathieu Poirier > > Aside from tracers, all currently supported coresight IP blocks > are 64 bit ready. As such add the required symbol definition to > compile the framework and drivers. > > Also fixing a couple

[PATCH 2/2] coresight: Adding coresight support to arm64

2015-01-30 Thread mathieu . poirier
From: Mathieu Poirier Aside from tracers, all currently supported coresight IP blocks are 64 bit ready. As such add the required symbol definition to compile the framework and drivers. Also fixing a couple of warnings picked up by the 64bit compiler. Signed-off-by: Mathieu Poirier --- arch/a