<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/drivers/media/dvb/pt1, branch master</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2012-08-14T02:30:06+00:00</updated>
<entry>
<title>[media] Rename media/dvb as media/pci</title>
<updated>2012-08-14T02:30:06+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-06-14T19:35:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=25aee3debe0464f6c680173041fa3de30ec9ff54'/>
<id>urn:sha1:25aee3debe0464f6c680173041fa3de30ec9ff54</id>
<content type='text'>
The remaining dvb drivers are pci, so rename them to match the
bus.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] move the dvb/frontends to drivers/media/dvb-frontends</title>
<updated>2012-08-14T02:13:41+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-08-14T02:13:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9a0bf528b4d66b605f02634236da085595c22101'/>
<id>urn:sha1:9a0bf528b4d66b605f02634236da085595c22101</id>
<content type='text'>
Raise the DVB frontends one level up, as the intention is to remove
the drivers/media/dvb directory.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] dvb: move the dvb core one level up</title>
<updated>2012-08-14T02:08:14+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-06-14T19:35:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3d6c2bc08ac4f75bf3597740357c98f2207ca412'/>
<id>urn:sha1:3d6c2bc08ac4f75bf3597740357c98f2207ca412</id>
<content type='text'>
just like the V4L2 core, move the DVB core to drivers/media, as the
intention is to get rid of both "video" and "dvb" directories.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] dvb: earth-pt1: remove unsupported net subdevices</title>
<updated>2012-03-19T18:48:13+00:00</updated>
<author>
<name>Akihiro Tsukada</name>
<email>tskd2@yahoo.co.jp</email>
</author>
<published>2012-03-10T14:38:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=cd7334d6d6d2cfba7e34ad6605fec61b556bc822'/>
<id>urn:sha1:cd7334d6d6d2cfba7e34ad6605fec61b556bc822</id>
<content type='text'>
PT1 and PT2 do not have net functions.

Signed-off-by: Akihiro Tsukada &lt;tskd2@yahoo.co.jp&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] dvb: earth-pt1: decrease the too large DMA buffer size</title>
<updated>2012-03-19T18:47:38+00:00</updated>
<author>
<name>Akihiro Tsukada</name>
<email>tskd2@yahoo.co.jp</email>
</author>
<published>2012-03-10T14:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=7ff04760f737ac9eb2a5f8fc12a762a608c37692'/>
<id>urn:sha1:7ff04760f737ac9eb2a5f8fc12a762a608c37692</id>
<content type='text'>
Current default value of "nr_tables" option corresponds to the DMA
buffer of about 10 to 48 seconds long, which is obviously too much.

Signed-off-by: Akihiro Tsukada &lt;tskd2@yahoo.co.jp&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] dvb: earth-pt1: add an error check/report on the incoming data</title>
<updated>2012-03-19T18:47:15+00:00</updated>
<author>
<name>Akihiro Tsukada</name>
<email>tskd2@yahoo.co.jp</email>
</author>
<published>2012-03-10T14:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=6988111098d643653eca04ebc6dabe9a7f354baa'/>
<id>urn:sha1:6988111098d643653eca04ebc6dabe9a7f354baa</id>
<content type='text'>
This patch adds a data integrity check using the sequence counter and
error flags added by the bridge chip.

Signed-off-by: Akihiro Tsukada &lt;tskd2@yahoo.co.jp&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] dvb: earth-pt1: stop polling data when no one accesses the device</title>
<updated>2012-03-19T18:46:36+00:00</updated>
<author>
<name>Akihiro Tsukada</name>
<email>tskd2@yahoo.co.jp</email>
</author>
<published>2012-03-10T14:38:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=847e87659620890bfc80ce7bf682f2a5354543b2'/>
<id>urn:sha1:847e87659620890bfc80ce7bf682f2a5354543b2</id>
<content type='text'>
The driver started a kthread to poll the DMA buffers soon after probing,
which relsuleted in 1000/sec sleeps and wakeups of the thread doing nothing
useful until someone started feeding.
This patch changes the creation and destruction of the kthread depending on the number of users.

Signed-off-by: Akihiro Tsukada &lt;tskd2@yahoo.co.jp&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] dvb: Remove ops-&gt;info.type from frontends</title>
<updated>2012-01-04T19:30:34+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-01-01T19:11:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=7581e61d8d7a3ed89a3fdac2235231cd36548f78'/>
<id>urn:sha1:7581e61d8d7a3ed89a3fdac2235231cd36548f78</id>
<content type='text'>
Now that this field is deprecated, and core generates it for
DVBv3 calls, remove it from the drivers.

It also adds .delsys on the few drivers where this were missed.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] dvb: Add ops.delsys to the remaining frontends</title>
<updated>2011-12-31T12:38:23+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2011-12-31T12:38:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=533b673b193cb3412f20eac5d24119ed3d240211'/>
<id>urn:sha1:533b673b193cb3412f20eac5d24119ed3d240211</id>
<content type='text'>
A few drivers don't have .delsys. Add it, in order to allow
future patches for dvb_frontend.c to not use info.type.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] dvb-core: Don't pass DVBv3 parameters on tune() fops</title>
<updated>2011-12-31T12:08:46+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2011-12-26T20:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=7e0722215a510921cbb73ab4c37477d4dcb91bf8'/>
<id>urn:sha1:7e0722215a510921cbb73ab4c37477d4dcb91bf8</id>
<content type='text'>
As all parameters are passed via DVBv5 to the frontends, there's
no need to pass them again via fops. Also, most drivers weren't using
it anyway. So, instead, just pass a parameter to indicate if the
hardware algorithm wants the driver to re-tune or not.

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