commit | 689d4453ed8212ab4a5d53982ac01cbe6531d18a | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Mon Sep 14 11:32:48 2015 +0300 |
committer | Lee Jones <lee.jones@linaro.org> | Mon Oct 26 14:49:03 2015 +0000 |
tree | 987cf0494829c44a73366fdb69371ce8a0f7c4f3 | |
parent | 327cc18e76295690f560feb999cd4ec0e5d661d5 [diff] |
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>