[PATCH v2 0/6] irqchip/stm32-exti: Fixes and simplifications

From: Antonio Borneo
Date: Mon Jun 06 2022 - 12:29:20 EST


This series address some code fix for irq-stm32-exti driver and
simplifies the table that remaps the interrupts from exti to gic.


v1->v2
- Properly format the commit title and expand the commit msg;
- drop the patch v1 4/7:
"irqchip/stm32-exti: forward irq_request_resources to parent"
in favor of the generic:
https://lore.kernel.org/lkml/20220512160544.13561-1-antonio.borneo@xxxxxxxxxxx/
"genirq: Don't return error on missing optional
irq_request_resources()";
- use consistently UNDEF_REG for non existing EMR registers;
- rebase on v5.19-rc1.


Alexandre Torgue (1):
irqchip/stm32-exti: Tag emr register as undefined for stm32mp15

Antonio Borneo (3):
irqchip/stm32-exti: Prevent illegal read due to unbounded DT value
irqchip/stm32-exti: Read event trigger type from event_trg register
irqchip/stm32-exti: Simplify irq description table

Loic Pallardy (1):
irqchip/stm32-exti: Fix irq_mask/irq_unmask for direct events

Ludovic Barre (1):
irqchip/stm32-exti: Fix irq_set_affinity return value

drivers/irqchip/irq-stm32-exti.c | 250 +++++++++++++++----------------
1 file changed, 124 insertions(+), 126 deletions(-)


base-commit: f2906aa863381afb0015a9eb7fefad885d4e5a56
--
2.36.1