drivers/irqchip/irq-stm32-exti.c | 250 +++++++++++++++---------------- 1 file changed, 124 insertions(+), 126 deletions(-)
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@foss.st.com/ "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
On Mon, 2022-06-06 at 18:27 +0200, Antonio Borneo wrote: > This series address some code fix for irq-stm32-exti driver and > simplifies the table that remaps the interrupts from exti to gic. > Gentle ping for this series. If there is anything I can do to let this series proceed, please let me know. Thanks, Antonio > 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@foss.st.com/ > "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
© 2016 - 2026 Red Hat, Inc.