[PATCH v2 0/4] regmap-irq: Cleanups and remove unused functionality

From: Aidan MacDonald
Date: Thu May 11 2023 - 05:14:02 EST


v1->v2:
Rebase patches against for-6.5 branch of broonie/regmap.git.

- 1/4 and 2/4 remove unused, deprecated functionality
- 3/4 makes the behavior of .handle_mask_sync() a bit more consistent
w.r.t. mask and unmask registers, to aid maintainability.
- 4/4 removes now-unused "inverted mask/unmask" compatibility code.

v1:
This is a straightforward patch series, mostly just removing a bunch
of old features that were only used by a handful of drivers.

Link: https://lore.kernel.org/all/20230509110100.3980123-1-aidanmacdonald.0x0@xxxxxxxxx

Aidan MacDonald (4):
regmap-irq: Remove type registers
regmap-irq: Remove support for not_fixed_stride
regmap-irq: Minor adjustments to .handle_mask_sync()
regmap-irq: Drop backward compatibility for inverted mask/unmask

drivers/base/regmap/regmap-irq.c | 222 +++++++------------------------
include/linux/regmap.h | 16 ---
2 files changed, 47 insertions(+), 191 deletions(-)

--
2.39.2