<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/drivers/media/dvb/bt8xx/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>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>dvb-bt8xx: fix build error</title>
<updated>2008-03-27T03:00:25+00:00</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@linuxtv.org</email>
</author>
<published>2008-03-27T03:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=d704829af2530f7beaf1cc1313ce410191e1cd4e'/>
<id>d704829af2530f7beaf1cc1313ce410191e1cd4e</id>
<content type='text'>
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

Fix the following build error:

In file included from dvb-bt8xx.c:35:
dvb-bt8xx.h:42:26: error: tuner-simple.h: No such file or directory
dvb-bt8xx.c: In function 'frontend_init':
dvb-bt8xx.c:612: error: 'simple_tuner_attach' undeclared (first use in this function)
dvb-bt8xx.c:612: error: (Each undeclared identifier is reported only once
dvb-bt8xx.c:612: error: for each function it appears in.)
dvb-bt8xx.c:612: warning: type defaults to 'int' in declaration of '__a'
dvb-bt8xx.c:612: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:612: warning: cast from pointer to integer of different size
dvb-bt8xx.c:612: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:612: warning: cast from pointer to integer of different size
dvb-bt8xx.c:612: error: called object '__a' is not a function
dvb-bt8xx.c:696: warning: type defaults to 'int' in declaration of '__a'
dvb-bt8xx.c:696: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:696: warning: cast from pointer to integer of different size
dvb-bt8xx.c:696: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:696: warning: cast from pointer to integer of different size
dvb-bt8xx.c:696: error: called object '__a' is not a function

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

Fix the following build error:

In file included from dvb-bt8xx.c:35:
dvb-bt8xx.h:42:26: error: tuner-simple.h: No such file or directory
dvb-bt8xx.c: In function 'frontend_init':
dvb-bt8xx.c:612: error: 'simple_tuner_attach' undeclared (first use in this function)
dvb-bt8xx.c:612: error: (Each undeclared identifier is reported only once
dvb-bt8xx.c:612: error: for each function it appears in.)
dvb-bt8xx.c:612: warning: type defaults to 'int' in declaration of '__a'
dvb-bt8xx.c:612: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:612: warning: cast from pointer to integer of different size
dvb-bt8xx.c:612: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:612: warning: cast from pointer to integer of different size
dvb-bt8xx.c:612: error: called object '__a' is not a function
dvb-bt8xx.c:696: warning: type defaults to 'int' in declaration of '__a'
dvb-bt8xx.c:696: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:696: warning: cast from pointer to integer of different size
dvb-bt8xx.c:696: warning: type defaults to 'int' in declaration of 'type name'
dvb-bt8xx.c:696: warning: cast from pointer to integer of different size
dvb-bt8xx.c:696: error: called object '__a' is not a function

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dvb: use '+=' instead of '=' for EXTRA_CFLAGS</title>
<updated>2007-06-04T23:18:51+00:00</updated>
<author>
<name>Trent Piepho</name>
<email>xyzzy@speakeasy.org</email>
</author>
<published>2007-06-04T23:18:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=adba0fd6ff159a95c07caddf54e73a84175ec736'/>
<id>adba0fd6ff159a95c07caddf54e73a84175ec736</id>
<content type='text'>
From: Trent Piepho &lt;xyzzy@speakeasy.org&gt;

The Makefiles in the dvb directory tree used '=' when defining EXTRA_CFLAGS
rather than '+=', which is far more common in the rest of the kernel source.

  =  14 times (9 of which this patch removes)
 :=  25 times
 += 123 times

This change also has certain advantages for the out of kernel v4l-dvb build
system.

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;

The Makefiles in the dvb directory tree used '=' when defining EXTRA_CFLAGS
rather than '+=', which is far more common in the rest of the kernel source.

  =  14 times (9 of which this patch removes)
 :=  25 times
 += 123 times

This change also has certain advantages for the out of kernel v4l-dvb build
system.

Signed-off-by: Trent Piepho &lt;xyzzy@speakeasy.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Makefile to adapt to bt8xx/ conversion</title>
<updated>2006-03-17T21:21:17+00:00</updated>
<author>
<name>Manu Abraham</name>
<email>manu@linuxtv.org</email>
</author>
<published>2006-03-17T21:21:17+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f0247cd71514d266ebf944e17f860f314773e6e9'/>
<id>f0247cd71514d266ebf944e17f860f314773e6e9</id>
<content type='text'>
From: Manu Abraham &lt;manu@linuxtv.org&gt;
Signed-off-by: Manu Abraham &lt;manu@linuxtv.org&gt;



</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Manu Abraham &lt;manu@linuxtv.org&gt;
Signed-off-by: Manu Abraham &lt;manu@linuxtv.org&gt;



</pre>
</div>
</content>
</entry>
<entry>
<title>Merged the twinhan-exp branch to the trunk</title>
<updated>2005-04-04T18:08:15+00:00</updated>
<author>
<name>Manu Abraham</name>
<email>devnull@localhost</email>
</author>
<published>2005-04-04T18:08:15+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=5763fb92a09f21f9bccad093fc465720399a8a4b'/>
<id>5763fb92a09f21f9bccad093fc465720399a8a4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Imported FE_REFACTORING to HEAD</title>
<updated>2004-10-28T17:37:07+00:00</updated>
<author>
<name>Andrew de Quincy</name>
<email>devnull@localhost</email>
</author>
<published>2004-10-28T17:37:07+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=25da23146538519f0f644671c49868bfb560740a'/>
<id>25da23146538519f0f644671c49868bfb560740a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- add  -Idrivers/media/dvb/frontends to Makefile, needed for dst include</title>
<updated>2003-12-24T22:23:46+00:00</updated>
<author>
<name>Michael Hunold</name>
<email>devnull@localhost</email>
</author>
<published>2003-12-24T22:23:46+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=8ff21dfb5f8e6e98e62d46d93cf9193a5029dad5'/>
<id>8ff21dfb5f8e6e98e62d46d93cf9193a5029dad5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- indentation fixes</title>
<updated>2003-07-15T09:30:02+00:00</updated>
<author>
<name>Michael Hunold</name>
<email>devnull@localhost</email>
</author>
<published>2003-07-15T09:30:02+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=30fc1765bec73a3e808041aaf0a81b78eb870c01'/>
<id>30fc1765bec73a3e808041aaf0a81b78eb870c01</id>
<content type='text'>
- use c99 initializers
- remove blank lines
- remove bt848.h -- it's already in driver/media/video
  (this probably breaks 2.4 compilation)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use c99 initializers
- remove blank lines
- remove bt848.h -- it's already in driver/media/video
  (this probably breaks 2.4 compilation)
</pre>
</div>
</content>
</entry>
<entry>
<title>cvs sucks!</title>
<updated>2003-06-25T10:16:09+00:00</updated>
<author>
<name>Holger Waechtler</name>
<email>devnull@localhost</email>
</author>
<published>2003-06-25T10:16:09+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=5aabc26da3db5d22b4c50c187209ca6674e8b536'/>
<id>5aabc26da3db5d22b4c50c187209ca6674e8b536</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
