Re: [PATCH 1/2] arm64: adding cpu lookup functionality

2015-02-02 Thread Mathieu Poirier
On 2 February 2015 at 06:50, Will Deacon wrote: > On Fri, Jan 30, 2015 at 10:54:25PM +, mathieu.poir...@linaro.org wrote: >> From: Mathieu Poirier >> >> Adding a lookup function allowing for quick and easy mapping >> between processor HWID (as found, for example) in DT specifications >> and

Re: [PATCH 1/2] arm64: adding cpu lookup functionality

2015-02-02 Thread Mark Rutland
On Fri, Jan 30, 2015 at 10:54:25PM +, mathieu.poir...@linaro.org wrote: > From: Mathieu Poirier > > Adding a lookup function allowing for quick and easy mapping > between processor HWID (as found, for example) in DT specifications > and the CPU index known to the kernel. > > Signed-off-by:

Re: [PATCH 1/2] arm64: adding cpu lookup functionality

2015-02-02 Thread Will Deacon
On Fri, Jan 30, 2015 at 10:54:25PM +, mathieu.poir...@linaro.org wrote: > From: Mathieu Poirier > > Adding a lookup function allowing for quick and easy mapping > between processor HWID (as found, for example) in DT specifications > and the CPU index known to the kernel. > > Signed-off-by:

Re: [PATCH 1/2] arm64: adding cpu lookup functionality

2015-02-02 Thread Mathieu Poirier
On 2 February 2015 at 06:50, Will Deacon will.dea...@arm.com wrote: On Fri, Jan 30, 2015 at 10:54:25PM +, mathieu.poir...@linaro.org wrote: From: Mathieu Poirier mathieu.poir...@linaro.org Adding a lookup function allowing for quick and easy mapping between processor HWID (as found, for

Re: [PATCH 1/2] arm64: adding cpu lookup functionality

2015-02-02 Thread Will Deacon
On Fri, Jan 30, 2015 at 10:54:25PM +, mathieu.poir...@linaro.org wrote: From: Mathieu Poirier mathieu.poir...@linaro.org Adding a lookup function allowing for quick and easy mapping between processor HWID (as found, for example) in DT specifications and the CPU index known to the kernel.

Re: [PATCH 1/2] arm64: adding cpu lookup functionality

2015-02-02 Thread Mark Rutland
On Fri, Jan 30, 2015 at 10:54:25PM +, mathieu.poir...@linaro.org wrote: From: Mathieu Poirier mathieu.poir...@linaro.org Adding a lookup function allowing for quick and easy mapping between processor HWID (as found, for example) in DT specifications and the CPU index known to the kernel.

[PATCH 1/2] arm64: adding cpu lookup functionality

2015-01-30 Thread mathieu . poirier
From: Mathieu Poirier Adding a lookup function allowing for quick and easy mapping between processor HWID (as found, for example) in DT specifications and the CPU index known to the kernel. Signed-off-by: Mathieu Poirier --- arch/arm64/include/asm/smp_plat.h | 12 1 file changed,

[PATCH 1/2] arm64: adding cpu lookup functionality

2015-01-30 Thread mathieu . poirier
From: Mathieu Poirier mathieu.poir...@linaro.org Adding a lookup function allowing for quick and easy mapping between processor HWID (as found, for example) in DT specifications and the CPU index known to the kernel. Signed-off-by: Mathieu Poirier mathieu.poir...@linaro.org ---