<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/drivers/media/dvb/ttpci-budget/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>Move the budget-driver from "ttpci-budget" to "ttpci", because the</title>
<updated>2003-03-20T08:14:56+00:00</updated>
<author>
<name>Michael Hunold</name>
<email>devnull@localhost</email>
</author>
<published>2003-03-20T08:14:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=5797f42d3ed47493db6ec2b904a9e8df10969f90'/>
<id>5797f42d3ed47493db6ec2b904a9e8df10969f90</id>
<content type='text'>
devices are so similar. Perhaps it will be possible to share more code
between these drivers later on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
devices are so similar. Perhaps it will be possible to share more code
between these drivers later on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing budget patch support from dvb-core.c because it's</title>
<updated>2003-02-15T01:11:00+00:00</updated>
<author>
<name>Davor Emard</name>
<email>devnull@localhost</email>
</author>
<published>2003-02-15T01:11:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=aaf8694828759cc647e00c2d36b9a372c1cec2fe'/>
<id>aaf8694828759cc647e00c2d36b9a372c1cec2fe</id>
<content type='text'>
all in budget-patch.c and adjusting Makefile's and Kconfig
accordingly to properly compile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
all in budget-patch.c and adjusting Makefile's and Kconfig
accordingly to properly compile.
</pre>
</div>
</content>
</entry>
<entry>
<title>created a new budget_ci.o module, add msp430 IR support</title>
<updated>2003-02-14T14:39:29+00:00</updated>
<author>
<name>Holger Waechtler</name>
<email>devnull@localhost</email>
</author>
<published>2003-02-14T14:39:29+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=50b063d2db9c9df8cb5c22caade41de829021d61'/>
<id>50b063d2db9c9df8cb5c22caade41de829021d61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for 2.5.55 all over the place:</title>
<updated>2003-01-09T10:27:22+00:00</updated>
<author>
<name>Michael Hunold</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-09T10:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=096166622785876bd4360f2cdb1495665ca03c6c'/>
<id>096166622785876bd4360f2cdb1495665ca03c6c</id>
<content type='text'>
- removed the patches, they are not needed any more. you can now
  use a vanilla 2.5.55 kernel
- created a new backport for video-buf and videodev from the 2.5.55
  sources
- necessary fixes to the saa7146 driver due to changes in 2.5.55
- the core budget functions are now provided by a module called
  "budget-core.o". (otherwise static compilation is not possible...)
- removed #ifdef MODULE crap from all files

Misc.
- "xawtv" (using xv extension) resulted in wrong colors. the problem
  is within "xawtv". Gerd Knorr told me, that it'll be fixed in the
  next release.

I tested this version with 2.4.20, 2.5.55 (modules) and 2.5.55
(static).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- removed the patches, they are not needed any more. you can now
  use a vanilla 2.5.55 kernel
- created a new backport for video-buf and videodev from the 2.5.55
  sources
- necessary fixes to the saa7146 driver due to changes in 2.5.55
- the core budget functions are now provided by a module called
  "budget-core.o". (otherwise static compilation is not possible...)
- removed #ifdef MODULE crap from all files

Misc.
- "xawtv" (using xv extension) resulted in wrong colors. the problem
  is within "xawtv". Gerd Knorr told me, that it'll be fixed in the
  next release.

I tested this version with 2.4.20, 2.5.55 (modules) and 2.5.55
(static).
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed the whole "device&lt;=&gt;extension" matching crap, the pci subsystem</title>
<updated>2003-01-08T17:41:32+00:00</updated>
<author>
<name>Michael Hunold</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-08T17:41:32+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=d166085ef7eea32af71c4c20321f067a38bb394a'/>
<id>d166085ef7eea32af71c4c20321f067a38bb394a</id>
<content type='text'>
can do this much better. We now simply register one pci driver for
every extension and are done with it -- if a device actually exists, the
pci subsystem calls us back. That's it.

Warning: this triggers a bug in the 2.5.x module subsystem -- you should
*not* use the driver.av7110 script and modprobe the driver. You can
a) build your kernel staticall
b) insert the modules one by one with *insmod*

I already filed a bug report to lkml.

Fixed a bug in Kconfig which prevented the saa7146 modules from being build.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can do this much better. We now simply register one pci driver for
every extension and are done with it -- if a device actually exists, the
pci subsystem calls us back. That's it.

