pinctrl: bcm2835: drop irq_enable/disable callbacks
authorStefan Wahren <stefan.wahren@i2se.com>
Tue, 14 Jun 2022 20:28:30 +0000 (22:28 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sat, 25 Jun 2022 23:03:39 +0000 (01:03 +0200)
commitdb1b3ecee9dbb010f0ac951e3953167f5e088c6f
tree1b9421fc62669ed3c81eee7a2cfea60ad2da1d59
parentf9446fd1e9471b25f0d93bbba17e60724aff89d5
pinctrl: bcm2835: drop irq_enable/disable callbacks

The commit b8a19382ac62 ("pinctrl: bcm2835: Fix support for threaded level
triggered IRQs") assigned the irq_mask/unmask callbacks with the
already existing functions for irq_enable/disable. The wasn't completely
the right way (tm) to fix the issue, because these callbacks shouldn't
be identical. So fix this by rename the functions to represent their
intension and drop the unnecessary irq_enable/disable assigment.

Suggested-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220614202831.236341-2-stefan.wahren@i2se.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/bcm/pinctrl-bcm2835.c