Hello,

On Fri, Jun 26, 2009 at 7:43 AM, Gary Thomas<g...@mlbassoc.com> wrote:
> Still trying to wrap my head around the OMAP/34xx camera support.
> I need to use the TVP5150 sensor/controller, but the existing
> driver uses v4l_subdev.  The "working" examples I've found
> (from Sergio's tree) use sensors like ov3640 with uses v4l2_int_device
>
> Are these two totally separate beasts?
> If I have an infrastructure (I assume) based on v4l2_int_device,
> how do I use a v4l2_subdev device driver?  or need I move one to
> the other?
>

I've been through the same case (now I'm trying to use subdev
framework and writing a new device driver based on that)
As far as I understand, every v4l2 drivers are moving on subdev
framework. But in user space there is nothing changed having access to
device and control them.
As you know, subdev and int-device is all about how to bind
interface(or host?) and device and make them communicated each other.
But using subdev device driver with int-device supporting interface
(or host) device driver? it won't make any communication.
So if you are running out of time with your project, you'd better use
old driver of TVP. Like TVP driver in kernel 2.6.28 I suppose. But if
you have enough time and wanna be challenging, try to convert
in-device based omap3 camera interface driver to subdev supporting
one.
Cheers,

Nate


> ... dizzy from traveling down too many twisty little passages :-(
>
> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>



-- 
=
DongSoo, Nathaniel Kim
Engineer
Mobile S/W Platform Lab.
Digital Media & Communications R&D Centre
Samsung Electronics CO., LTD.
e-mail : dongsoo....@gmail.com
          dongsoo45....@samsung.com
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" 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