[PATCH v2 0/4] regmap: mmio: Extending to support IO ports

From: Andy Shevchenko
Date: Mon Aug 08 2022 - 16:34:09 EST


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

Changelog v2:
- dropped the first two patches (Mark)
- split the last patch to two (Mark)

Andy Shevchenko (4):
regmap: mmio: Remove mmio_relaxed member from context
regmap: mmio: Get rid of broken 64-bit IO
regmap: mmio: Introduce IO accessors that can talk to IO port
regmap: mmio: Fix MMIO accessors to avoid talking to IO port

drivers/base/regmap/regmap-mmio.c | 140 +++++++++++++++++++-----------
include/linux/regmap.h | 3 +
2 files changed, 91 insertions(+), 52 deletions(-)

--
2.35.1