diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2022-08-08 23:33:58 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-15 03:20:09 +0300 |
commit | 159dfabd207628c983e0c3c5ef607f496ff5e6a5 (patch) | |
tree | 40365243abd1187b12bdf591415abaeefbb4ade9 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | ada79bca380009a85d1e643e5a4da0c079f28225 (diff) | |
download | linux-159dfabd207628c983e0c3c5ef607f496ff5e6a5.tar.xz |
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>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions