Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752218AbdLKBdq (ORCPT ); Sun, 10 Dec 2017 20:33:46 -0500 Received: from esa6.microchip.iphmx.com ([216.71.154.253]:51748 "EHLO esa6.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751659AbdLKBdp (ORCPT ); Sun, 10 Dec 2017 20:33:45 -0500 X-IronPort-AV: E=Sophos;i="5.44,434,1505804400"; d="scan'208";a="6910903" Subject: Re: [PATCH v8 2/2] media: i2c: Add the ov7740 image sensor driver To: Philippe Ombredanne CC: Mauro Carvalho Chehab , Rob Herring , Mark Rutland , LKML , Nicolas Ferre , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Sakari Ailus , Jonathan Corbet , Hans Verkuil , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , Linux Media Mailing List , Songjun Wu References: <20171208015542.15444-1-wenyou.yang@microchip.com> <20171208015542.15444-3-wenyou.yang@microchip.com> From: "Yang, Wenyou" Message-ID: Date: Mon, 11 Dec 2017 09:33:37 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1460 Lines: 43 Hi Philippe, On 2017/12/8 21:14, Philippe Ombredanne wrote: > Wenyou, > > On Fri, Dec 8, 2017 at 2:55 AM, Wenyou Yang wrote: >> The ov7740 (color) image sensor is a high performance VGA CMOS >> image snesor, which supports for output formats: RAW RGB and YUV >> and image sizes: VGA, and QVGA, CIF and any size smaller. >> >> Signed-off-by: Songjun Wu >> Signed-off-by: Wenyou Yang > [] >> --- /dev/null >> +++ b/drivers/media/i2c/ov7740.c >> @@ -0,0 +1,1226 @@ >> +/* >> + * Copyright (c) 2017 Microchip Corporation. >> + * >> + * This program is free software; you can redistribute it and/or >> + * modify it under the terms of the GNU General Public License version >> + * 2 as published by the Free Software Foundation. >> + * >> + * This program is distributed in the hope that it will be useful, >> + * but WITHOUT ANY WARRANTY; without even the implied warranty of >> + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the >> + * GNU General Public License for more details. >> + * >> + */ > Have you considered using the new SPDX ids instead of this fine legalese? > e.g.: > > // SPDX-License-Identifier: GPL-2.0 > // Copyright (c) 2017 Microchip Corporation. > > Short and neat! Check also Thomas doc patches and Linus comments on > why he prefers the C++ comment style for these. Thank you for your suggestion and information. Best Regards, Wenyou Yang