watchdog: sp805: replace readl/writel with lighter _relaxed variants
authorViresh Kumar <viresh.kumar@st.com>
Mon, 12 Mar 2012 04:22:14 +0000 (09:52 +0530)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 27 Mar 2012 18:14:31 +0000 (20:14 +0200)
readl/writel versions for ARM contain memory barrier instruction for
synchronizing DMA buffers.  These are not required at least on this
module.  So use lighter _relaxed variants.

Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

No differences found