On 06/21/2016 12:20 PM, Ben Dooks wrote: > If the kernel is built big endian, then using the __raw read and write IO > accessors is not going to work as they end up writing big-endian data to > little-endian IO registers. Fix this by using the readl and writel relaxed > versions which ensure little endian IO. > > Signed-off-by: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx> > --- > arch/arm/mach-exynos/firmware.c | 16 ++++++++-------- > arch/arm/mach-exynos/headsmp.S | 3 +++ > arch/arm/mach-exynos/platsmp.c | 4 ++-- > 3 files changed, 13 insertions(+), 10 deletions(-) Thanks, applied for v4.8. Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html