Re: [RFC PATCH 07/15] ARM: exynos: fixup debug macros for big-endian

2016-06-10 Thread Krzysztof Kozlowski
On 06/10/2016 03:02 PM, Ben Dooks wrote: > On 10/06/16 12:16, Krzysztof Kozlowski wrote: >> On 06/10/2016 01:12 PM, Ben Dooks wrote: >>> On 08/06/16 19:31, Matthew Leach wrote: From: Ben Dooks The exynos low-level debug macros need to be fixed if the system is being built big e

Re: [RFC PATCH 07/15] ARM: exynos: fixup debug macros for big-endian

2016-06-10 Thread Ben Dooks
On 10/06/16 12:16, Krzysztof Kozlowski wrote: > On 06/10/2016 01:12 PM, Ben Dooks wrote: >> On 08/06/16 19:31, Matthew Leach wrote: >>> From: Ben Dooks >>> >>> The exynos low-level debug macros need to be fixed if the system is being >>> built big endian. Add the necessary endian swaps for accessi

Re: [RFC PATCH 07/15] ARM: exynos: fixup debug macros for big-endian

2016-06-10 Thread Ben Dooks
On 10/06/16 12:16, Krzysztof Kozlowski wrote: > On 06/10/2016 01:12 PM, Ben Dooks wrote: >> On 08/06/16 19:31, Matthew Leach wrote: >>> From: Ben Dooks >>> >>> The exynos low-level debug macros need to be fixed if the system is being >>> built big endian. Add the necessary endian swaps for accessi

Re: [RFC PATCH 07/15] ARM: exynos: fixup debug macros for big-endian

2016-06-10 Thread Krzysztof Kozlowski
On 06/10/2016 01:12 PM, Ben Dooks wrote: > On 08/06/16 19:31, Matthew Leach wrote: >> From: Ben Dooks >> >> The exynos low-level debug macros need to be fixed if the system is being >> built big endian. Add the necessary endian swaps for accessing the registers >> to get output working again >> >>

Re: [RFC PATCH 07/15] ARM: exynos: fixup debug macros for big-endian

2016-06-10 Thread Ben Dooks
On 08/06/16 19:31, Matthew Leach wrote: > From: Ben Dooks > > The exynos low-level debug macros need to be fixed if the system is being > built big endian. Add the necessary endian swaps for accessing the registers > to get output working again > > Signed-off-by: Ben Dooks > --- > arch/arm/inc

[RFC PATCH 07/15] ARM: exynos: fixup debug macros for big-endian

2016-06-08 Thread Matthew Leach
From: Ben Dooks The exynos low-level debug macros need to be fixed if the system is being built big endian. Add the necessary endian swaps for accessing the registers to get output working again Signed-off-by: Ben Dooks --- arch/arm/include/debug/samsung.S | 8 1 file changed, 8 inser