All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mailbox: introduce STMicroelectronics STM32 IPCC driver
@ 2018-02-28 13:24 ` Fabien Dessenne
  0 siblings, 0 replies; 13+ messages in thread
From: Fabien Dessenne @ 2018-02-28 13:24 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Maxime Coquelin, Alexandre Torgue,
	Jassi Brar, Ludovic Barre, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Benjamin Gaignard, Loic Pallardy, Arnaud Pouliquen

The STMicroelectronics STM32 Inter-Processor Communication Controller
(IPCC) is used for communicating data between two processors.
It provides a non blocking signaling mechanism to post and retrieve
communication data in an atomic way.

Fabien Dessenne (2):
  dt-bindings: mailbox: add STMicroelectronics STM32 IPCC binding
  mailbox: add STMicroelectronics STM32 IPCC driver

 .../devicetree/bindings/mailbox/stm32-ipcc.txt     |  48 +++
 drivers/mailbox/Kconfig                            |   8 +
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/stm32-ipcc.c                       | 403 +++++++++++++++++++++
 4 files changed, 461 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/stm32-ipcc.txt
 create mode 100644 drivers/mailbox/stm32-ipcc.c

-- 
2.7.4

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

end of thread, other threads:[~2018-03-06  9:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28 13:24 [PATCH 0/2] mailbox: introduce STMicroelectronics STM32 IPCC driver Fabien Dessenne
2018-02-28 13:24 ` Fabien Dessenne
2018-02-28 13:24 ` Fabien Dessenne
2018-02-28 13:24 ` [PATCH 1/2] dt-bindings: mailbox: add STMicroelectronics STM32 IPCC binding Fabien Dessenne
2018-02-28 13:24   ` Fabien Dessenne
2018-02-28 13:24   ` Fabien Dessenne
2018-03-06  0:57   ` Rob Herring
2018-03-06  0:57     ` Rob Herring
2018-03-06  9:54     ` Benjamin Gaignard
2018-03-06  9:54       ` Benjamin Gaignard
2018-02-28 13:24 ` [PATCH 2/2] mailbox: add STMicroelectronics STM32 IPCC driver Fabien Dessenne
2018-02-28 13:24   ` Fabien Dessenne
2018-02-28 13:24   ` Fabien Dessenne

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.