From: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
To: Guennadi Liakhovetski <g.liakhovetski-Mmb7MZpHnFY@public.gmane.org>
Cc: video4linux-list-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org,
linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 4/4 v2] soc-camera: add support for MT9T031 CMOS camera sensor from Micron
Date: Mon, 22 Dec 2008 17:37:42 +0100 [thread overview]
Message-ID: <200812221737.42194.khali@linux-fr.org> (raw)
In-Reply-To: <Pine.LNX.4.64.0812180938380.3963-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
Hi Guennadi,
Le Jeudi 18 Décembre 2008 09:40, Guennadi Liakhovetski a écrit :
> From: Guennadi Liakhovetski <lg-ynQEQJNshbs@public.gmane.org>
>
> This camera is rather similar to MT9M001, but also has a couple of
> enhanced features, like pixel binning.
I didn't look at the datasheets, but just to make sure you didn't
overlook this possibility: wouldn't it make sense to have a single
driver for both devices? The i2c subsystem architecture makes this
easy.
>
> Signed-off-by: Guennadi Liakhovetski <lg-ynQEQJNshbs@public.gmane.org>
> ---
>
> Changes since v1: added
>
> i2c_set_clientdata(client, NULL);
>
> in error path and in remove.
>
> drivers/media/video/Kconfig | 6 +
> drivers/media/video/Makefile | 1 +
> drivers/media/video/mt9t031.c | 733 +++++++++++++++++++++++++++++++++++++++
> include/media/v4l2-chip-ident.h | 1 +
> 4 files changed, 741 insertions(+), 0 deletions(-)
> create mode 100644 drivers/media/video/mt9t031.c
> (...)
I took a quick look at the code and it looks fine to me, for the
parts I can comment on. So this is:
Acked-by: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
--
Jean Delvare
next prev parent reply other threads:[~2008-12-22 16:37 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-12-17 18:45 [PATCH 4/4] soc-camera: add support for MT9T031 CMOS camera sensor from Micron Guennadi Liakhovetski
2008-12-17 18:45 ` Guennadi Liakhovetski
[not found] ` <Pine.LNX.4.64.0812171939420.8733-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2008-12-18 8:40 ` [PATCH 4/4 v2] " Guennadi Liakhovetski
2008-12-18 8:40 ` Guennadi Liakhovetski
[not found] ` <Pine.LNX.4.64.0812180938380.3963-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2008-12-22 16:37 ` Jean Delvare [this message]
[not found] ` <200812221737.42194.khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
2008-12-22 16:48 ` Guennadi Liakhovetski
2008-12-22 16:48 ` Guennadi Liakhovetski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200812221737.42194.khali@linux-fr.org \
--to=khali-puyad+kwke1g9huczpvpmw@public.gmane.org \
--cc=g.liakhovetski-Mmb7MZpHnFY@public.gmane.org \
--cc=linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=video4linux-list-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.