linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] V4L2_CID_PIXEL_RATE support in sensor drivers
@ 2012-05-09 12:55 Laurent Pinchart
  2012-05-09 12:55 ` [PATCH 1/3] mt9t001: Implement V4L2_CID_PIXEL_RATE control Laurent Pinchart
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Laurent Pinchart @ 2012-05-09 12:55 UTC (permalink / raw)
  To: linux-media; +Cc: sakari.ailus

Hi everybody,

This patch implements support for the V4L2_CID_PIXEL_RATE control in the
mt9t001, mt9p031 and mt9m032 sensor drivers.

Recent changes to the OMAP3 ISP driver (see the media-for-3.5 branch in the
http://git.linuxtv.org/sailus/media_tree.git repository) made support for that
control mandatory for sensor drivers that are to be used with the OMAP3 ISP.

Sakari, would you like to take these patches in your tree and push them for
v3.5 ? V4L2_CID_PIXEL_RATE support for the mt9v032 driver is also still
missing, the patch you've sent to the list two months ago needs to be rebased.
Will you do that or should I do it ? I'm also wondering whether that patch
shouldn't mark the V4L2_CID_PIXEL_RATE control as volatile, calling
v4l2_s_ext_ctrls() from inside the driver looks quite hackish to me. The
alternative would be to create a 64-bit version of v4l2_ctrl_s_ctrl().

Laurent Pinchart (3):
  mt9t001: Implement V4L2_CID_PIXEL_RATE control
  mt9p031: Implement V4L2_CID_PIXEL_RATE control
  mt9m032: Implement V4L2_CID_PIXEL_RATE control

 drivers/media/video/mt9m032.c |   13 +++++++++++--
 drivers/media/video/mt9p031.c |    5 ++++-
 drivers/media/video/mt9t001.c |   13 +++++++++++--
 include/media/mt9t001.h       |    1 +
 4 files changed, 27 insertions(+), 5 deletions(-)

-- 
Regards,

Laurent Pinchart


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-05-14  7:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 12:55 [PATCH 0/3] V4L2_CID_PIXEL_RATE support in sensor drivers Laurent Pinchart
2012-05-09 12:55 ` [PATCH 1/3] mt9t001: Implement V4L2_CID_PIXEL_RATE control Laurent Pinchart
2012-05-09 12:55 ` [PATCH 2/3] mt9p031: " Laurent Pinchart
2012-05-09 12:55 ` [PATCH 3/3] mt9m032: " Laurent Pinchart
2012-05-13 21:53 ` [PATCH 0/3] V4L2_CID_PIXEL_RATE support in sensor drivers Sakari Ailus
2012-05-14  7:30   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).