<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/drivers/media/dvb/pluto2/Kconfig, 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>dvb-pll: Fix Kconfig files and add support for making dvb-pll optional</title>
<updated>2007-02-27T22:43:43+00:00</updated>
<author>
<name>Trent Piepho</name>
<email>xyzzy@speakeasy.org</email>
</author>
<published>2007-02-27T22:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=27f67f86e77a354a9d98f7286b1b5fde173961b9'/>
<id>27f67f86e77a354a9d98f7286b1b5fde173961b9</id>
<content type='text'>
From: Trent Piepho &lt;xyzzy@speakeasy.org&gt;

A number of drivers selected DVB_PLL when they did not need it, and some
that did need it did not select it.

The DVB_PLL option is given a name and help text, so that it will show up
in the config menu.  DVB_PLL support can be turned on if an out-of-tree
driver needs it.

The standard dvb fe customization support is added to dvb-pll.h.  Since
all modules which select DVB_PLL do so unconditionally, it is not
possible to turn dvb-pll off when an enabled module selects it, unlike
most of the other frontend/tuner drivers.  This is because the users of
dvb-pll have static references to dvb-pll symbols other than the attach
function.  If these references are removed, then dvb-pll will be
disablable as the other frontend/tuner drivers are.

Signed-off-by: Trent Piepho &lt;xyzzy@speakeasy.org&gt;


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Trent Piepho &lt;xyzzy@speakeasy.org&gt;

A number of drivers selected DVB_PLL when they did not need it, and some
that did need it did not select it.

The DVB_PLL option is given a name and help text, so that it will show up
in the config menu.  DVB_PLL support can be turned on if an out-of-tree
driver needs it.

The standard dvb fe customization support is added to dvb-pll.h.  Since
all modules which select DVB_PLL do so unconditionally, it is not
possible to turn dvb-pll off when an enabled module selects it, unlike
most of the other frontend/tuner drivers.  This is because the users of
dvb-pll have static references to dvb-pll symbols other than the attach
function.  If these references are removed, then dvb-pll will be
disablable as the other frontend/tuner drivers are.

Signed-off-by: Trent Piepho &lt;xyzzy@speakeasy.org&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Add missing dvb-pll Kconfig infrastructure.+        CTL_SMC_PHY,</title>
<updated>2006-08-02T21:25:14+00:00</updated>
<author>
<name>Andrew de Quincey</name>
<email>adq_dvb@lidskialf.net</email>
</author>
<published>2006-08-02T21:25:14+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=c76882c71e223b1a6bb2f1f0043227d5cf9e3e82'/>
<id>c76882c71e223b1a6bb2f1f0043227d5cf9e3e82</id>
<content type='text'>
From: Andrew de Quincey &lt;adq_dvb@lidskialf.net&gt;

Add missing dvb-pll Kconfig infrastructure.

Signed-off-by: Andrew de Quincey &lt;adq_dvb@lidskialf.net&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Andrew de Quincey &lt;adq_dvb@lidskialf.net&gt;

Add missing dvb-pll Kconfig infrastructure.

Signed-off-by: Andrew de Quincey &lt;adq_dvb@lidskialf.net&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes recursive dependency for I2C</title>
<updated>2006-05-24T13:35:18+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2006-05-24T13:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=4fc455d3437ddd14c467077a5309f6d2d2b43b52'/>
<id>4fc455d3437ddd14c467077a5309f6d2d2b43b52</id>
<content type='text'>
From: Jean Delvare &lt;khali@linux-fr.org&gt;

Mixing "depends on I2C" and "select I2C" within the media subsystem
leads to the following problem:

Warning! Found recursive dependency: I2C DVB_BUDGET DVB_BUDGET_PATCH
DVB_AV7110 VIDEO_SAA7146_VV VIDEO_SAA7146 I2C

Acked-by: Manu Abraham &lt;manu@llinuxtv,org&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Jean Delvare &lt;khali@linux-fr.org&gt;

Mixing "depends on I2C" and "select I2C" within the media subsystem
leads to the following problem:

Warning! Found recursive dependency: I2C DVB_BUDGET DVB_BUDGET_PATCH
DVB_AV7110 VIDEO_SAA7146_VV VIDEO_SAA7146 I2C

Acked-by: Manu Abraham &lt;manu@llinuxtv,org&gt;
Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>make the bridge devices that depend on I2C dependant on I2C</title>
<updated>2006-05-20T16:17:00+00:00</updated>
<author>
<name>Manu Abraham</name>
<email>manu@linuxtv.org</email>
</author>
<published>2006-05-20T16:17:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=81e96019c9b528869fe4eb606f5085263ba8ccd0'/>
<id>81e96019c9b528869fe4eb606f5085263ba8ccd0</id>
<content type='text'>
Ref: Bugzilla 6179, 6589

From: Manu Abraham &lt;abraham.manu@gmail.com&gt;
Signed-off-by: Manu Abraham &lt;manu@linuxtv.org&gt;


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: Bugzilla 6179, 6589

From: Manu Abraham &lt;abraham.manu@gmail.com&gt;
Signed-off-by: Manu Abraham &lt;manu@linuxtv.org&gt;


</pre>
</div>
</content>
</entry>
<entry>
<title>Whitespaces cleanups.</title>
<updated>2005-11-26T23:46:56+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>devnull@localhost</email>
</author>
<published>2005-11-26T23:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=38bfb0fc9ee7ce1725379991e222ab2d39a4fd5e'/>
<id>38bfb0fc9ee7ce1725379991e222ab2d39a4fd5e</id>
<content type='text'>
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>pluto2 kbuild fixes</title>
<updated>2005-04-25T21:46:58+00:00</updated>
<author>
<name>Andreas Oberritter</name>
<email>devnull@localhost</email>
</author>
<published>2005-04-25T21:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=d30a684e14e12482c5638843c95db6d1a116c783'/>
<id>d30a684e14e12482c5638843c95db6d1a116c783</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile and Kconfig updates for pluto2</title>
<updated>2005-03-09T21:39:51+00:00</updated>
<author>
<name>Andreas Oberritter</name>
<email>devnull@localhost</email>
</author>
<published>2005-03-09T21:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=56e2d9cc1275025eb00aeea373d2210647126274'/>
<id>56e2d9cc1275025eb00aeea373d2210647126274</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
