<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/drivers/media/video/hdpvr, branch master</title>
<subtitle>Mediapointer DVB-S2 driver
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/'/>
<entry>
<title>hdpvr-control: fix bad whitespaces</title>
<updated>2009-08-20T13:20:06+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-08-20T13:20:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=31da1cf039c5d397bbe955fd1e9903d19e7ff9e2'/>
<id>31da1cf039c5d397bbe955fd1e9903d19e7ff9e2</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

It were using 7 spaces instead of tab for indent.

CC: Janne Grunau &lt;j@jannau.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

It were using 7 spaces instead of tab for indent.

CC: Janne Grunau &lt;j@jannau.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hdpvr: add missing initialization of current_norm</title>
<updated>2009-08-07T10:10:52+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2009-08-07T10:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=84ca12cecb8b0b28efb9403b9ea6da6a9589caec'/>
<id>84ca12cecb8b0b28efb9403b9ea6da6a9589caec</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Drivers should either set current_norm or supply a g_std callback.

The hdpvr driver does neither. Since it initializes to a 60 Hz format
I've initialized the current_norm to NTSC | PAL_M | PAL_60 which is the
60 Hz subset of tvnorms.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
CC: Janne Grunau &lt;j@jannau.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Drivers should either set current_norm or supply a g_std callback.

The hdpvr driver does neither. Since it initializes to a 60 Hz format
I've initialized the current_norm to NTSC | PAL_M | PAL_60 which is the
60 Hz subset of tvnorms.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
CC: Janne Grunau &lt;j@jannau.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hdpvr: fix lock imbalances</title>
<updated>2009-07-30T23:00:44+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-07-30T23:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=e523ddb42e0588210df880e0e32f0de801803e94'/>
<id>e523ddb42e0588210df880e0e32f0de801803e94</id>
<content type='text'>
From: Jiri Slaby &lt;jirislaby@gmail.com&gt;

There are many lock imbalances in this driver. Fix all found.

Priority: normal

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Jiri Slaby &lt;jirislaby@gmail.com&gt;

There are many lock imbalances in this driver. Fix all found.

Priority: normal

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Signed-off-by: Douglas Schilling Landgraf &lt;dougsland@redhat.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Stop defining I2C adapter IDs nobody uses</title>
<updated>2009-06-19T19:56:56+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-06-19T19:56:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f47aedd6b5ff27a36bee52be6cd41b022375b133'/>
<id>f47aedd6b5ff27a36bee52be6cd41b022375b133</id>
<content type='text'>
From: Jean Delvare &lt;khali@linux-fr.org&gt;

There is no point in defining I2C adapter IDs when no code is using
them. As this field might go away in the future, stop using it when
we don't need to.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Jean Delvare &lt;khali@linux-fr.org&gt;

There is no point in defining I2C adapter IDs when no code is using
them. As this field might go away in the future, stop using it when
we don't need to.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport language typo and whitespace differences</title>
<updated>2009-06-16T21:37:35+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-06-16T21:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=28f0a28c5e0c37bee44d914bde9533d5fc16b62d'/>
<id>28f0a28c5e0c37bee44d914bde9533d5fc16b62d</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

kernel-sync:

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

kernel-sync:

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hdpvr: empty internal device buffer after stopping streaming</title>
<updated>2009-03-27T23:21:17+00:00</updated>
<author>
<name>Janne Grunau</name>
<email>j@jannau.net</email>
</author>
<published>2009-03-27T23:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=1fcaa2a07d4c815b9f8a8bfdd738b22a46760ede'/>
<id>1fcaa2a07d4c815b9f8a8bfdd738b22a46760ede</id>
<content type='text'>
From: Janne Grunau &lt;j@jannau.net&gt;

Makes the next capturing starting faster and more reliable.

Priority: normal

Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Janne Grunau &lt;j@jannau.net&gt;

Makes the next capturing starting faster and more reliable.

Priority: normal

Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hdpvr: convert printing macros to v4l2_* with struct v4l2_device</title>
<updated>2009-03-27T23:09:40+00:00</updated>
<author>
<name>Janne Grunau</name>
<email>j@jannau.net</email>
</author>
<published>2009-03-27T23:09:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=9cd596ebf1895fbde84391135359f7d7cc401fe4'/>
<id>9cd596ebf1895fbde84391135359f7d7cc401fe4</id>
<content type='text'>
From: Janne Grunau &lt;j@jannau.net&gt;

it gives us a nice and unique prefix per device

Priority: normal

Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Janne Grunau &lt;j@jannau.net&gt;

it gives us a nice and unique prefix per device

Priority: normal

Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hdpvr: add struct v4l2_device</title>
<updated>2009-03-27T23:01:40+00:00</updated>
<author>
<name>Janne Grunau</name>
<email>j@jannau.net</email>
</author>
<published>2009-03-27T23:01:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=e1b327c44494755c635ee8cd086c1cd070a4f20b'/>
<id>e1b327c44494755c635ee8cd086c1cd070a4f20b</id>
<content type='text'>
From: Janne Grunau &lt;j@jannau.net&gt;

Priority: normal

Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Janne Grunau &lt;j@jannau.net&gt;

Priority: normal

Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hdpvr: locking fixes</title>
<updated>2009-03-26T23:56:06+00:00</updated>
<author>
<name>Janne Grunau</name>
<email>j@jannau.net</email>
</author>
<published>2009-03-26T23:56:06+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=fcf939c56e5b32cbd2f6e77d9de6d190186a4c1a'/>
<id>fcf939c56e5b32cbd2f6e77d9de6d190186a4c1a</id>
<content type='text'>
From: Janne Grunau &lt;j@jannau.net&gt;

unlock io_mutex in hdpvr_stop_streaming hdpvr_disconnect to allow the
streaming worker to stop before we flush the workqueue.
do not return to user space with mutex held in vidioc_encoder_cmd with
an unknown encoder command.

Priority: normal

Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Janne Grunau &lt;j@jannau.net&gt;

unlock io_mutex in hdpvr_stop_streaming hdpvr_disconnect to allow the
streaming worker to stop before we flush the workqueue.
do not return to user space with mutex held in vidioc_encoder_cmd with
an unknown encoder command.

Priority: normal

Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>hdpvr: return immediately from hdpvr_poll if data is available</title>
<updated>2009-03-26T17:32:54+00:00</updated>
<author>
<name>Janne Grunau</name>
<email>j@jannau.net</email>
</author>
<published>2009-03-26T17:32:54+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=3d73a21a3b0fb96a08c796016ae66cb734327490'/>
<id>3d73a21a3b0fb96a08c796016ae66cb734327490</id>
<content type='text'>
From: Janne Grunau &lt;j@jannau.net&gt;

simplifies check for available data with hdpvr_get_next_buffer

Priority: normal

Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Janne Grunau &lt;j@jannau.net&gt;

simplifies check for available data with hdpvr_get_next_buffer

Priority: normal

Signed-off-by: Janne Grunau &lt;j@jannau.net&gt;
</pre>
</div>
</content>
</entry>
</feed>
