<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/drivers/media/video/pvrusb2/Makefile, 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>pvrusb2: add a missing source at Makefile</title>
<updated>2009-03-26T14:14:44+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-03-26T14:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=d46e36f00dd4f2aa8aa84141dd2576385b7ffe90'/>
<id>d46e36f00dd4f2aa8aa84141dd2576385b7ffe90</id>
<content type='text'>
From: Kyle McMartin &lt;kyle@redhat.com&gt;

As pointed by Steve Dickson, pvrusb2 Makefile was not compiling
pvrusb2-cx53l32a driver.

Priority: normal

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: Kyle McMartin &lt;kyle@redhat.com&gt;

As pointed by Steve Dickson, pvrusb2 Makefile was not compiling
pvrusb2-cx53l32a driver.

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pvrusb2: Remove old i2c layer; we use v4l2-subdev now</title>
<updated>2009-03-08T21:47:47+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2009-03-08T21:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=9b919a585341293a2ba14e0cdfad93a7a2342b4f'/>
<id>9b919a585341293a2ba14e0cdfad93a7a2342b4f</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;

This change removes the old i2c module controlling layer from the
pvrusb2 driver.  This is code that first had appeared in the driver
back in December 2005.  It's history.  Now we use v4l2-subdev.  Please
note also that with this change, the driver will no longer be usable
in kernels older that 2.6.22.

Priority: normal

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;

This change removes the old i2c module controlling layer from the
pvrusb2 driver.  This is code that first had appeared in the driver
back in December 2005.  It's history.  Now we use v4l2-subdev.  Please
note also that with this change, the driver will no longer be usable
in kernels older that 2.6.22.

Priority: normal

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pvrusb2: Split i2c module handling from i2c adapter</title>
<updated>2009-03-07T06:06:09+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2009-03-07T06:06:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=2c96263b343a7a5eb2d017b7727227941a00fc3d'/>
<id>2c96263b343a7a5eb2d017b7727227941a00fc3d</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;

This is the first step in the effort to move the pvrusb2 driver over
to using the v4l2-subdev framework.  This commit involves mainly
splitting apart pvrusb2-i2c-core - part of it is the driver's I2C
adapter driver and the rest is the old i2c module handling logic.  The
i2c module handling junk is moved out to pvrusb2-i2c-track and various
header references are correspondingly updated.  Yes, this patch has a
huge pile of checkpatch complaints, but I'm NOT going to fix any of
it.  Why?  First, I'm moving a large chunk of existing code and I'm
not going to spend time adjusting it to match someone's idea of coding
style.  Second, in the end I expect all that moved code to go away by
the time the rework is done so wasting time on it now to adhere to the
standard is in the end a large waste of time.

Priority: normal

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;

This is the first step in the effort to move the pvrusb2 driver over
to using the v4l2-subdev framework.  This commit involves mainly
splitting apart pvrusb2-i2c-core - part of it is the driver's I2C
adapter driver and the rest is the old i2c module handling logic.  The
i2c module handling junk is moved out to pvrusb2-i2c-track and various
header references are correspondingly updated.  Yes, this patch has a
huge pile of checkpatch complaints, but I'm NOT going to fix any of
it.  Why?  First, I'm moving a large chunk of existing code and I'm
not going to spend time adjusting it to match someone's idea of coding
style.  Second, in the end I expect all that moved code to go away by
the time the rework is done so wasting time on it now to adhere to the
standard is in the end a large waste of time.

Priority: normal

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;</title>
<updated>2008-04-26T16:13:56+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-04-26T16:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=aac29554759ba1097551414afc35ed9fa13056c2'/>
<id>aac29554759ba1097551414afc35ed9fa13056c2</id>
<content type='text'>
Move tuners to common/tuners

There were several issues in the past, caused by the hybrid tuner design, since
now, the same tuner can be used by drivers/media/dvb and drivers/media/video.

This patch moves those common tuners into a common dir. It also moves saa7146
driver into drivers/media/video, where other hybrid drivers are placed.

