From: Philippe Ombredanne <pombredanne@nexb.com>
To: Wendy Liang <wendy.liang@xilinx.com>
Cc: jassisinghbrar@gmail.com, michal.simek@xilinx.com,
robh+dt@kernel.org, mark.rutland@arm.com,
LKML <linux-kernel@vger.kernel.org>,
linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
Wendy Liang <jliang@xilinx.com>
Subject: Re: [RFC 1/2] mailbox: ZynqMP IPI mailbox controller
Date: Thu, 30 Nov 2017 09:15:39 +0100 [thread overview]
Message-ID: <CAOFm3uGaxxRtjnxU9MbbsEbiJejZ5tkafnZGaWc4wZVczYwKcQ@mail.gmail.com> (raw)
In-Reply-To: <1511999947-8274-2-git-send-email-jliang@xilinx.com>
On Thu, Nov 30, 2017 at 12:59 AM, Wendy Liang <wendy.liang@xilinx.com> wrote:
> diff --git a/drivers/mailbox/zynqmp-ipi-mailbox.c b/drivers/mailbox/zynqmp-ipi-mailbox.c
> new file mode 100644
> index 0000000..229f26c
> --- /dev/null
> +++ b/drivers/mailbox/zynqmp-ipi-mailbox.c
> @@ -0,0 +1,633 @@
> +/* SPDX-License-Identifier: GPL-2.0 */
FYI, the style Linus wants us to use is this for .c:, as a top line:
// SPDX-License-Identifier: GPL-2.0
See the threads for details on this.
--
Cordially
Philippe Ombredanne
next prev parent reply other threads:[~2017-11-30 8:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-29 23:59 [RFC 0/2] Xilinx ZynqMP IPI Mailbox Controller Driver Wendy Liang
2017-11-29 23:59 ` [RFC 1/2] mailbox: ZynqMP IPI mailbox controller Wendy Liang
2017-11-30 8:15 ` Philippe Ombredanne [this message]
[not found] ` <1511999947-8274-1-git-send-email-jliang-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2017-11-29 23:59 ` [RFC 2/2] dt-bindings: mailbox: Add Xilinx IPI Mailbox Wendy Liang
[not found] ` <1511999947-8274-3-git-send-email-jliang-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
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=CAOFm3uGaxxRtjnxU9MbbsEbiJejZ5tkafnZGaWc4wZVczYwKcQ@mail.gmail.com \
--to=pombredanne@nexb.com \
--cc=devicetree@vger.kernel.org \
--cc=jassisinghbrar@gmail.com \
--cc=jliang@xilinx.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=michal.simek@xilinx.com \
--cc=robh+dt@kernel.org \
--cc=wendy.liang@xilinx.com \
/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).