Re: [PATCH 00/10 v2] soc-camera conversions

2009-06-09 Thread Paul Mundt
On Mon, Jun 08, 2009 at 09:19:50PM +0200, Guennadi Liakhovetski wrote:
 On Tue, 19 May 2009, Paul Mundt wrote:
 
  On Fri, May 15, 2009 at 07:18:45PM +0200, Guennadi Liakhovetski wrote:
   this is the next round of soc-camera conversions. Run-tested on i.MX31, 
   PXA270, SH7722, compile-tested only for i.MX1. It should have been a 
   straight-forward port of the previous version to a more current tree, 
   but then I started converting soc_camera_platform, and things became a 
   bit 
   more complex... As a bonus, now soc-camera can handle not only i2c 
   subdevices, and we can even drop the CONFIG_I2C dependency again. I'll 
   also upload a comlpete stack somewhere a bit later, for example for 
   those, 
   wishing to test it on i.MX31, otherwise the series will not apply 
   cleanly. 
   
   I'd like to push the first 8 of them asap, 9 and 10 will still have to be 
   reworked
   
   Paul, I put you on cc on all patches, because, unfortunately, several 
   of 
   them affect arch/sh. But I'll mention it explicitly in each such patch.
   
  Looks ok to me, there shouldn't be any problems with taking these all
  through the v4l tree. Feel free to add my Acked-by if you like. I guess
  we will find out in -next if there are any conflicts or not :-)
 
 Yes, can do this, thanks, but first these 3 patches (including Magnus' 
 ack) have to be applied to sh: 
 http://www.mail-archive.com/linux-media@vger.kernel.org/msg05223.html
 which in turn depend on
 http://www.mail-archive.com/linux-media@vger.kernel.org/msg04724.html
 and the latter one is already in the next tree. Would you like me to also 
 merge and pull the above three patches via v4l or would you be applying 
 them yourself?
 
I can take care of them once the dependent patch is merged.
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/10 v2] soc-camera conversions

2009-06-08 Thread Guennadi Liakhovetski
On Tue, 19 May 2009, Paul Mundt wrote:

 On Fri, May 15, 2009 at 07:18:45PM +0200, Guennadi Liakhovetski wrote:
  this is the next round of soc-camera conversions. Run-tested on i.MX31, 
  PXA270, SH7722, compile-tested only for i.MX1. It should have been a 
  straight-forward port of the previous version to a more current tree, 
  but then I started converting soc_camera_platform, and things became a bit 
  more complex... As a bonus, now soc-camera can handle not only i2c 
  subdevices, and we can even drop the CONFIG_I2C dependency again. I'll 
  also upload a comlpete stack somewhere a bit later, for example for those, 
  wishing to test it on i.MX31, otherwise the series will not apply cleanly. 
  
  I'd like to push the first 8 of them asap, 9 and 10 will still have to be 
  reworked
  
  Paul, I put you on cc on all patches, because, unfortunately, several of 
  them affect arch/sh. But I'll mention it explicitly in each such patch.
  
 Looks ok to me, there shouldn't be any problems with taking these all
 through the v4l tree. Feel free to add my Acked-by if you like. I guess
 we will find out in -next if there are any conflicts or not :-)

Yes, can do this, thanks, but first these 3 patches (including Magnus' 
ack) have to be applied to sh: 
http://www.mail-archive.com/linux-media@vger.kernel.org/msg05223.html
which in turn depend on
http://www.mail-archive.com/linux-media@vger.kernel.org/msg04724.html
and the latter one is already in the next tree. Would you like me to also 
merge and pull the above three patches via v4l or would you be applying 
them yourself?

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/10 v2] soc-camera conversions

2009-05-18 Thread Paul Mundt
On Fri, May 15, 2009 at 07:18:45PM +0200, Guennadi Liakhovetski wrote:
 this is the next round of soc-camera conversions. Run-tested on i.MX31, 
 PXA270, SH7722, compile-tested only for i.MX1. It should have been a 
 straight-forward port of the previous version to a more current tree, 
 but then I started converting soc_camera_platform, and things became a bit 
 more complex... As a bonus, now soc-camera can handle not only i2c 
 subdevices, and we can even drop the CONFIG_I2C dependency again. I'll 
 also upload a comlpete stack somewhere a bit later, for example for those, 
 wishing to test it on i.MX31, otherwise the series will not apply cleanly. 
 
 I'd like to push the first 8 of them asap, 9 and 10 will still have to be 
 reworked
 
 Paul, I put you on cc on all patches, because, unfortunately, several of 
 them affect arch/sh. But I'll mention it explicitly in each such patch.
 
Looks ok to me, there shouldn't be any problems with taking these all
through the v4l tree. Feel free to add my Acked-by if you like. I guess
we will find out in -next if there are any conflicts or not :-)
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 00/10 v2] soc-camera conversions

2009-05-15 Thread Guennadi Liakhovetski
Hi all,

this is the next round of soc-camera conversions. Run-tested on i.MX31, 
PXA270, SH7722, compile-tested only for i.MX1. It should have been a 
straight-forward port of the previous version to a more current tree, 
but then I started converting soc_camera_platform, and things became a bit 
more complex... As a bonus, now soc-camera can handle not only i2c 
subdevices, and we can even drop the CONFIG_I2C dependency again. I'll 
also upload a comlpete stack somewhere a bit later, for example for those, 
wishing to test it on i.MX31, otherwise the series will not apply cleanly. 

I'd like to push the first 8 of them asap, 9 and 10 will still have to be 
reworked

Paul, I put you on cc on all patches, because, unfortunately, several of 
them affect arch/sh. But I'll mention it explicitly in each such patch.

Have fun.

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/10 v2] soc-camera conversions

2009-05-15 Thread Guennadi Liakhovetski
On Fri, 15 May 2009, Guennadi Liakhovetski wrote:

 Hi all,
 
 this is the next round of soc-camera conversions. Run-tested on i.MX31, 
 PXA270, SH7722, compile-tested only for i.MX1. It should have been a 
 straight-forward port of the previous version to a more current tree, 
 but then I started converting soc_camera_platform, and things became a bit 
 more complex... As a bonus, now soc-camera can handle not only i2c 
 subdevices, and we can even drop the CONFIG_I2C dependency again. I'll 
 also upload a comlpete stack somewhere a bit later, for example for those, 
 wishing to test it on i.MX31, otherwise the series will not apply cleanly. 

All available at

http://download.open-technology.de/soc-camera/20090515/

As you can see from -base it is still based on next of 20090507, i.e., 
9 days ago:-( If you take a newer tree, some of those patches will already 
be there, so, I think, the easiest would be to base your tests on the same 
base.

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html