Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762502AbdLSLyH (ORCPT ); Tue, 19 Dec 2017 06:54:07 -0500 Received: from esa1.microchip.iphmx.com ([68.232.147.91]:45307 "EHLO esa1.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762483AbdLSLyF (ORCPT ); Tue, 19 Dec 2017 06:54:05 -0500 X-IronPort-AV: E=Sophos;i="5.45,426,1508828400"; d="scan'208";a="10275924" From: To: CC: , , , , , , , , , Subject: RE: [PATCH v9 2/2] media: i2c: Add the ov7740 image sensor driver Thread-Topic: [PATCH v9 2/2] media: i2c: Add the ov7740 image sensor driver Thread-Index: AQHTciCwr5FQsgXNfE2LwTcgUdM5oKNK5vMA//+0vCA= Date: Tue, 19 Dec 2017 11:54:03 +0000 Message-ID: References: <20171211013146.2497-1-wenyou.yang@microchip.com> <20171211013146.2497-3-wenyou.yang@microchip.com> <20171219092246.3usg5mdyi27ivqlq@valkosipuli.retiisi.org.uk> In-Reply-To: <20171219092246.3usg5mdyi27ivqlq@valkosipuli.retiisi.org.uk> Accept-Language: zh-CN, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.10.215.90] Content-Type: text/plain; charset="gb2312" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by nfs id vBJBsALN016992 Content-Length: 1668 Lines: 49 Hi Sakari, > -----Original Message----- > From: Sakari Ailus [mailto:sakari.ailus@iki.fi] > Sent: 2017??12??19?? 17:23 > To: Wenyou Yang - A41535 > Cc: Mauro Carvalho Chehab ; Rob Herring > ; Mark Rutland ; linux- > kernel@vger.kernel.org; Nicolas Ferre - M43238 ; > devicetree@vger.kernel.org; Jonathan Corbet ; Hans Verkuil > ; linux-arm-kernel@lists.infradead.org; Linux Media Mailing List > ; Songjun Wu > Subject: Re: [PATCH v9 2/2] media: i2c: Add the ov7740 image sensor driver > > On Mon, Dec 11, 2017 at 09:31:46AM +0800, 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 > > Applied with this diff: Thank you very much. > > diff --git a/drivers/media/i2c/ov7740.c b/drivers/media/i2c/ov7740.c index > 0308ba437bbb..041a77039d70 100644 > --- a/drivers/media/i2c/ov7740.c > +++ b/drivers/media/i2c/ov7740.c > @@ -1,5 +1,7 @@ > -// SPDX-License-Identifier: GPL-2.0 > -// Copyright (c) 2017 Microchip Corporation. > +/* > + * SPDX-License-Identifier: GPL-2.0 > + * Copyright (c) 2017 Microchip Corporation. > + */ > > #include > #include > > -- > Sakari Ailus > e-mail: sakari.ailus@iki.fi Best Regards, Wenyou Yang