linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Adding driver for Xilinx LogiCORE IP mailbox.
@ 2015-05-21 23:37 Moritz Fischer
  2015-05-21 23:37 ` [PATCH 1/3] mailbox: " Moritz Fischer
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Moritz Fischer @ 2015-05-21 23:37 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset adds mailbox framework integration for the Xilinx LogiCORE IP
mailbox.  The Xilinx LogiCORE IP mailbox is a fpga softcore that allows
interprocessor communication between AXI4 stream / memory mapped
processors.

It has been tested with the version 2.1 of the core built with
Vivado 2014.4, running on a Zynq 7020.

If Michal or S?ren could look it over that would be great.

Cheers,

Moritz



Moritz Fischer (3):
  mailbox: Adding driver for Xilinx LogiCORE IP mailbox.
  dts: Adding docs for Xilinx LogiCORE IP mailbox driver.
  MAINTAINERS: Add entry for xilinx mailbox driver.

 .../bindings/mailbox/xilinx-mailbox.txt         |  40 +++
 MAINTAINERS                                     |   7 +
 drivers/mailbox/Kconfig                         |   8 +
 drivers/mailbox/Makefile                        |   2 +
 drivers/mailbox/mailbox-xilinx.c                | 339 +++++++++++++++++++
 5 files changed, 396 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/xilinx-mailbox.txt
 create mode 100644 drivers/mailbox/mailbox-xilinx.c

-- 
2.4.1

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

end of thread, other threads:[~2015-05-26 16:15 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-21 23:37 [PATCH 0/3] Adding driver for Xilinx LogiCORE IP mailbox Moritz Fischer
2015-05-21 23:37 ` [PATCH 1/3] mailbox: " Moritz Fischer
2015-05-22  6:32   ` Shubhrajyoti Datta
2015-05-22  7:08   ` Michal Simek
2015-05-21 23:37 ` [PATCH 2/3] dts: Adding docs for Xilinx LogiCORE IP mailbox driver Moritz Fischer
2015-05-22  5:43   ` Michal Simek
2015-05-25 19:04     ` Sören Brinkmann
2015-05-26 16:15       ` Moritz Fischer
2015-05-21 23:37 ` [PATCH 3/3] MAINTAINERS: Add entry for xilinx " Moritz Fischer
2015-05-22  5:44   ` Michal Simek

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