[PATCH 07/11] clocksource: at91: Make IO endian agnostic

2015-03-30 Thread Daniel Lezcano
From: Ben Dooks Fix the use of __raw IO accessor with the readl/writel_relaxed versions to allow the code to be used on a system running in big endian. Signed-off-by: Ben Dooks Cc: Daniel Lezcano Cc: Thomas Gleixner Cc: Linux Kernel Cc: Linux ARM Kernel Cc: Andrew Victor Cc: Nicolas Ferre

[PATCH 07/11] clocksource: at91: Make IO endian agnostic

2015-03-30 Thread Daniel Lezcano
From: Ben Dooks ben.do...@codethink.co.uk Fix the use of __raw IO accessor with the readl/writel_relaxed versions to allow the code to be used on a system running in big endian. Signed-off-by: Ben Dooks ben.do...@codethink.co.uk Cc: Daniel Lezcano daniel.lezc...@linaro.org Cc: Thomas Gleixner