[PATCH v9 2/2] media: i2c: Add the ov7740 image sensor driver
From: Wenyou.Yang at microchip.com <hidden>
Date: 2017-12-19 11:54:07
Also in:
linux-devicetree, linux-media, lkml
From: Wenyou.Yang at microchip.com <hidden>
Date: 2017-12-19 11:54:07
Also in:
linux-devicetree, linux-media, lkml
Hi Sakari,
-----Original Message----- From: Sakari Ailus [mailto:sakari.ailus at iki.fi] Sent: 2017?12?19? 17:23 To: Wenyou Yang - A41535 <redacted> Cc: Mauro Carvalho Chehab <redacted>; Rob Herring [off-list ref]; Mark Rutland [off-list ref]; linux- kernel at vger.kernel.org; Nicolas Ferre - M43238 [off-list ref]; devicetree at vger.kernel.org; Jonathan Corbet [off-list ref]; Hans Verkuil [off-list ref]; linux-arm-kernel at lists.infradead.org; Linux Media Mailing List [off-list ref]; Songjun Wu [off-list ref] 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:quoted
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 <redacted> Signed-off-by: Wenyou Yang <redacted>Applied with this diff:
Thank you very much.
diff --git a/drivers/media/i2c/ov7740.c b/drivers/media/i2c/ov7740.c index0308ba437bbb..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 <linux/clk.h> #include <linux/delay.h> --Sakari Ailus e-mail: sakari.ailus at iki.fi
Best Regards, Wenyou Yang