All of lore.kernel.org
 help / color / mirror / Atom feed
From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27
Date: Wed, 19 May 2010 10:55:35 +0200	[thread overview]
Message-ID: <20100519085534.GI31199@pengutronix.de> (raw)
In-Reply-To: <20100517135800.GB30927@jasper.tkos.co.il>

On Mon, May 17, 2010 at 04:58:00PM +0300, Baruch Siach wrote:
> Hi Sascha,
> 
> Thanks for your comments.
> 
> On Mon, May 17, 2010 at 09:27:20AM +0200, Sascha Hauer wrote:
> > On Wed, May 12, 2010 at 09:02:29PM +0200, Guennadi Liakhovetski wrote:
> > > Hi Baruch
> > > 
> > > Thanks for eventually mainlining this driver! A couple of comments below. 
> > > Sascha, would be great, if you could get it tested on imx27 with and 
> > > without emma.
> > 
> > I will see what I can do. Testing and probably breathing life into a
> > camera driver usually takes me two days given that the platform support
> > is very outdated. I hope our customer is interested in this, then it
> > would be possible to test it.
> > 
> > > BTW, if you say, that you use emma to avoid using the 
> > > standard DMA controller, why would anyone want not to use emma? Resource 
> > > conflict? There is also a question for you down in the comments, please, 
> > > skim over.
> > 
> > I originally did not know how all the components should work together.
> > Now I think it's the right way to use the EMMA to be able to scale
> > images and to do colour conversions (which does not work with our Bayer
> > format cameras, so I cannot test it).
> 
> So can I remove the non EMMA code from this driver? This will simplify the 
> code quite a bit.

Please don't. I had a talk with our customer and it seems I can put some
effort into the i.MX27 part. That's good news because I also want this
driver mainline.

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

WARNING: multiple messages have this Message-ID (diff)
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Baruch Siach <baruch@tkos.co.il>
Cc: Guennadi Liakhovetski <g.liakhovetski@gmx.de>,
	linux-media@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Sascha Hauer <kernel@pengutronix.de>
Subject: Re: [PATCH 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27
Date: Wed, 19 May 2010 10:55:35 +0200	[thread overview]
Message-ID: <20100519085534.GI31199@pengutronix.de> (raw)
In-Reply-To: <20100517135800.GB30927@jasper.tkos.co.il>

On Mon, May 17, 2010 at 04:58:00PM +0300, Baruch Siach wrote:
> Hi Sascha,
> 
> Thanks for your comments.
> 
> On Mon, May 17, 2010 at 09:27:20AM +0200, Sascha Hauer wrote:
> > On Wed, May 12, 2010 at 09:02:29PM +0200, Guennadi Liakhovetski wrote:
> > > Hi Baruch
> > > 
> > > Thanks for eventually mainlining this driver! A couple of comments below. 
> > > Sascha, would be great, if you could get it tested on imx27 with and 
> > > without emma.
> > 
> > I will see what I can do. Testing and probably breathing life into a
> > camera driver usually takes me two days given that the platform support
> > is very outdated. I hope our customer is interested in this, then it
> > would be possible to test it.
> > 
> > > BTW, if you say, that you use emma to avoid using the 
> > > standard DMA controller, why would anyone want not to use emma? Resource 
> > > conflict? There is also a question for you down in the comments, please, 
> > > skim over.
> > 
> > I originally did not know how all the components should work together.
> > Now I think it's the right way to use the EMMA to be able to scale
> > images and to do colour conversions (which does not work with our Bayer
> > format cameras, so I cannot test it).
> 
> So can I remove the non EMMA code from this driver? This will simplify the 
> code quite a bit.

Please don't. I had a talk with our customer and it seems I can put some
effort into the i.MX27 part. That's good news because I also want this
driver mainline.

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

  reply	other threads:[~2010-05-19  8:55 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-06 13:09 [PATCH 0/3] Driver for the i.MX2x CMOS Sensor Interface Baruch Siach
2010-05-06 13:09 ` Baruch Siach
2010-05-06 13:09 ` [PATCH 1/3] mx2_camera: Add soc_camera support for i.MX25/i.MX27 Baruch Siach
2010-05-06 13:09   ` Baruch Siach
2010-05-12 19:02   ` Guennadi Liakhovetski
2010-05-12 19:02     ` Guennadi Liakhovetski
2010-05-13  5:21     ` Baruch Siach
2010-05-13  5:21       ` Baruch Siach
2010-05-17  7:27     ` Sascha Hauer
2010-05-17  7:27       ` Sascha Hauer
2010-05-17 13:58       ` Baruch Siach
2010-05-17 13:58         ` Baruch Siach
2010-05-19  8:55         ` Sascha Hauer [this message]
2010-05-19  8:55           ` Sascha Hauer
2010-05-21  7:19   ` Sascha Hauer
2010-05-21  7:19     ` Sascha Hauer
2010-05-06 13:09 ` [PATCH 2/3] mx27: add support for the CSI device Baruch Siach
2010-05-06 13:09   ` Baruch Siach
2010-05-21  7:17   ` Sascha Hauer
2010-05-21  7:17     ` Sascha Hauer
2010-05-06 13:09 ` [PATCH 3/3] mx25: " Baruch Siach
2010-05-06 13:09   ` Baruch Siach
2010-05-12 19:11   ` Guennadi Liakhovetski
2010-05-12 19:11     ` Guennadi Liakhovetski
2010-05-21  7:20 ` [PATCH 0/3] Driver for the i.MX2x CMOS Sensor Interface Sascha Hauer
2010-05-21  7:20   ` Sascha Hauer
2010-05-21  7:27   ` Baruch Siach
2010-05-21  7:27     ` Baruch Siach
2010-05-21 18:33     ` Guennadi Liakhovetski
2010-05-21 18:33       ` Guennadi Liakhovetski
2010-05-25  7:20       ` Sascha Hauer
2010-05-25  7:20         ` 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=20100519085534.GI31199@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --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.