mfd: intel-lpss: Use writeq() helper
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 14 Sep 2015 08:32:48 +0000 (11:32 +0300)
committerLee Jones <lee.jones@linaro.org>
Mon, 26 Oct 2015 14:49:03 +0000 (14:49 +0000)
commit689d4453ed8212ab4a5d53982ac01cbe6531d18a
tree987cf0494829c44a73366fdb69371ce8a0f7c4f3
parent327cc18e76295690f560feb999cd4ec0e5d661d5
mfd: intel-lpss: Use writeq() helper

There are already helper functions to do 64-bit I/O on 32-bit machines, thus we
don't need to reinvent the wheel. In our case we can't use readq() / writeq()
even on 64-bit kernel since there is a hardware limitation (OCP bus is a 32-bit
bus).

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/intel-lpss.c