Kconfig items were rearranged, to split V4L/DVB core from their drivers.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move tuners to common/tuners

There were several issues in the past, caused by the hybrid tuner design, since
now, the same tuner can be used by drivers/media/dvb and drivers/media/video.

This patch moves those common tuners into a common dir. It also moves saa7146
driver into drivers/media/video, where other hybrid drivers are placed.

Kconfig items were rearranged, to split V4L/DVB core from their drivers.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pvrusb2: Fix broken debug interface build</title>
<updated>2008-02-04T04:22:21+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2008-02-04T04:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=e02d478c909e673b7ec2db5cb4c0f59addc9c92f'/>
<id>e02d478c909e673b7ec2db5cb4c0f59addc9c92f</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;

Fix pvrusb2 kbuild typo introduced when pvrusb2-dvb was added.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;

Fix pvrusb2 kbuild typo introduced when pvrusb2-dvb was added.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pvrusb2: add DVB API framework</title>
<updated>2008-02-03T23:46:16+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2008-02-03T23:46:16+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=c7200b4f826eb632eb0a22e9cfa45d97a579e801'/>
<id>c7200b4f826eb632eb0a22e9cfa45d97a579e801</id>
<content type='text'>
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

Add basic framework for the DVB API.  This is enough to control the
tuner &amp; demod of the digital frontend, but the stream &amp; buffer handling
is still missing.

Additional note from Mike Isely &lt;isely@pobox.com&gt; - also, since these
changes are still very experimental arrange for DVB changes to be
compiled in via new CONFIG_VIDEO_PVRUSB2_DVB option, for now.

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;
Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

Add basic framework for the DVB API.  This is enough to control the
tuner &amp; demod of the digital frontend, but the stream &amp; buffer handling
is still missing.

Additional note from Mike Isely &lt;isely@pobox.com&gt; - also, since these
changes are still very experimental arrange for DVB changes to be
compiled in via new CONFIG_VIDEO_PVRUSB2_DVB option, for now.

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;
Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pvrusb2: Add pvrusb2-devattr.o to driver build</title>
<updated>2007-11-26T05:30:20+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2007-11-26T05:30:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=dd9cc2999bfc382787413a184733709ef86d0897'/>
<id>dd9cc2999bfc382787413a184733709ef86d0897</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;



Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;



Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken pvrusb2 build</title>
<updated>2006-09-03T16:33:10+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2006-09-03T16:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=a4cb33cff17f5f298a06624552fa3fb401d3c749'/>
<id>a4cb33cff17f5f298a06624552fa3fb401d3c749</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;

Fix broken build when 24XXX support is not selected.  This is required
due to the requirement of removing 24XXX ifdef's from the driver
source.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;

Fix broken build when 24XXX support is not selected.  This is required
due to the requirement of removing 24XXX ifdef's from the driver
source.

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate use of tda9887 from pvrusb2 driver</title>
<updated>2006-06-29T12:26:57+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2006-06-29T12:26:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=7b4745d0e79fef1b299f7bfa208aa02e7c6b396d'/>
<id>7b4745d0e79fef1b299f7bfa208aa02e7c6b396d</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;



Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;



</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;



Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Need to compile two more sources in pvrusb2</title>
<updated>2006-04-20T05:47:57+00:00</updated>
<author>
<name>Mike Isely</name>
<email>isely@pobox.com</email>
</author>
<published>2006-04-20T05:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=e6a398bf0811e2f0cbdac6dd23d58751e65aaa6d'/>
<id>e6a398bf0811e2f0cbdac6dd23d58751e65aaa6d</id>
<content type='text'>
From: Mike Isely &lt;isely@pobox.com&gt;

Two modules had been added to pvrusb2.  We need to compile them...

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mike Isely &lt;isely@pobox.com&gt;

Two modules had been added to pvrusb2.  We need to compile them...

Signed-off-by: Mike Isely &lt;isely@pobox.com&gt;

</pre>
</div>
</content>
</entry>
</feed>
