commit | f412384e2d81198c88e363049017ae1d0fb7b539 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Thu Feb 14 15:52:08 2019 +0100 |
committer | Sekhar Nori <nsekhar@ti.com> | Tue Feb 19 19:44:41 2019 +0530 |
tree | f00e828a9f6623ba24667eb4ca67ab0aa7ae0d83 | |
parent | 919da6f198d767155d4ce9d456e591f4be11d9de [diff] |
ARM: davinci: aintc: use writel_relaxed() Raplace all calls to __raw_writel() with writel_relaxed(). 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>