staging: slicoss: ensure mapping of io-memory is uncached
authorLino Sanfilippo <lsanfil@marvell.com>
Fri, 22 Jul 2016 21:09:13 +0000 (23:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 21 Aug 2016 15:59:45 +0000 (17:59 +0200)
commit6d5f2ea7418d054721f8331ec2c2c0825e0ff52e
tree654db95d14cc03b2fb8a86064df2b2264aca66e8
parentda169754096c48281c75cbc5fd21e62e2cbb780b
staging: slicoss: ensure mapping of io-memory is uncached

Writes to registers should be done uncached for various reasons. Ensure
this by replacing ioremap() with ioremap_nocache().

Signed-off-by: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/slicoss/slicoss.c