<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/media, branch v2.6.25</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.25</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.25'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-02-18T14:15:19Z</updated>
<entry>
<title>V4L/DVB (7192): Adds support for Genius TVGo A11MCE</title>
<updated>2008-02-18T14:15:19Z</updated>
<author>
<name>Adrian Pardini</name>
<email>pardo.bsso@gmail.com</email>
</author>
<published>2008-02-11T15:40:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f0ba356c85c25c2732098885a6a089be4698da94'/>
<id>urn:sha1:f0ba356c85c25c2732098885a6a089be4698da94</id>
<content type='text'>
Signed-off-by: Adrian Pardini &lt;pardo.bsso@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (7150): [v4l] convert videbuf_vmalloc_memory to videobuf_vmalloc_memory</title>
<updated>2008-02-18T14:15:13Z</updated>
<author>
<name>Brandon Philips</name>
<email>bphilips@suse.de</email>
</author>
<published>2008-02-04T23:52:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=384b835aed8acf341d99969b58d27434685bdd3d'/>
<id>urn:sha1:384b835aed8acf341d99969b58d27434685bdd3d</id>
<content type='text'>
Signed-off-by: Brandon Philips &lt;bphilips@suse.de&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (7121): Renames videobuf lock to vb_lock</title>
<updated>2008-02-18T14:15:12Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-01-31T16:57:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=64f9477f95bf5d4ba49dc3988d47a15bc06bb5da'/>
<id>urn:sha1:64f9477f95bf5d4ba49dc3988d47a15bc06bb5da</id>
<content type='text'>
This helps to identify where vb_lock is being used, and find missusages of the
locks.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (7133): Fix Kconfig dependencies</title>
<updated>2008-02-18T14:14:53Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-02-02T14:25:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=057596eea8402aa8f7a670bf3195665aa8267204'/>
<id>urn:sha1:057596eea8402aa8f7a670bf3195665aa8267204</id>
<content type='text'>
As pointed by Adrian Bunk, with I2C=m and VIDEO_DEV=y, videodev brokes.

This patch moves the functions that videodev needs from v4l2-common. It also
fixes some Kconfig changes.

After this patch, I2C=m / VIDEO_DEV=y will make v4l2 core statically linked
into kernel. v4l2-common will be m, and all V4L drivers will also be m.

This approach is very conservative, since it is possible to have V4L drivers
that don't need I2C or v4l2-common. The better is to map what drivers really
need v4l2-common, making them to select v4l2-common, and allowing the others to
be 'y', 'm' and 'n'.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>include/media/: Spelling fixes</title>
<updated>2008-02-03T15:19:47Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2008-02-03T15:19:47Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3641e79e251b082f254b86006f4152b4a825fec7'/>
<id>urn:sha1:3641e79e251b082f254b86006f4152b4a825fec7</id>
<content type='text'>
Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
</content>
</entry>
<entry>
<title>i2c: Constify client address data</title>
<updated>2008-01-27T17:14:46Z</updated>
<author>
<name>Mark M. Hoffman</name>
<email>mhoffman@lightlink.com</email>
</author>
<published>2008-01-27T17:14:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=bfb6df24facfde7ec6191edbba798777efb3c375'/>
<id>urn:sha1:bfb6df24facfde7ec6191edbba798777efb3c375</id>
<content type='text'>
This patch allows much of the I2C client address data to move from initdata
into text.
    
Signed-off-by: Mark M. Hoffman &lt;mhoffman@lightlink.com&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (7058): IR corrections for the Pinnacle 800i</title>
<updated>2008-01-25T21:05:11Z</updated>
<author>
<name>Steven Toth</name>
<email>stoth@hauppauge.com</email>
</author>
<published>2008-01-22T04:00:33Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9121106a7f149f9702ed7c2ac0d86e9feb54ede8'/>
<id>urn:sha1:9121106a7f149f9702ed7c2ac0d86e9feb54ede8</id>
<content type='text'>
IR corrections for the Pinnacle 800i

Signed-off-by: Steven Toth &lt;stoth@hauppauge.com&gt;
Signed-off-by: Chaogui Zhang &lt;czhang1974@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (7042): xc5000: Tuner analog support</title>
<updated>2008-01-25T21:05:05Z</updated>
<author>
<name>Steven Toth</name>
<email>stoth@hauppauge.com</email>
</author>
<published>2008-01-05T19:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=27c685a4b09b5e391023d769cddb97e4fcb3b9e1'/>
<id>urn:sha1:27c685a4b09b5e391023d769cddb97e4fcb3b9e1</id>
<content type='text'>
From Zhang: This an updated patch that adds analog support for
the xc5000 tuner driver. it was tested on a Pinnacle PCTV HD 800i
card (patches to follow).

Patch commited as-is, cleanup to follow ... Steve.

Signed-off-by: Chaogui Zhang &lt;czhang1974@gmail.com&gt;
Signed-off-by: Steven Toth &lt;stoth@hauppauge.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (7002): cx25840: Add basic CX23885 AVCore support</title>
<updated>2008-01-25T21:04:47Z</updated>
<author>
<name>Steven Toth</name>
<email>stoth@hauppauge.com</email>
</author>
<published>2008-01-10T04:22:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f234081bc564c69eb0e2cd4e957ad1cbae4a6144'/>
<id>urn:sha1:f234081bc564c69eb0e2cd4e957ad1cbae4a6144</id>
<content type='text'>
The cx23885/7/8 PCIe bridge has an internal AVCore modelled on
the cx2584x family. Many of the registers positions are identical
but some moved. The register values are also different because
the different bridges run at different clock rates.

Signed-off-by: Steven Toth &lt;stoth@hauppauge.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
<entry>
<title>V4L/DVB (6997): Replace a very dirty hack on videobuf for a clean wait_event</title>
<updated>2008-01-25T21:04:46Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-01-10T10:33:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d05051c82e0e8ff748e9c9a06a061bda3ad656e5'/>
<id>urn:sha1:d05051c82e0e8ff748e9c9a06a061bda3ad656e5</id>
<content type='text'>
In order to videobuf_iolock to work, mmap_mapper should be called first.
Otherwise, an OOPS is generated.

On some cases, .mmap file handler used to took some time to be called. On those
situations, mmap_mmapper() were called after iolock.

This patch properly waits for mmap_mapper to be called, otherwise generating an
error.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
</entry>
</feed>
