summaryrefslogtreecommitdiff
path: root/linux/drivers
AgeCommit message (Collapse)Author
2003-02-13outcom sanity checks and code readability reviewHolger Waechtler
2003-02-13fidbirq() is obsolete. Here is removal of saa7146 interruptDavor Emard
enable bits for fidbirq, tasklet code and some defines that belong to fidbirq
2003-02-12Vpeirq is rewritten for readability, keeping all the logic and functionalityDavor Emard
the same. Now it will be easier for someone to review it and understand what vpeirq() does.
2003-02-11firmware update from DVB HEAD (CI link layer, new FW version number,Johannes Stezenbach
"too old" warning)
2003-02-11- restructured build-2.4 stuff so it is no longer necessary toJohannes Stezenbach
copy videodev.h and videodev2.h to /usr/src/linux/include/ - merged av7110.c error message and COM_DEBUG stuff from DVB-HEAD - added a insmod.sh which uses modules from pwd, to avoid 'make install'
2003-02-11apply fix ring_buffer_free() logic in ci_ll_reset() contributed by Oliver ↵Holger Waechtler
Endriss <o.endriss@gmx.de>
2003-02-10link layer firmwareHolger Waechtler
2003-02-09fixed a missing 'return' statement (reported by Oliver Endriss ↵Klaus Schmidinger
<o.endriss@gmx.de>)
2003-02-07apply new irq handler for Nova cards contributed by Marian Durkovic <md@bts.sk>,Holger Waechtler
ported by Emard <emard@softhome.net> to the 2.5 kernel tree
2003-02-07Fixed overwriting slot number in CA_GET_SLOT_INFO.Klaus Schmidinger
2003-02-03get the (ftype == LG_TDQF_S001F || ftype == ALPS_BSRU6) thing right, thanksHolger Waechtler
to Jack Thomasson <jkt@Helius.COM> for pointing this out...
2003-02-03NET_GET_IF ioctl implementation contributed by <lymes@tiscalinet.it>Holger Waechtler
2003-02-03bugfix for Allps BSRU6 contributed by Matt Davis <matt@Helius.COM>Holger Waechtler
2003-02-03update for RPS1 square generation programHolger Waechtler
2003-02-03new fidbirq() by <emard@softhome.net> w/ heuristic recovery code forHolger Waechtler
lost interrupts. Let's see how it works... CPU and PCI can be heavy loaded and not properly configured, VSYNC trigger timing can be inaccurate. Two DVB cards can share the same interrupt, sometimes even whole interrupt can be lost.
2003-02-02Support more than one cardFlorian Schirmer
2003-02-02Add licenseFlorian Schirmer
2003-01-31Remove some debug outputsFlorian Schirmer
2003-01-28- Removed some debug stuffFlorian Schirmer
- Bugfixes - Setup clock polarity properly
2003-01-28- More autodetect codeFlorian Schirmer
- Support BW 6 and 7 MHz modes - Bugfixes
2003-01-27Lots of bugfixes and new featuresFlorian Schirmer
2003-01-27Adjusted the versioning for the "get_user_pages()" function,Michael Hunold
changed the README for the 2.4.x build -- use a kernel >= 2.4.20.
2003-01-25- Rewritten RISC programmFlorian Schirmer
- Push sync handling down to DVB API - Major fixes
2003-01-24implement vmalloc_to_page() again in order to maintain backward compatibilityHolger Waechtler
2003-01-24dmainit patch by <emard@softhome.net>Holger Waechtler
2003-01-23apply patch by <emard@softhome.net> in order to support nova-patched av7110 ↵Holger Waechtler
cards
2003-01-23apply core patch by <emard@softhome.net>Holger Waechtler
2003-01-23apply fidbirq improvements ported to dvb-kernel by <emard@softhome.net>Holger Waechtler
2003-01-22Export dvb_swf_filter()Florian Schirmer
2003-01-21Pinnacle PCTV DVB-S support (untested)Florian Schirmer
2003-01-21Make some things genericFlorian Schirmer
2003-01-21set __devexit and __devexit_p() flagsHolger Waechtler
2003-01-21get in sync w/ DVB/Holger Waechtler
2003-01-21Patches required by DVB bt8xx driverFlorian Schirmer
2003-01-21Add Bt8xx interface files (stolen from PCTV driver)Florian Schirmer
2003-01-21Bt8xx based adapter driverFlorian Schirmer
2003-01-21Nxt6000 based frontend driverFlorian Schirmer
2003-01-18- add name field to struct dvb_adapterFlorian Schirmer
- make it a const char* pointer
2003-01-17apply fix by <emard@softhome.net> in order to set demux_id correctlyHolger Waechtler
2003-01-16- extended the preprocessor magic to av7110.c, too, had to changeMichael Hunold
the other files again.
2003-01-16- renamed card enum as suggested by HolgerMichael Hunold
- added fix for cards with hardware diseqc suggested by Peter Schildmann - cleaned up the cards declaration and variables using preprocessor magic
2003-01-15updateHolger Waechtler
2003-01-15One should test changes before committing them...Michael Hunold
2003-01-15Fixed the "frontend not recognnized on first load" bug byMichael Hunold
explicitely enabling the frontend, when budget-core gets loaded.
2003-01-13add a timeout to saa7146_i2c_writeout() to prevent endless loopJohannes Stezenbach
2003-01-13fix unresolved symbol __ucmpdi2 in 2.4 buildJohannes Stezenbach
(don't use 64bit ints in switch())
2003-01-13Add NTSC mode back to av7110 driver.Michael Hunold
2003-01-10- Fix broken i2c irq transfer, due to Holger's changesMichael Hunold
- clean up the mxb driver and it's helper modules (rename the structures, add GPL license to the appropriate files, c99 initialisers) - fix 2.5.55 "module insertion causes bug in kobject.o" issue - fixed missing exported symbols in budget-core
2003-01-09return meaningful error valuesHolger Waechtler
2003-01-09- add #include <asm/semaphore.h> and #include <linux/timer.h> in orderHolger Waechtler
to avoid implicit declarations - make dvb_net buffers const pointers to suppress a warning when calling the demux