regmap: mmio: Extending to support IO ports
authorMark Brown <broonie@kernel.org>
Mon, 15 Aug 2022 17:42:13 +0000 (18:42 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 15 Aug 2022 17:42:13 +0000 (18:42 +0100)
commit77672e0387f90153e3c7ee89456d16dcacfef6d2
tree795c0255f7087a53ba6b6a2ef03b63f6a5e0c591
parent060004431df4958a326d6a45107b2fe3406d10f2
parent7e7ba58c94127efa97c249e38cc2d1c0ed78b58f
regmap: mmio: Extending to support IO ports

Merge series from Andy Shevchenko <andriy.shevchenko@linux.intel.com>:

Currently regmap MMIO doesn't support IO ports, while being inconsistent
in used IO accessors. Fix the latter and extend framework with the
former.