regmap: mmio: Get rid of broken 64-bit IO
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 8 Aug 2022 20:33:58 +0000 (23:33 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 15 Aug 2022 00:20:09 +0000 (01:20 +0100)
commit159dfabd207628c983e0c3c5ef607f496ff5e6a5
tree40365243abd1187b12bdf591415abaeefbb4ade9
parentada79bca380009a85d1e643e5a4da0c079f28225
regmap: mmio: Get rid of broken 64-bit IO

The current implementation, besides having no active users, is broken
by design of regmap. For 64-bit IO we need to supply 64-bit value,
otherwise there is no way to handle upper 32 bits in 64-bit register.

Hence, remove the broken IO accessors for good and wait for real user
that can fix entire regmap API for that.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: William Breathitt Gray <william.gray@linaro.org>
Link: https://lore.kernel.org/r/20220808203401.35153-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap-mmio.c