Re: [PATCH 21/24] V4L2: add a subdevice-driver pad-operation wrapper

2013-04-19 Thread Hans Verkuil
On Fri April 19 2013 10:52:23 Guennadi Liakhovetski wrote: > On Fri, 19 Apr 2013, Hans Verkuil wrote: > > > On Thu April 18 2013 23:35:42 Guennadi Liakhovetski wrote: > > > Some subdevice drivers implement only the pad-level API, making them > > > unusable with V4L2 camera host drivers, using the

Re: [PATCH 21/24] V4L2: add a subdevice-driver pad-operation wrapper

2013-04-19 Thread Guennadi Liakhovetski
On Fri, 19 Apr 2013, Hans Verkuil wrote: > On Thu April 18 2013 23:35:42 Guennadi Liakhovetski wrote: > > Some subdevice drivers implement only the pad-level API, making them > > unusable with V4L2 camera host drivers, using the plain subdevice > > video API. This patch implements a wrapper to all

Re: [PATCH 21/24] V4L2: add a subdevice-driver pad-operation wrapper

2013-04-19 Thread Hans Verkuil
On Thu April 18 2013 23:35:42 Guennadi Liakhovetski wrote: > Some subdevice drivers implement only the pad-level API, making them > unusable with V4L2 camera host drivers, using the plain subdevice > video API. This patch implements a wrapper to allow those two types > of drivers to be used togethe

[PATCH 21/24] V4L2: add a subdevice-driver pad-operation wrapper

2013-04-18 Thread Guennadi Liakhovetski
Some subdevice drivers implement only the pad-level API, making them unusable with V4L2 camera host drivers, using the plain subdevice video API. This patch implements a wrapper to allow those two types of drivers to be used together. So far only a subset of operations is supported, the rest shall