Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762844AbdLSMut (ORCPT ); Tue, 19 Dec 2017 07:50:49 -0500 Received: from mail-oi0-f65.google.com ([209.85.218.65]:41387 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762825AbdLSMup (ORCPT ); Tue, 19 Dec 2017 07:50:45 -0500 X-Google-Smtp-Source: ACJfBotbg+4xHizCAaPcC6PtVv00gCpxNjsoRn8AkOrh7VdfmQwoXxrc4uTXnYc9ZQVfOCZIUW3KSFbR3y1LhiK48RE= MIME-Version: 1.0 In-Reply-To: <20171219092246.3usg5mdyi27ivqlq@valkosipuli.retiisi.org.uk> References: <20171211013146.2497-1-wenyou.yang@microchip.com> <20171211013146.2497-3-wenyou.yang@microchip.com> <20171219092246.3usg5mdyi27ivqlq@valkosipuli.retiisi.org.uk> From: Fabio Estevam Date: Tue, 19 Dec 2017 10:50:44 -0200 Message-ID: Subject: Re: [PATCH v9 2/2] media: i2c: Add the ov7740 image sensor driver To: Sakari Ailus , Philippe Ombredanne Cc: Wenyou Yang , Mark Rutland , devicetree@vger.kernel.org, Jonathan Corbet , linux-kernel , Mauro Carvalho Chehab , Rob Herring , Hans Verkuil , Songjun Wu , linux-arm-kernel@lists.infradead.org, Linux Media Mailing List 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: 953 Lines: 26 Hi Sakari, On Tue, Dec 19, 2017 at 7:22 AM, Sakari Ailus wrote: > 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. > + */ The original version is the recommended format for the SPDX identifier.