linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] mailbox: introduce STMicroelectronics STM32 IPCC driver
@ 2018-04-12  6:47 Fabien Dessenne
  2018-04-12  6:47 ` [PATCH v4 1/2] dt-bindings: mailbox: add STMicroelectronics STM32 IPCC binding Fabien Dessenne
  2018-04-12  6:47 ` [PATCH v4 2/2] mailbox: add STMicroelectronics STM32 IPCC driver Fabien Dessenne
  0 siblings, 2 replies; 4+ messages in thread
From: Fabien Dessenne @ 2018-04-12  6:47 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.

Changes since v4:
- add Rob's 'Reviewed-by' in dt bindings

Changes since v3:
- update after Jassi Brar review: remove 'driver.owner'

Changes since v2:
- update bindings and driver according to Rob's comments:
    - change compatible property to "st,stm32mp1-ipcc"
    - change "st,proc_id" property to "st,proc-id"
    - define all interrupts as mandatory

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

 .../devicetree/bindings/mailbox/stm32-ipcc.txt     |  47 +++
 drivers/mailbox/Kconfig                            |   8 +
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/stm32-ipcc.c                       | 402 +++++++++++++++++++++
 4 files changed, 459 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] 4+ messages in thread

end of thread, other threads:[~2018-05-14 15:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-12  6:47 [PATCH v4 0/2] mailbox: introduce STMicroelectronics STM32 IPCC driver Fabien Dessenne
2018-04-12  6:47 ` [PATCH v4 1/2] dt-bindings: mailbox: add STMicroelectronics STM32 IPCC binding Fabien Dessenne
2018-04-12  6:47 ` [PATCH v4 2/2] mailbox: add STMicroelectronics STM32 IPCC driver Fabien Dessenne
2018-05-14 15:54   ` [v4,2/2] " Fabien DESSENNE

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).