[PATCH v3 0/2] pinctrl: ingenic: Convert to immutable irq chip

Aidan MacDonald posted 2 patches 3 years, 10 months ago
drivers/pinctrl/pinctrl-ingenic.c | 64 +++++++++++++++++++------------
1 file changed, 40 insertions(+), 24 deletions(-)
[PATCH v3 0/2] pinctrl: ingenic: Convert to immutable irq chip
Posted by Aidan MacDonald 3 years, 10 months ago
Two cleanup patches for pinctrl-ingenic.

v3:
* Put includes into alphabetical order.

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(-)

-- 
2.35.1
Re: [PATCH v3 0/2] pinctrl: ingenic: Convert to immutable irq chip
Posted by Linus Walleij 3 years, 9 months ago
On Wed, Jun 22, 2022 at 8:49 PM Aidan MacDonald
<aidanmacdonald.0x0@gmail.com> wrote:

> Two cleanup patches for pinctrl-ingenic.

Patches applied!

Yours,
Linus Walleij