All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Make STM32 interrupt controller use hwspinlock
@ 2018-11-13 14:48 ` Benjamin Gaignard
  0 siblings, 0 replies; 18+ messages in thread
From: Benjamin Gaignard @ 2018-11-13 14:48 UTC (permalink / raw)
  To: linux-arm-kernel

This series allow to protect STM32 interrupt controller configuration registers
with a hwspinlock to avoid conflicting accesses between processors. 

Benjamin Gaignard (3):
  dt-bindings: interrupt-controller: stm32: Document hwlock properties
  irqchip: stm32: protect configuration registers with hwspinlock
  ARM: dts: stm32: Add hwlock for irqchip on stm32mp157

 .../interrupt-controller/st,stm32-exti.txt         |  4 +++
 arch/arm/boot/dts/stm32mp157c.dtsi                 |  1 +
 drivers/irqchip/irq-stm32-exti.c                   | 36 ++++++++++++++++++----
 3 files changed, 35 insertions(+), 6 deletions(-)

-- 
2.15.0

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2018-12-13 17:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-13 14:48 [PATCH 0/3] Make STM32 interrupt controller use hwspinlock Benjamin Gaignard
2018-11-13 14:48 ` Benjamin Gaignard
2018-11-13 14:48 ` [PATCH 1/3] dt-bindings: interrupt-controller: stm32: Document hwlock properties Benjamin Gaignard
2018-11-13 14:48   ` Benjamin Gaignard
2018-12-04 20:47   ` Rob Herring
2018-12-04 20:47     ` Rob Herring
2018-12-13 14:23     ` Marc Zyngier
2018-12-13 14:23       ` Marc Zyngier
2018-12-13 14:55       ` Benjamin Gaignard
2018-12-13 14:55         ` Benjamin Gaignard
2018-12-13 17:19         ` Marc Zyngier
2018-12-13 17:19           ` Marc Zyngier
2018-11-13 14:48 ` [PATCH 2/3] irqchip: stm32: protect configuration registers with hwspinlock Benjamin Gaignard
2018-11-13 14:48   ` Benjamin Gaignard
2018-12-07 18:14   ` Marc Zyngier
2018-12-07 18:14     ` Marc Zyngier
2018-11-13 14:48 ` [PATCH 3/3] ARM: dts: stm32: Add hwlock for irqchip on stm32mp157 Benjamin Gaignard
2018-11-13 14:48   ` Benjamin Gaignard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.