[PATCH 0/5] V2: soc-camera: setting the buswidth of camera sensors

2009-03-12 Thread Sascha Hauer
Take 2: I hope I addressed all comments I receive in the first round.

The following patches change the handling of the bus width
for camera sensors so that a board can overwrite a sensors
native bus width

Sascha Hauer (5):
  soc-camera: add board hook to specify the buswidth for camera sensors
  pcm990 baseboard: add camera bus width switch setting
  mt9m001: allow setting of bus width from board code
  mt9v022: allow setting of bus width from board code
  soc-camera: remove now unused gpio member of struct soc_camera_link

 arch/arm/mach-pxa/pcm990-baseboard.c |   49 ++--
 drivers/media/video/Kconfig  |   14 
 drivers/media/video/mt9m001.c|  143 ++
 drivers/media/video/mt9v022.c|  141 ++---
 include/media/soc_camera.h   |9 ++-
 5 files changed, 129 insertions(+), 227 deletions(-)

--
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 0/5] V2: soc-camera: setting the buswidth of camera sensors

2009-03-12 Thread Guennadi Liakhovetski
On Thu, 12 Mar 2009, Sascha Hauer wrote:

 Take 2: I hope I addressed all comments I receive in the first round.
 
 The following patches change the handling of the bus width
 for camera sensors so that a board can overwrite a sensors
 native bus width
 
 Sascha Hauer (5):
   soc-camera: add board hook to specify the buswidth for camera sensors
   pcm990 baseboard: add camera bus width switch setting
   mt9m001: allow setting of bus width from board code
   mt9v022: allow setting of bus width from board code
   soc-camera: remove now unused gpio member of struct soc_camera_link

Ok, the rest look good to me. So, after you fix or explain 2/5 I'll be 
pulling them.

 
  arch/arm/mach-pxa/pcm990-baseboard.c |   49 ++--
  drivers/media/video/Kconfig  |   14 
  drivers/media/video/mt9m001.c|  143 
 ++
  drivers/media/video/mt9v022.c|  141 ++---
  include/media/soc_camera.h   |9 ++-
  5 files changed, 129 insertions(+), 227 deletions(-)
 

Thanks
Guennadi
---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
--
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 0/5] V2: soc-camera: setting the buswidth of camera sensors

2009-03-12 Thread Sascha Hauer
On Thu, Mar 12, 2009 at 02:31:17PM +0100, Guennadi Liakhovetski wrote:
 On Thu, 12 Mar 2009, Sascha Hauer wrote:
 
  Take 2: I hope I addressed all comments I receive in the first round.
  
  The following patches change the handling of the bus width
  for camera sensors so that a board can overwrite a sensors
  native bus width
  
  Sascha Hauer (5):
soc-camera: add board hook to specify the buswidth for camera sensors
pcm990 baseboard: add camera bus width switch setting
mt9m001: allow setting of bus width from board code
mt9v022: allow setting of bus width from board code
soc-camera: remove now unused gpio member of struct soc_camera_link
 
 Ok, the rest look good to me. So, after you fix or explain 2/5 I'll be 
 pulling them.

If by pulling you mean 'git pull' you can do it here:

git://git.pengutronix.de/git/sha/linux-2.6.git soc-camera-bus-switch

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