regmap-irq: Drop backward compatibility for inverted mask/unmask
authorAidan MacDonald <aidanmacdonald.0x0@gmail.com>
Thu, 11 May 2023 09:13:42 +0000 (10:13 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 12 May 2023 01:28:03 +0000 (10:28 +0900)
commit0a3a56875500aaa5b0bc8f857ed46c8cd46d0775
tree8e1d342e6c1d877c430885edd44206190bef69e9
parenta240d23ee9dce2a9fe68d614f19a463d7029fb87
regmap-irq: Drop backward compatibility for inverted mask/unmask

All users must now specify .mask_unmask_non_inverted = true to
ensure they are using the expected semantics: 1s disable IRQs
in the mask registers, and enable IRQs in the unmask registers.

Signed-off-by: Aidan MacDonald <aidanmacdonald.0x0@gmail.com
Link: https://lore.kernel.org/r/20230511091342.26604-5-aidanmacdonald.0x0@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org
drivers/base/regmap/regmap-irq.c