<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/media, branch v2.6.28.6</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/include/media?h=v2.6.28.6</id>
<link rel='self' href='https://git.amat.us/linux/atom/include/media?h=v2.6.28.6'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2008-10-21T16:32:08Z</updated>
<entry>
<title>V4L/DVB (9335): videobuf: split unregister bus creating self-contained frontend de-allocator</title>
<updated>2008-10-21T16:32:08Z</updated>
<author>
<name>Darron Broad</name>
<email>darron@kewl.org</email>
</author>
<published>2008-10-21T14:28:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=878595f6e7225c996523965b61ce3fe29addca9d'/>
<id>urn:sha1:878595f6e7225c996523965b61ce3fe29addca9d</id>
<content type='text'>
This creates a self contained frontend de-allocator
for the instances where an adapter has not been
registered yet frontend de-allocation may
be required.

Signed-off-by: Darron Broad &lt;darron@kewl.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (9331): Remove unused inode parameter from video_ioctl2</title>
<updated>2008-10-21T16:31:49Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2008-10-21T14:58:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8a522c916d3c3b29a38bd3c8fc3df826d22a9444'/>
<id>urn:sha1:8a522c916d3c3b29a38bd3c8fc3df826d22a9444</id>
<content type='text'>
inode is never used on video_ioctl2. Remove it and rename the function to
__video_ioctl2. This allows its usage directly as a callback at
fops.unlocked_ioctl.

Since we still need a callback with inode to be used with fops.ioctl,
this patch adds video_ioctl2() that is just a call to __video_ioctl2().

Also, this patch adds some comments about video_ioctl2 and __video_ioctl2
usage at v4l2-ioctl.h.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (9330): Get rid of inode parameter at v4l_compat_translate_ioctl()</title>
<updated>2008-10-21T16:31:45Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2008-10-21T14:27:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b1f88407f3767f924cae1d521e815e568996a4ef'/>
<id>urn:sha1:b1f88407f3767f924cae1d521e815e568996a4ef</id>
<content type='text'>
The inode parameter at v4l_compat_translate_ioctl() were just passed over several
places just to keep compatible with fops.ioctl. However, it weren't used anywere.

This patch gets hid of this unused parameter.

Cc: Laurent Pinchart &lt;laurent.pinchart@skynet.be&gt;
Cc: Mike Isely &lt;isely@pobox.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (9324): v4l2: add video_ioctl2_unlocked for unlocked_ioctl support.</title>
<updated>2008-10-21T16:31:25Z</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2008-10-18T16:39:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d5fbf32f381ad841d9d9537aa1b6f74796703361'/>
<id>urn:sha1:d5fbf32f381ad841d9d9537aa1b6f74796703361</id>
<content type='text'>
Based on an older patch from Sakari Ailus.

Cc: Sakari Ailus &lt;sakari.ailus@nokia.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (9323): v4l2-int-if: Add enum_framesizes and enum_frameintervals ioctls.</title>
<updated>2008-10-21T16:31:22Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@nokia.com</email>
</author>
<published>2008-10-18T15:29:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f496bc716613378f2a3f9097a8e3ea4e4e30e79d'/>
<id>urn:sha1:f496bc716613378f2a3f9097a8e3ea4e4e30e79d</id>
<content type='text'>
Signed-off-by: Sakari Ailus &lt;sakari.ailus@nokia.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (9322): v4l2-int-if: Export more interfaces to modules</title>
<updated>2008-10-21T16:31:20Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@nokia.com</email>
</author>
<published>2008-10-18T15:28:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=36499e525f6d2c0aba7c7f619d7a6081c56707ca'/>
<id>urn:sha1:36499e525f6d2c0aba7c7f619d7a6081c56707ca</id>
<content type='text'>
Export v4l2_int_device_try_attach_all. This allows initiating the
initialisation of int if device after the drivers have been registered.

Also allow drivers to call ioctls if v4l2-int-if was compiled as
module.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@nokia.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (9321): v4l2-int-if: Define new power state changes</title>
<updated>2008-10-21T16:31:17Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@nokia.com</email>
</author>
<published>2008-10-18T15:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=84389910d0f760cea22a5e58ee16b3b9713d456d'/>
<id>urn:sha1:84389910d0f760cea22a5e58ee16b3b9713d456d</id>
<content type='text'>
Use enum v4l2_power instead of int as second argument to
vidioc_int_s_power. The new functionality is that standby state is also
recognised.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@nokia.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (9319): v4l2-int-if: Add cropcap, g_crop and s_crop commands.</title>
<updated>2008-10-21T16:31:12Z</updated>
<author>
<name>Sameer Venkatraman</name>
<email>sameerv@ti.com</email>
</author>
<published>2008-10-18T15:25:28Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=621a3739f3b8c7427a789d3b2fe86a80ff234225'/>
<id>urn:sha1:621a3739f3b8c7427a789d3b2fe86a80ff234225</id>
<content type='text'>
Signed-off-by: Sameer Venkatraman &lt;sameerv@ti.com&gt;
Signed-off-by: Mohit Jalori &lt;mjalori@ti.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (9318): v4l2-int-if: Add command to get slave private data.</title>
<updated>2008-10-21T16:31:09Z</updated>
<author>
<name>Sakari Ailus</name>
<email>sakari.ailus@nokia.com</email>
</author>
<published>2008-10-18T15:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=96014a957c7a39392315ce117466549d69eb63b2'/>
<id>urn:sha1:96014a957c7a39392315ce117466549d69eb63b2</id>
<content type='text'>
vidioc_int_g_priv is used to get master's slave-related private data
structure. The structure can contain for example master's configuration
specific to slave.

Signed-off-by: Sakari Ailus &lt;sakari.ailus@nokia.com&gt;
Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (9276): videobuf-dvb: two functions are now static</title>
<updated>2008-10-17T20:39:14Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2008-10-17T16:02:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=dcadd0826fce17e77cd6260569cbb3dd681c868c'/>
<id>urn:sha1:dcadd0826fce17e77cd6260569cbb3dd681c868c</id>
<content type='text'>
This patch marks those two functions as static:
	static int videobuf_dvb_register_adapter(struct videobuf_dvb_frontends *fe,
	static int videobuf_dvb_register_frontend(struct dvb_adapter *adapter,

Since MFE patches changed their calls by videobuf_dvb_register_bus.

To avoid having to declare the prototypes, the patch moves
videobuf_dvb_register_bus() to be after the declaration of the above functions
used there.

Cc: Steven Toth &lt;stoth@linuxtv.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
</feed>
