RE: [PATCH v9 2/2] media: i2c: Add the ov7740 image sensor driver

From: Wenyou.Yang
Date: Tue Dec 19 2017 - 06:54:09 EST


Hi Sakari,

> -----Original Message-----
> From: Sakari Ailus [mailto:sakari.ailus@xxxxxx]
> Sent: 2017年12月19日 17:23
> To: Wenyou Yang - A41535 <Wenyou.Yang@xxxxxxxxxxxxx>
> Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx>; Rob Herring
> <robh+dt@xxxxxxxxxx>; Mark Rutland <mark.rutland@xxxxxxx>; linux-
> kernel@xxxxxxxxxxxxxxx; Nicolas Ferre - M43238 <Nicolas.Ferre@xxxxxxxxxxxxx>;
> devicetree@xxxxxxxxxxxxxxx; Jonathan Corbet <corbet@xxxxxxx>; Hans Verkuil
> <hverkuil@xxxxxxxxx>; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; Linux Media Mailing List
> <linux-media@xxxxxxxxxxxxxxx>; Songjun Wu <songjun.wu@xxxxxxxxxxxxx>
> 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 <songjun.wu@xxxxxxxxxxxxx>
> > Signed-off-by: Wenyou Yang <wenyou.yang@xxxxxxxxxxxxx>
>
> 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 <linux/clk.h>
> #include <linux/delay.h>
>
> --
> Sakari Ailus
> e-mail: sakari.ailus@xxxxxx


Best Regards,
Wenyou Yang