From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Ombredanne Subject: Re: [RFC 1/2] mailbox: ZynqMP IPI mailbox controller Date: Thu, 30 Nov 2017 09:15:39 +0100 Message-ID: References: <1511999947-8274-1-git-send-email-jliang@xilinx.com> <1511999947-8274-2-git-send-email-jliang@xilinx.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: <1511999947-8274-2-git-send-email-jliang@xilinx.com> Sender: linux-kernel-owner@vger.kernel.org To: Wendy Liang Cc: jassisinghbrar@gmail.com, michal.simek@xilinx.com, robh+dt@kernel.org, mark.rutland@arm.com, LKML , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Wendy Liang List-Id: devicetree@vger.kernel.org On Thu, Nov 30, 2017 at 12:59 AM, Wendy Liang 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