Message ID | 20220614202831.236341-1-stefan.wahren@i2se.com (mailing list archive) |
---|---|
Headers | show |
Series | pinctrl: bcm2835: Make the irqchip immutable | expand |
On Tue, 14 Jun 2022 21:28:29 +0100, Stefan Wahren <stefan.wahren@i2se.com> wrote: > > This small series makes the irqchip in the bcm2835 pinctrl driver immutable. > > Changes in V2: > - add patch to drop irq_enable/disable callbacks as suggested by Marc > - add missing GPIOCHIP_IRQ_RESOURCE_HELPERS found by Marc > > Stefan Wahren (2): > pinctrl: bcm2835: drop irq_enable/disable callbacks > pinctrl: bcm2835: Make the irqchip immutable > > drivers/pinctrl/bcm/pinctrl-bcm2835.c | 21 ++++++++++++--------- > 1 file changed, 12 insertions(+), 9 deletions(-) For the series: Reviewed-by: Marc Zyngier <maz@kernel.org> M.