Linux I2C development
 help / color / mirror / Atom feed
From: Guennadi Liakhovetski <g.liakhovetski-Mmb7MZpHnFY@public.gmane.org>
To: Jean Delvare <khali-PUYAD+kWke1g9hUCZPvPmw@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:48:26 +0100 (CET)	[thread overview]
Message-ID: <Pine.LNX.4.64.0812221746190.5241@axis700.grange> (raw)
In-Reply-To: <200812221737.42194.khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>

On Mon, 22 Dec 2008, Jean Delvare wrote:

> 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.

Yes, I thought about this, but at least in the present version that 
binning / skipping difference does make up a significant part of the 
driver, so, I preferred to make a separate one.

> > 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>

Good, thanks.

Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer

      parent reply	other threads:[~2008-12-22 16:48 UTC|newest]

Thread overview: 4+ 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
     [not found] ` <Pine.LNX.4.64.0812171939420.8733-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2008-12-18  8:40   ` [PATCH 4/4 v2] " Guennadi Liakhovetski
     [not found]     ` <Pine.LNX.4.64.0812180938380.3963-0199iw4Nj15frtckUFj5Ag@public.gmane.org>
2008-12-22 16:37       ` Jean Delvare
     [not found]         ` <200812221737.42194.khali-PUYAD+kWke1g9hUCZPvPmw@public.gmane.org>
2008-12-22 16:48           ` Guennadi Liakhovetski [this message]

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=Pine.LNX.4.64.0812221746190.5241@axis700.grange \
    --to=g.liakhovetski-mmb7mzphnfy@public.gmane.org \
    --cc=khali-PUYAD+kWke1g9hUCZPvPmw@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox