2020-10-16 19:58:57

by Fabrice Gasnier

[permalink] [raw]
Subject: [PATCH 0/3] Add STM32 LP timer EXTI interrupts

STM32 LP timer that's available on STM32MP15x can wakeup the platform
using EXTI interrupts.

This series add:
- LP timer EXTI - GIC interrupt events to EXTI driver and device-tree
- LP timer wakeup-source to device-tree

Fabrice Gasnier (3):
irqchip/stm32-exti: Add all LP timer exti direct events support
ARM: dts: stm32: Add LP timer irqs on stm32mp151
ARM: dts: stm32: Add LP timer wakeup-source on stm32mp151

arch/arm/boot/dts/stm32mp151.dtsi | 10 ++++++++++
drivers/irqchip/irq-stm32-exti.c | 4 ++++
2 files changed, 14 insertions(+)

--
2.7.4


2020-10-25 16:32:18

by Marc Zyngier

[permalink] [raw]
Subject: Re: [PATCH 0/3] Add STM32 LP timer EXTI interrupts

On Fri, 16 Oct 2020 16:40:16 +0200, Fabrice Gasnier wrote:
> STM32 LP timer that's available on STM32MP15x can wakeup the platform
> using EXTI interrupts.
>
> This series add:
> - LP timer EXTI - GIC interrupt events to EXTI driver and device-tree
> - LP timer wakeup-source to device-tree
>
> [...]

Applied to irq/irqchip-next, thanks!

[1/3] irqchip/stm32-exti: Add all LP timer exti direct events support
commit: a00e85b581fd5ee47e770b6b8d2038dbebbe81f9

Please route the last two patches via arm-soc.

Cheers,

M.
--
Without deviation from the norm, progress is not possible.


2020-11-09 10:58:46

by Alexandre Torgue

[permalink] [raw]
Subject: Re: [PATCH 0/3] Add STM32 LP timer EXTI interrupts

Hi Fabrice

On 10/16/20 4:40 PM, Fabrice Gasnier wrote:
> STM32 LP timer that's available on STM32MP15x can wakeup the platform
> using EXTI interrupts.
>
> This series add:
> - LP timer EXTI - GIC interrupt events to EXTI driver and device-tree
> - LP timer wakeup-source to device-tree
>
> Fabrice Gasnier (3):
> irqchip/stm32-exti: Add all LP timer exti direct events support
> ARM: dts: stm32: Add LP timer irqs on stm32mp151
> ARM: dts: stm32: Add LP timer wakeup-source on stm32mp151
>
> arch/arm/boot/dts/stm32mp151.dtsi | 10 ++++++++++
> drivers/irqchip/irq-stm32-exti.c | 4 ++++
> 2 files changed, 14 insertions(+)
>

DT patches applied on stm32-next.

thanks
alex