Hi Mauro

This might be a bit more, than what you'd like to see in a single pull
request, sorry, but I had very little time during the last development
period, so, my reviews were always delayed - sorry to all developers
again! I'll try to do better next time. Anyway, here go:

The following changes since commit 931efdf58bd83af8d0578a6cc53421675daf6d41:

  Merge branch 'v4l_for_linus' into staging/for_v3.6 (2012-07-14 15:45:44 -0300)

are available in the git repository at:

  git://linuxtv.org/gliakhovetski/v4l-dvb.git for-3.6

Fabio Estevam (2):
      video: mx1_camera: Use clk_prepare_enable/clk_disable_unprepare
      video: mx2_camera: Use clk_prepare_enable/clk_disable_unprepare

Guennadi Liakhovetski (1):
      V4L: soc-camera: add selection API host operations

Javier Martin (2):
      media: mx2_camera: Fix mbus format handling
      media: mx2_camera: Add YUYV output format.

Laurent Pinchart (18):
      soc-camera: Don't fail at module init time if no device is present
      soc-camera: Pass the physical device to the power operation
      ov2640: Don't access the device in the g_mbus_fmt operation
      ov772x: Don't access the device in the g_mbus_fmt operation
      tw9910: Don't access the device in the g_mbus_fmt operation
      soc_camera: Don't call .s_power() during probe
      soc-camera: Continue the power off sequence if one of the steps fails
      soc-camera: Add and use soc_camera_power_[on|off]() helper functions
      soc-camera: Push probe-time power management to drivers
      ov772x: Fix memory leak in probe error path
      ov772x: Select the default format at probe time
      ov772x: Don't fail in s_fmt if the requested format isn't supported
      ov772x: try_fmt must not default to the current format
      ov772x: Make to_ov772x convert from v4l2_subdev to ov772x_priv
      ov772x: Add ov772x_read() and ov772x_write() functions
      ov772x: Add support for SBGGR10 format
      ov772x: Compute window size registers at runtime
      ov772x: Stop sensor readout right after reset

 drivers/media/video/imx074.c              |   30 ++-
 drivers/media/video/mt9m001.c             |   26 ++-
 drivers/media/video/mt9m111.c             |  116 +++++---
 drivers/media/video/mt9t031.c             |   48 ++--
 drivers/media/video/mt9t112.c             |   21 ++-
 drivers/media/video/mt9v022.c             |   14 +
 drivers/media/video/mx1_camera.c          |    4 +-
 drivers/media/video/mx2_camera.c          |   79 +++++-
 drivers/media/video/ov2640.c              |   26 ++-
 drivers/media/video/ov5642.c              |   31 ++-
 drivers/media/video/ov6650.c              |   28 ++-
 drivers/media/video/ov772x.c              |  451 +++++++++++++++--------------
 drivers/media/video/ov9640.c              |   27 ++-
 drivers/media/video/ov9740.c              |   47 ++-
 drivers/media/video/rj54n1cb0c.c          |   27 ++-
 drivers/media/video/soc_camera.c          |  169 +++++++----
 drivers/media/video/soc_camera_platform.c |   11 +-
 drivers/media/video/tw9910.c              |   29 ++-
 include/media/soc_camera.h                |   12 +
 19 files changed, 771 insertions(+), 425 deletions(-)

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

Reply via email to