ARM: davinci: cp-intc: use readl/writel_relaxed()
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 14 Feb 2019 14:52:27 +0000 (15:52 +0100)
committerSekhar Nori <nsekhar@ti.com>
Tue, 19 Feb 2019 14:33:37 +0000 (20:03 +0530)
commitd43da8d7164a97b4da179ee06b305019d870a44f
tree31c1fa361ac02788bfafce85a0e9432f20c52300
parent6c702da653d1a32e1410597f62b4f54ddaff1f9d
ARM: davinci: cp-intc: use readl/writel_relaxed()

Replace all calls to __raw_readl() & __raw_writel() with readl_relaxed()
and writel_relaxed() respectively. It's safe to do as there's no
endianness conversion being done in the code.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
arch/arm/mach-davinci/cp_intc.c