linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: wendy.liang@xilinx.com (Wendy Liang)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC 0/2] Xilinx ZynqMP IPI Mailbox Controller Driver
Date: Wed, 29 Nov 2017 15:59:05 -0800	[thread overview]
Message-ID: <1511999947-8274-1-git-send-email-jliang@xilinx.com> (raw)

Introduce mailbox controller driver for ZynqMP IPI(Inter-processor
interrupt) IP core.

There is previous discussion on the DT bindings:
https://patchwork.kernel.org/patch/10012755/

Wendy Liang (2):
  mailbox: ZynqMP IPI mailbox controller
  dt-bindings: mailbox: Add Xilinx IPI Mailbox

 .../bindings/mailbox/xlnx,zynqmp-ipi-mailbox.txt   | 113 ++++
 drivers/mailbox/Kconfig                            |   8 +
 drivers/mailbox/Makefile                           |   2 +
 drivers/mailbox/zynqmp-ipi-mailbox.c               | 633 +++++++++++++++++++++
 include/linux/mailbox/zynqmp-ipi-message.h         |  24 +
 5 files changed, 780 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mailbox/xlnx,zynqmp-ipi-mailbox.txt
 create mode 100644 drivers/mailbox/zynqmp-ipi-mailbox.c
 create mode 100644 include/linux/mailbox/zynqmp-ipi-message.h

-- 
2.7.4

             reply	other threads:[~2017-11-29 23:59 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-29 23:59 Wendy Liang [this message]
2017-11-29 23:59 ` [RFC 1/2] mailbox: ZynqMP IPI mailbox controller Wendy Liang
2017-11-30  8:15   ` Philippe Ombredanne
2017-11-29 23:59 ` [RFC 2/2] dt-bindings: mailbox: Add Xilinx IPI Mailbox Wendy Liang
2017-12-01 22:23   ` Rob Herring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1511999947-8274-1-git-send-email-jliang@xilinx.com \
    --to=wendy.liang@xilinx.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).