Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752381AbdLGKH1 (ORCPT ); Thu, 7 Dec 2017 05:07:27 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:41206 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750899AbdLGKH0 (ORCPT ); Thu, 7 Dec 2017 05:07:26 -0500 X-Google-Smtp-Source: AGs4zMZ1iHOBTTV46eUvpfNSwAvEvi/hITDE+P1NjviFewFZDiZ2I5RqbuwVB0UQvsR2i7WQOPg9fdn8n0pfWoHaoXY= MIME-Version: 1.0 In-Reply-To: <1512474212-12803-1-git-send-email-dshah@xilinx.com> References: <1512474212-12803-1-git-send-email-dshah@xilinx.com> From: Philippe Ombredanne Date: Thu, 7 Dec 2017 11:06:44 +0100 Message-ID: Subject: Re: [PATCH] [linux][master][v1] misc: Add Xilinx ZYNQMP VCU logicoreIP init driver To: Dhaval Shah Cc: Arnd Bergmann , Greg Kroah-Hartman , LKML , michal.simek@xilinx.com, hyunk@xilinx.com, Dhaval Shah Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 835 Lines: 30 Daval, On Tue, Dec 5, 2017 at 12:43 PM, Dhaval Shah wrote: > Xilinx ZYNQMP VCU Init driver is based on the new LogiCoreIP design > created. This driver will provide the api which can be used > by the encoder and decoder driver to get the configured value. > > Signed-off-by: Dhaval Shah [] > diff --git a/drivers/misc/xlnx_vcu.c b/drivers/misc/xlnx_vcu.c > new file mode 100644 > index 0000000..373f7f9 > --- /dev/null > +++ b/drivers/misc/xlnx_vcu.c > @@ -0,0 +1,664 @@ > +/* > + * Xilinx VCU Init > + * > + * Copyright (C) 2016 - 2017 Xilinx, Inc. > + * > + * Contacts Dhaval Shah > + * > + * SPDX-License-Identifier: GPL-2.0 > + */ The SPDX id should be on the first line with a C++ // style comment instead as requested by Linus. -- Cordially Philippe Ombredanne