regmap: Revert "add 64-bit mode support" and Co.
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 22 Jun 2023 18:36:11 +0000 (21:36 +0300)
committerMark Brown <broonie@kernel.org>
Sun, 9 Jul 2023 21:48:44 +0000 (22:48 +0100)
commit1425bdd7ef88631d0623ce3d0b8c89d8a65815d2
treec103b798c06c79cec3cd601fc440e52edbff52fe
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
regmap: Revert "add 64-bit mode support" and Co.

With unsigned int type we never ever can pass 64-bit value.
Remove never properly worked code.

Note, there are no users in kernel for this size of register
offsets or data.

This reverts commit afcc00b91f1865f6d0bbdb687dd642ce8a3c3c9e.

Also revert other 64-bit code excerpts in the regmap implementation
that had been induced by the false impression made by the above
mentioned change that there is a support of that data size.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230622183613.58762-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/base/regmap/regmap.c