Warning: this triggers a bug in the 2.5.x module subsystem -- you should
*not* use the driver.av7110 script and modprobe the driver. You can
a) build your kernel staticall
b) insert the modules one by one with *insmod*

I already filed a bug report to lkml.

Fixed a bug in Kconfig which prevented the saa7146 modules from being build.
</pre>
</div>
</content>
</entry>
<entry>
<title>Some more changes... (but we're stabilizing...)</title>
<updated>2003-01-04T18:00:25+00:00</updated>
<author>
<name>Michael Hunold</name>
<email>devnull@localhost</email>
</author>
<published>2003-01-04T18:00:25+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f9baa931e2c4bc43371addc9b654afa06ae325a0'/>
<id>f9baa931e2c4bc43371addc9b654afa06ae325a0</id>
<content type='text'>
2.5.x:
- exchanged the Kconfig files for "ttpci" and "ttpci-budget"
- removed the "SAA7146 based" from the card descriptions, but put
  it to the remark some lines above

saa7146:
- simplified the probe(), attach(), detach() logic, since all
  dvb devices can be identified by their subvendor/subdevice ids

av7110:
- added two wait_for_debi_done() calls in gpioirq(). (All other
  IER_ENABLE() calls are preceded by wait_for_debi_done())

budget:
- budget.c has been split up into budget.c and budget-av.c. The latter
  is for budget cards with analog video (av) inputs. Definitions are
  now in budget.h. budget.c exports various functions that are used by
  budget-av.c, too. The av code is currently missing, though, and needs
  to be added.

unsorted:
- various c99 initializer cleanups
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2.5.x:
- exchanged the Kconfig files for "ttpci" and "ttpci-budget"
- removed the "SAA7146 based" from the card descriptions, but put
  it to the remark some lines above

saa7146:
- simplified the probe(), attach(), detach() logic, since all
  dvb devices can be identified by their subvendor/subdevice ids

av7110:
- added two wait_for_debi_done() calls in gpioirq(). (All other
  IER_ENABLE() calls are preceded by wait_for_debi_done())

budget:
- budget.c has been split up into budget.c and budget-av.c. The latter
  is for budget cards with analog video (av) inputs. Definitions are
  now in budget.h. budget.c exports various functions that are used by
  budget-av.c, too. The av code is currently missing, though, and needs
  to be added.

unsorted:
- various c99 initializer cleanups
</pre>
</div>
</content>
</entry>
<entry>
<title>Next chunk of big splitup / cleanup:</title>
<updated>2002-12-30T21:10:58+00:00</updated>
<author>
<name>Michael Hunold</name>
<email>devnull@localhost</email>
</author>
<published>2002-12-30T21:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=d425bfb33eedb26e9878187a4f8506db80cee364'/>
<id>d425bfb33eedb26e9878187a4f8506db80cee364</id>
<content type='text'>
(tested on 2.4.18 and 2.5.53 -- the budget driver is
untested, Holger will test it the next week)

saa7146:
- completely separated the saa7146 driver into a core-driver (saa7146.o) and
  a video/vbi part (saa7146_vv.o). this allows you to build the budget driver
  without av7110 and videodev bloat (see below)

The following thinks have been approved by Holger Waechtler:

av7110 (now ttpci):
- for 2.5.x: removed the av7110 directory and put everything into ttpci.
- removed all budget card support from this driver
- compile and build fixes for the saa7146 changes

ttpci-budget (new):
- for 2.5.x: created a new ttpci-budget directory, added a new driver for
  the budget cards

mxb:
- compile and build fixes for the saa7146 changes

Changed the build and compile files for both 2.5.x and build-2.4 of course...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(tested on 2.4.18 and 2.5.53 -- the budget driver is
untested, Holger will test it the next week)

saa7146:
- completely separated the saa7146 driver into a core-driver (saa7146.o) and
  a video/vbi part (saa7146_vv.o). this allows you to build the budget driver
  without av7110 and videodev bloat (see below)

The following thinks have been approved by Holger Waechtler:

av7110 (now ttpci):
- for 2.5.x: removed the av7110 directory and put everything into ttpci.
- removed all budget card support from this driver
- compile and build fixes for the saa7146 changes

ttpci-budget (new):
- for 2.5.x: created a new ttpci-budget directory, added a new driver for
  the budget cards

mxb:
- compile and build fixes for the saa7146 changes

Changed the build and compile files for both 2.5.x and build-2.4 of course...
</pre>
</div>
</content>
</entry>
</feed>
