* [GIT PULL FOR v3.5] Implement V4L2_CID_PIXEL_RATE in various drivers
@ 2012-05-14 15:56 Sakari Ailus
2012-05-14 16:01 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 3+ messages in thread
From: Sakari Ailus @ 2012-05-14 15:56 UTC (permalink / raw)
To: linux-media; +Cc: mchehab, laurent.pinchart
Hi all,
Here are a few patches that implement V4L2_CID_PIXEL_RATE in a couple of
drivers. The control is soon required by some CSI-2 receivers to configure
the hardware, such as the OMAP 3 ISP one.
---
The following changes since commit e89fca923f32de26b69bf4cd604f7b960b161551:
[media] gspca - ov534: Add Hue control (2012-05-14 09:48:00 -0300)
are available in the git repository at:
ssh://linuxtv.org/git/sailus/media_tree.git media-for-3.5
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(-)
--
Sakari Ailus
e-mail: sakari.ailus@iki.fi jabber/XMPP/Gmail: sailus@retiisi.org.uk
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL FOR v3.5] Implement V4L2_CID_PIXEL_RATE in various drivers
2012-05-14 15:56 [GIT PULL FOR v3.5] Implement V4L2_CID_PIXEL_RATE in various drivers Sakari Ailus
@ 2012-05-14 16:01 ` Mauro Carvalho Chehab
2012-05-14 23:11 ` Laurent Pinchart
0 siblings, 1 reply; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2012-05-14 16:01 UTC (permalink / raw)
To: Sakari Ailus; +Cc: linux-media, laurent.pinchart
Sakari,
Em 14-05-2012 12:56, Sakari Ailus escreveu:
> Hi all,
>
> Here are a few patches that implement V4L2_CID_PIXEL_RATE in a couple of
> drivers. The control is soon required by some CSI-2 receivers to configure
> the hardware, such as the OMAP 3 ISP one.
Before spreading this everywhere, let me understand a little bit better about
V4L2_CID_PIXEL_RATE and the other ioctl's that handle the image rate, as changing
one affects the other.
Regards,
Mauro
>
> ---
>
> The following changes since commit e89fca923f32de26b69bf4cd604f7b960b161551:
>
> [media] gspca - ov534: Add Hue control (2012-05-14 09:48:00 -0300)
>
> are available in the git repository at:
> ssh://linuxtv.org/git/sailus/media_tree.git media-for-3.5
>
> 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(-)
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL FOR v3.5] Implement V4L2_CID_PIXEL_RATE in various drivers
2012-05-14 16:01 ` Mauro Carvalho Chehab
@ 2012-05-14 23:11 ` Laurent Pinchart
0 siblings, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2012-05-14 23:11 UTC (permalink / raw)
To: Mauro Carvalho Chehab; +Cc: Sakari Ailus, linux-media
Hi Mauro,
On Monday 14 May 2012 13:01:56 Mauro Carvalho Chehab wrote:
> Em 14-05-2012 12:56, Sakari Ailus escreveu:
> > Hi all,
> >
> > Here are a few patches that implement V4L2_CID_PIXEL_RATE in a couple of
> > drivers. The control is soon required by some CSI-2 receivers to configure
> > the hardware, such as the OMAP 3 ISP one.
>
> Before spreading this everywhere, let me understand a little bit better
> about V4L2_CID_PIXEL_RATE and the other ioctl's that handle the image rate,
> as changing one affects the other.
Implementing V4L2_CID_PIXEL_RATE is required for sensor drivers used with the
OMAP3 ISP. The ISP driver needs to know the pixel rate on the ISP sink to
configure the hardware. This was previously done with a platform callback, the
ISP now queries the sensor directly using the V4L2_CID_PIXEL_RATE control.
As you've pulled the ISP change for v3.5, I'd like these 3 patches to get in
v3.5 as well to avoid regressions.
> > ---
> >
> > The following changes since commit
e89fca923f32de26b69bf4cd604f7b960b161551:
> > [media] gspca - ov534: Add Hue control (2012-05-14 09:48:00 -0300)
> >
> > are available in the git repository at:
> > ssh://linuxtv.org/git/sailus/media_tree.git media-for-3.5
> >
> > 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] 3+ messages in thread
end of thread, other threads:[~2012-05-14 23:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-14 15:56 [GIT PULL FOR v3.5] Implement V4L2_CID_PIXEL_RATE in various drivers Sakari Ailus
2012-05-14 16:01 ` Mauro Carvalho Chehab
2012-05-14 23:11 ` 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).