From patchwork Tue Dec 19 09:22:46 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sakari Ailus X-Patchwork-Id: 10122821 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id A173E60390 for ; Tue, 19 Dec 2017 09:23:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A19D29107 for ; Tue, 19 Dec 2017 09:23:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8F53F2910A; Tue, 19 Dec 2017 09:23:06 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3D3D029107 for ; Tue, 19 Dec 2017 09:23:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761550AbdLSJWx (ORCPT ); Tue, 19 Dec 2017 04:22:53 -0500 Received: from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:35400 "EHLO hillosipuli.retiisi.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1761482AbdLSJWt (ORCPT ); Tue, 19 Dec 2017 04:22:49 -0500 Received: from valkosipuli.localdomain (valkosipuli.retiisi.org.uk [IPv6:2001:1bc8:1a6:d3d5::80:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hillosipuli.retiisi.org.uk (Postfix) with ESMTPS id 9C320600D9; Tue, 19 Dec 2017 11:22:47 +0200 (EET) Received: from sakke by valkosipuli.localdomain with local (Exim 4.89) (envelope-from ) id 1eRE6p-0001eW-6G; Tue, 19 Dec 2017 11:22:47 +0200 Date: Tue, 19 Dec 2017 11:22:46 +0200 From: Sakari Ailus To: Wenyou Yang Cc: Mauro Carvalho Chehab , Rob Herring , Mark Rutland , linux-kernel@vger.kernel.org, Nicolas Ferre , 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 Message-ID: <20171219092246.3usg5mdyi27ivqlq@valkosipuli.retiisi.org.uk> References: <20171211013146.2497-1-wenyou.yang@microchip.com> <20171211013146.2497-3-wenyou.yang@microchip.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20171211013146.2497-3-wenyou.yang@microchip.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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: 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