linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Make STM32 interrupt controller use hwspinlock
@ 2018-12-17 14:22 Benjamin Gaignard
  2018-12-17 14:22 ` [PATCH v3 1/3] dt-bindings: interrupt-controller: stm32: Document hwlock properties Benjamin Gaignard
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Benjamin Gaignard @ 2018-12-17 14:22 UTC (permalink / raw)
  To: tglx, jason, marc.zyngier, robh+dt, mark.rutland, alexandre.torgue
  Cc: linux-kernel, devicetree, linux-arm-kernel, linux-stm32,
	Benjamin Gaignard

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

version 3:
- with bindings patch

version 2:
- rework hwspinlock locking sequence in stm32 irqchip to take care of the
  cases where hwspinlock node is disabled or not yet probed

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                   | 116 ++++++++++++++++++---
 3 files changed, 105 insertions(+), 16 deletions(-)

-- 
2.15.0


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

end of thread, other threads:[~2018-12-19 15:01 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-17 14:22 [PATCH v3 0/3] Make STM32 interrupt controller use hwspinlock Benjamin Gaignard
2018-12-17 14:22 ` [PATCH v3 1/3] dt-bindings: interrupt-controller: stm32: Document hwlock properties Benjamin Gaignard
2018-12-18 15:06   ` Rob Herring
2018-12-17 14:22 ` [PATCH v3 2/3] irqchip: stm32: protect configuration registers with hwspinlock Benjamin Gaignard
2018-12-17 14:22 ` [PATCH v3 3/3] ARM: dts: stm32: Add hwlock for irqchip on stm32mp157 Benjamin Gaignard
2018-12-18 15:39 ` [PATCH v3 0/3] Make STM32 interrupt controller use hwspinlock Marc Zyngier
2018-12-19 15:00   ` Alexandre Torgue

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).