regmap-irq: Cleanups and remove unused
authorMark Brown <broonie@kernel.org>
Fri, 12 May 2023 04:29:46 +0000 (13:29 +0900)
committerMark Brown <broonie@kernel.org>
Fri, 12 May 2023 04:29:46 +0000 (13:29 +0900)
commit53632462666c378774f7665960f0ab67ac22f77a
treed9824f1d74a50f690d74a6bd46ebfcf1093b0100
parente12ff28764937dd58c8613f16065da60da149048
parent0a3a56875500aaa5b0bc8f857ed46c8cd46d0775
regmap-irq: Cleanups and remove unused

Merge series from Aidan MacDonald <aidanmacdonald.0x0@gmail.com>:

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

- 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.