[PATCH 1/3] arm64: Track system support for mixed endian EL0

2015-01-21 Thread Suzuki K. Poulose
From: "Suzuki K. Poulose" This patch keeps track of the mixed endian EL0 support across the system and provides helper functions to export it. The status is a boolean indicating whether all the CPUs on the system supports mixed endian at EL0. Signed-off-by: Suzuki K. Poulose Cc: Will Deacon

[PATCH 1/3] arm64: Track system support for mixed endian EL0

2015-01-21 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com This patch keeps track of the mixed endian EL0 support across the system and provides helper functions to export it. The status is a boolean indicating whether all the CPUs on the system supports mixed endian at EL0. Signed-off-by: Suzuki K. Poulose

Re: [PATCH 1/3] arm64: Track system support for mixed endian EL0

2015-01-19 Thread Suzuki K. Poulose
On 16/01/15 16:15, Suzuki K. Poulose wrote: On 16/01/15 15:53, Will Deacon wrote: On Thu, Jan 15, 2015 at 12:36:04PM +, Suzuki K. Poulose wrote: From: "Suzuki K. Poulose" This patch keeps track of the mixed endian EL0 support across the system and provides helper functions to export it.

Re: [PATCH 1/3] arm64: Track system support for mixed endian EL0

2015-01-19 Thread Suzuki K. Poulose
On 16/01/15 16:15, Suzuki K. Poulose wrote: On 16/01/15 15:53, Will Deacon wrote: On Thu, Jan 15, 2015 at 12:36:04PM +, Suzuki K. Poulose wrote: From: Suzuki K. Poulose suzuki.poul...@arm.com This patch keeps track of the mixed endian EL0 support across the system and provides helper

Re: [PATCH 1/3] arm64: Track system support for mixed endian EL0

2015-01-16 Thread Suzuki K. Poulose
On 16/01/15 15:53, Will Deacon wrote: On Thu, Jan 15, 2015 at 12:36:04PM +, Suzuki K. Poulose wrote: From: "Suzuki K. Poulose" This patch keeps track of the mixed endian EL0 support across the system and provides helper functions to export it. The status is a boolean indicating whether

Re: [PATCH 1/3] arm64: Track system support for mixed endian EL0

2015-01-16 Thread Will Deacon
On Thu, Jan 15, 2015 at 12:36:04PM +, Suzuki K. Poulose wrote: > From: "Suzuki K. Poulose" > > This patch keeps track of the mixed endian EL0 support across > the system and provides helper functions to export it. The status > is a boolean indicating whether all the CPUs on the system

Re: [PATCH 1/3] arm64: Track system support for mixed endian EL0

2015-01-16 Thread Will Deacon
On Thu, Jan 15, 2015 at 12:36:04PM +, Suzuki K. Poulose wrote: From: Suzuki K. Poulose suzuki.poul...@arm.com This patch keeps track of the mixed endian EL0 support across the system and provides helper functions to export it. The status is a boolean indicating whether all the CPUs on

Re: [PATCH 1/3] arm64: Track system support for mixed endian EL0

2015-01-16 Thread Suzuki K. Poulose
On 16/01/15 15:53, Will Deacon wrote: On Thu, Jan 15, 2015 at 12:36:04PM +, Suzuki K. Poulose wrote: From: Suzuki K. Poulose suzuki.poul...@arm.com This patch keeps track of the mixed endian EL0 support across the system and provides helper functions to export it. The status is a boolean

[PATCH 1/3] arm64: Track system support for mixed endian EL0

2015-01-15 Thread Suzuki K. Poulose
From: "Suzuki K. Poulose" This patch keeps track of the mixed endian EL0 support across the system and provides helper functions to export it. The status is a boolean indicating whether all the CPUs on the system supports mixed endian at EL0. Signed-off-by: Suzuki K. Poulose ---

[PATCH 1/3] arm64: Track system support for mixed endian EL0

2015-01-15 Thread Suzuki K. Poulose
From: Suzuki K. Poulose suzuki.poul...@arm.com This patch keeps track of the mixed endian EL0 support across the system and provides helper functions to export it. The status is a boolean indicating whether all the CPUs on the system supports mixed endian at EL0. Signed-off-by: Suzuki K. Poulose