From: baruch@tkos.co.il (Baruch Siach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv4 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27
Date: Wed, 30 Jun 2010 06:03:16 +0300 [thread overview]
Message-ID: <20100630030315.GA23534@tarshish> (raw)
In-Reply-To: <Pine.LNX.4.64.1006292145001.22603@axis700.grange>
On Tue, Jun 29, 2010 at 09:47:42PM +0200, Guennadi Liakhovetski wrote:
> On Mon, 21 Jun 2010, Baruch Siach wrote:
>
> > This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan
> > Carvalho de Assis modified the original driver to get it working on more recent
> > kernels. I modified it further to add support for i.MX25. This driver has been
> > tested on i.MX25 and i.MX27 based platforms.
>
> This looks good to me, thanks! Overflow on eMMA is, probably, still
> broken, but it will, most probably, remain so, until someone tests and
> fixes it. One question though: do you know whether this imx/mxc overhaul:
> http://lists.infradead.org/pipermail/linux-arm-kernel/2010-June/thread.html#18844
> affects your driver?
I tested this yesterday, and, unfortunately, it does :(. See
http://lists.infradead.org/pipermail/linux-arm-kernel/2010-June/019111.html.
However, this issue does not affect mx27 builds. So I think this should not
stop the merge of this driver, for now. I hope Uwe and I will find an
acceptable solution before the .36 merge window opens.
baruch
> I can ask Uwe, but maybe you have an idea or could test your patches with
> Uwe's git tree?
>
> Thanks
> Guennadi
>
> >
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> > ---
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
WARNING: multiple messages have this Message-ID (diff)
From: Baruch Siach <baruch@tkos.co.il>
To: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Cc: "Linux Media Mailing List" <linux-media@vger.kernel.org>,
"Sascha Hauer" <kernel@pengutronix.de>,
linux-arm-kernel@lists.infradead.org,
"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Subject: Re: [PATCHv4 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27
Date: Wed, 30 Jun 2010 06:03:16 +0300 [thread overview]
Message-ID: <20100630030315.GA23534@tarshish> (raw)
In-Reply-To: <Pine.LNX.4.64.1006292145001.22603@axis700.grange>
On Tue, Jun 29, 2010 at 09:47:42PM +0200, Guennadi Liakhovetski wrote:
> On Mon, 21 Jun 2010, Baruch Siach wrote:
>
> > This is the soc_camera support developed by Sascha Hauer for the i.MX27. Alan
> > Carvalho de Assis modified the original driver to get it working on more recent
> > kernels. I modified it further to add support for i.MX25. This driver has been
> > tested on i.MX25 and i.MX27 based platforms.
>
> This looks good to me, thanks! Overflow on eMMA is, probably, still
> broken, but it will, most probably, remain so, until someone tests and
> fixes it. One question though: do you know whether this imx/mxc overhaul:
> http://lists.infradead.org/pipermail/linux-arm-kernel/2010-June/thread.html#18844
> affects your driver?
I tested this yesterday, and, unfortunately, it does :(. See
http://lists.infradead.org/pipermail/linux-arm-kernel/2010-June/019111.html.
However, this issue does not affect mx27 builds. So I think this should not
stop the merge of this driver, for now. I hope Uwe and I will find an
acceptable solution before the .36 merge window opens.
baruch
> I can ask Uwe, but maybe you have an idea or could test your patches with
> Uwe's git tree?
>
> Thanks
> Guennadi
>
> >
> > Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> > ---
--
~. .~ Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
- baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -
next prev parent reply other threads:[~2010-06-30 3:03 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-21 5:15 [PATCHv4 0/3] Driver for the i.MX2x CMOS Sensor Interface Baruch Siach
2010-06-21 5:15 ` Baruch Siach
2010-06-21 5:15 ` [PATCHv4 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27 Baruch Siach
2010-06-21 5:15 ` Baruch Siach
2010-06-29 19:47 ` Guennadi Liakhovetski
2010-06-29 19:47 ` Guennadi Liakhovetski
2010-06-30 3:03 ` Baruch Siach [this message]
2010-06-30 3:03 ` Baruch Siach
2010-06-30 6:24 ` Uwe Kleine-König
2010-06-30 6:24 ` Uwe Kleine-König
2010-06-30 7:07 ` Uwe Kleine-König
2010-06-30 7:07 ` Uwe Kleine-König
2010-06-30 7:20 ` Guennadi Liakhovetski
2010-06-30 7:20 ` Guennadi Liakhovetski
2010-06-30 7:28 ` Uwe Kleine-König
2010-06-30 7:28 ` Uwe Kleine-König
2010-06-30 9:08 ` Guennadi Liakhovetski
2010-06-30 9:08 ` Guennadi Liakhovetski
2010-06-30 9:38 ` Uwe Kleine-König
2010-06-30 9:38 ` Uwe Kleine-König
2010-07-01 5:00 ` Baruch Siach
2010-07-01 5:00 ` Baruch Siach
2010-06-21 5:15 ` [PATCHv4 2/3] mx27: add support for the CSI device Baruch Siach
2010-06-21 5:15 ` Baruch Siach
2010-06-21 5:16 ` [PATCHv4 3/3] mx25: " Baruch Siach
2010-06-21 5:16 ` Baruch Siach
2010-06-21 7:19 ` [PATCHv4 0/3] Driver for the i.MX2x CMOS Sensor Interface Sascha Hauer
2010-06-21 7:19 ` Sascha Hauer
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=20100630030315.GA23534@tarshish \
--to=baruch@tkos.co.il \
--cc=linux-arm-kernel@lists.infradead.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.