Message ID | 20220617122855.739190-1-aidanmacdonald.0x0@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | pinctrl: ingenic: Convert to immutable irq chip | expand |
On 2022-06-17 13:28, Aidan MacDonald wrote: > Two cleanup patches for pinctrl-ingenic. > > v2: > * Add print_chip callback to avoid changing /proc/interrupts output > * Add patch to use irqd_to_hwirq() > > Aidan MacDonald (2): > pinctrl: ingenic: Use irqd_to_hwirq() > pinctrl: ingenic: Convert to immutable irq chip > > drivers/pinctrl/pinctrl-ingenic.c | 64 +++++++++++++++++++------------ > 1 file changed, 40 insertions(+), 24 deletions(-) For the series: Acked-by: Marc Zyngier <maz@kernel.org> M.
Hi Aidan, Le ven., juin 17 2022 at 13:28:53 +0100, Aidan MacDonald <aidanmacdonald.0x0@gmail.com> a écrit : > Two cleanup patches for pinctrl-ingenic. > > v2: > * Add print_chip callback to avoid changing /proc/interrupts output > * Add patch to use irqd_to_hwirq() > > Aidan MacDonald (2): > pinctrl: ingenic: Use irqd_to_hwirq() > pinctrl: ingenic: Convert to immutable irq chip > > drivers/pinctrl/pinctrl-ingenic.c | 64 > +++++++++++++++++++------------ > 1 file changed, 40 insertions(+), 24 deletions(-) Reviewed-by: Paul Cercueil <paul@crapouillou.net> For the two patches. Cheers, -Paul