commit | d43da8d7164a97b4da179ee06b305019d870a44f | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Thu Feb 14 15:52:27 2019 +0100 |
committer | Sekhar Nori <nsekhar@ti.com> | Tue Feb 19 20:03:37 2019 +0530 |
tree | 31c1fa361ac02788bfafce85a0e9432f20c52300 | |
parent | 6c702da653d1a32e1410597f62b4f54ddaff1f9d [diff] |
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>