<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/media/video/saa7134/saa7134-cards.c, branch v4.20-rc2</title>
<subtitle>Linux Kernel (branches are rebased on master from time to time)</subtitle>
<id>https://sre.ring0.de/linux/atom?h=v4.20-rc2</id>
<link rel='self' href='https://sre.ring0.de/linux/atom?h=v4.20-rc2'/>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/'/>
<updated>2012-08-15T19:36:22Z</updated>
<entry>
<title>[media] rename most media/video pci drivers to media/pci</title>
<updated>2012-08-15T19:36:22Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-08-14T15:13:30Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=b285192a43f0432d82c2c10974204e78af0da596'/>
<id>urn:sha1:b285192a43f0432d82c2c10974204e78af0da596</id>
<content type='text'>
Rename all PCI drivers with their own directory under
drivers/media/video into drivers/media/pci and update the
building system.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] saa7134-cards: Remove a PCI entry added by mistake</title>
<updated>2012-05-21T15:48:44Z</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-05-21T15:45:14Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=71006fb22b0f5a2045605b3887ee99a0e9adafe4'/>
<id>urn:sha1:71006fb22b0f5a2045605b3887ee99a0e9adafe4</id>
<content type='text'>
changeset 75c7dbcab added a wrong PCI ID address by mistake.
Remove it.

Reported-by: Remi Schwartz &lt;remi.schwartz@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] patch for Asus My Cinema PS3-100 (1043:48cd)</title>
<updated>2012-05-20T19:05:02Z</updated>
<author>
<name>remi schwartz</name>
<email>remi.schwartz@gmail.com</email>
</author>
<published>2012-05-19T09:11:47Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=75c7dbcab43865ea247747ffbf5ab48da75ba5ce'/>
<id>urn:sha1:75c7dbcab43865ea247747ffbf5ab48da75ba5ce</id>
<content type='text'>
Signed-off-by: Remi Schwartz &lt;remi.schwartz@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] Add support for KWorld PC150-U ATSC hybrid tuner card</title>
<updated>2012-03-08T14:01:25Z</updated>
<author>
<name>Kyle Strickland</name>
<email>kyle@kyle.strickland.name</email>
</author>
<published>2012-02-18T05:24:53Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=25fa207157102162b1a6abba339dc5fe03f6adc5'/>
<id>urn:sha1:25fa207157102162b1a6abba339dc5fe03f6adc5</id>
<content type='text'>
[mchehab@redhat.com: CodingStyle fixes]
Signed-off-by: Kyle Strickland &lt;kyle@kyle.strickland.name&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] saa7134: adding Sensoray boards to saa7134 driver</title>
<updated>2011-11-07T13:58:09Z</updated>
<author>
<name>sensoray-dev</name>
<email>linux-dev@sensoray.com</email>
</author>
<published>2011-10-24T22:46:52Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=a61f96bc3abccc8b41e422da8e808eb685527305'/>
<id>urn:sha1:a61f96bc3abccc8b41e422da8e808eb685527305</id>
<content type='text'>
commit cf5886c3dd2f65c817cb6ca5e7202fa3a3bdc872

Signed-off-by: Dean Anderson &lt;linux-dev@sensoray.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] Make Compro VideoMate Vista T750F actually work</title>
<updated>2011-07-27T20:55:53Z</updated>
<author>
<name>Carlos Corbacho</name>
<email>carlos@strangeworlds.co.uk</email>
</author>
<published>2011-06-25T13:24:28Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=dbe8740ddecfbeb81d97dd6e85e0298081a6085d'/>
<id>urn:sha1:dbe8740ddecfbeb81d97dd6e85e0298081a6085d</id>
<content type='text'>
Based on the work of John Newbigin, Davor Emard and others who contributed
on the mailing lists.

The previous 'support' for this card was a partial merge of John's changes
that, as far as I can tell, never actually got the thing working (no DVB-T,
analog tuner not initialised).

Initialise the analog tuner properly and hook up the DVB tuner and demodulator.

DVB-T and analog now work (though I can't tune every DVB channel, but I think
there's an issue with the aerial and signal boosters here that is causing
me problems).

Signed-off-by: Carlos Corbacho &lt;carlos@strangeworlds.co.uk&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] saa7134 add new TV cards</title>
<updated>2011-05-20T23:58:22Z</updated>
<author>
<name>Dmitri Belimov</name>
<email>d.belimov@gmail.com</email>
</author>
<published>2011-05-17T04:21:34Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=5418f9fcb76b458c4e5ca574663c3c9b3a96dc6d'/>
<id>urn:sha1:5418f9fcb76b458c4e5ca574663c3c9b3a96dc6d</id>
<content type='text'>
Add new TV cards of Beholder Company. Just for autodetect.

Signed-off-by: Beholder Intl. Ltd. Dmitry Belimov &lt;d.belimov@gmail.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] saa7134: enable IR support for Hauppauge HVR-1150/1120</title>
<updated>2011-05-20T19:31:28Z</updated>
<author>
<name>Devin Heitmueller</name>
<email>dheitmueller@kernellabs.com</email>
</author>
<published>2011-05-20T18:28:24Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=da4b7b2011ecbdc0377b0c0263e85c2d474e3d5a'/>
<id>urn:sha1:da4b7b2011ecbdc0377b0c0263e85c2d474e3d5a</id>
<content type='text'>
Enable the IR support for the Hauppauge HVR-1150 and HVR-1120.

Thanks to Fernando Laudares Camargos for testing the patch.

Signed-off-by: Devin Heitmueller &lt;dheitmueller@kernellabs.com&gt;
Cc: Fernando Laudares Camargos &lt;fernando.laudares.camargos@gmail.com&gt;
Signed-off-by: Jarod Wilson &lt;jarod@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] saa7134: support MagicPro ProHDTV Pro2 Hybrid DMB-TH PCI card</title>
<updated>2011-05-20T12:28:22Z</updated>
<author>
<name>Timothy Lee</name>
<email>timothy.lee@siriushk.com</email>
</author>
<published>2011-03-25T18:00:33Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=ce02704d48767bdd31eb0b804b1d45da5b683a8c'/>
<id>urn:sha1:ce02704d48767bdd31eb0b804b1d45da5b683a8c</id>
<content type='text'>
This card has a TD18271 silicon tuner, and uses TDA8290 and LGS8G75 to
demodulate analog and digital broadcast respectively.  GPIO configurations
were derived using DScaler regspy.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>Fix common misspellings</title>
<updated>2011-03-31T14:26:23Z</updated>
<author>
<name>Lucas De Marchi</name>
<email>lucas.demarchi@profusion.mobi</email>
</author>
<published>2011-03-31T01:57:33Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=25985edcedea6396277003854657b5f3cb31a628'/>
<id>urn:sha1:25985edcedea6396277003854657b5f3cb31a628</id>
<content type='text'>
Fixes generated by 'codespell' and manually reviewed.

Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;
</content>
</entry>
</feed>
