Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-26 | - clean up debi irq/tasklet handling to make it work on SMP | Johannes Stezenbach | |
- misc. changes to av7110_send_fw_cmd() error handling done along the way | |||
2004-12-21 | Minor tweak for DVB mode | Andrew de Quincy | |
2004-12-19 | patch by Emard to enable satelco support. | Johannes Stezenbach | |
Code was commented out, but actually it works. | |||
2004-12-16 | Fixes for av7110+stv0297 support | Andrew de Quincy | |
2004-12-14 | - OSD timeout handling fixed, no crashes anymore with firmware 261d-rc5 or later | Oliver Endriss | |
- avoid race conditions when sending COMTYPE_MISC commands | |||
2004-12-04 | fix MODULE_PARM_DESC for debug param | Johannes Stezenbach | |
2004-12-02 | av7110_fe_lock_fix(): | Oliver Endriss | |
- firmware version 261d: wait for msg queue empty - firmware <= 261c: wait 50ms | |||
2004-12-02 | Patch by C.Y.M.: add __user and __iomem annotations, remove some | Johannes Stezenbach | |
unnecessary casts (cleanups from mailine kernel) | |||
2004-12-01 | preliminary fix of broken av7110_fe_lock_fix() workaround: | Oliver Endriss | |
- call av7110_fe_lock_fix() from set_frontend ioctl - clear pids only once - sleep 50ms after clearing pids | |||
2004-12-01 | __av7110_send_fw_cmd(): added some sanity checks suggested by Werner Fink | Oliver Endriss | |
2004-11-24 | added support for full-featured DVB-C cards: | Oliver Endriss | |
- 13c2:0000 Siemens DVB-C (full-length card) VES1820/Philips CD1516 - 13c2:0003 Haupauge DVB-C 2.1 VES1820/ALPS TDBE2 Note that these subsystem ids are also used by DVB-S cards! | |||
2004-11-22 | patch by Adrian Bunk: philips_tdm1316l_config multiple definition | Johannes Stezenbach | |
-> make them static | |||
2004-11-21 | - prefix IER_DISABLE and IER_ENABLE with SAA7146_ | Johannes Stezenbach | |
- add SAA7146_ISR_CLEAR - use those consistently in the ttpci driver | |||
2004-11-21 | make debitype and debilen volatile; this shouldn't be necessary | Johannes Stezenbach | |
as debiirq and gpioirq should not run concurrently, but... | |||
2004-11-21 | remove superflous casts, and other misc. minor cleanups (no functional change) | Johannes Stezenbach | |
2004-11-20 | Added setting to allow inversion of OCLK | Andrew de Quincy | |
2004-11-20 | enabled error messages in Start/StopHWFilter, added some sanity checks | Oliver Endriss | |
2004-11-19 | Set into DVB mode on frontend detection | Andrew de Quincy | |
2004-11-19 | More support for the new Nexus-CA card | Andrew de Quincy | |
2004-11-16 | Fixed race condition between driver and av7110 while accessing | Oliver Endriss | |
the COMMAND register in DPRAM. See http://www.linuxtv.org/mailinglists/vdr/2004/01-2004/msg00331.html Special thanks to Dr. Werner Fink for debugging the other (ARM) side. | |||
2004-11-15 | added some error messages for debi debugging | Oliver Endriss | |
2004-11-14 | - Fix budget module usage count for frontend/demux devices. | Kenneth Aafloy | |
2004-11-13 | Fix saa7146 timeout problem | Andrew de Quincy | |
2004-11-13 | Fix module usage count problem | Andrew de Quincy | |
2004-11-13 | Corrected formatting | Andrew de Quincy | |
2004-11-13 | Fix dvb-ttpci driver for new wait_for_debi_done(...,busywait) routine. | Oliver Endriss | |
Note that 'busywait' is misleading: should be called 'nobusywait' | |||
2004-11-12 | - fix atomic scheduling | Kenneth Aafloy | |
2004-11-12 | Fixed TT budget CI interface | Andrew de Quincy | |
2004-11-12 | Enhanced poll_slot_status to support non-IRQ interfaces | Andrew de Quincy | |
2004-11-12 | Updated to fix problems with some CAMs on KNC1 cards | Andrew de Quincy | |
2004-11-12 | Added locking to prevent GPIO problem between polling and IO/attribute memory | Andrew de Quincy | |
access | |||
2004-11-12 | Support for KNC1/Cinergy CI modules. Patch by Olivier Gournet and myself. | Andrew de Quincy | |
2004-11-10 | Patch from olivier to add support for KNC cards | Andrew de Quincy | |
2004-11-09 | Typo | Andrew de Quincy | |
2004-11-09 | Added delay loop | Andrew de Quincy | |
2004-11-09 | Fix up tuner i2c problems | Andrew de Quincy | |
2004-11-09 | Typo | Andrew de Quincy | |
2004-11-09 | Cleaned device attach | Andrew de Quincy | |
2004-11-09 | Added stv0297 entry | Andrew de Quincy | |
2004-11-09 | Added support for stv0297 based cards | Andrew de Quincy | |
2004-11-08 | - make needlessly global code static | Michael Hunold | |
- whitespace and newline cleanups Thanks to Adrian Bunk <bunk@stusta.de> | |||
2004-11-07 | Fixed set_tone | Andrew de Quincy | |
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-10-25 | - remove unnecessary type case | Michael Hunold | |
- use ARRAY_SIZE() macro Thanks to Philipp Matthias Hahn <pmhahn@titan.lahn.de> | |||
2004-10-18 | - budget_debug is a module parameter, so it must not be static | Michael Hunold | |
2004-10-05 | change wording: "BIOS hotplug" -> "BIOS Plug&Play OS" | Johannes Stezenbach | |
2004-10-01 | - Fix dvb-ttpci ca write poll. | Kenneth Aafloy | |
2004-09-20 | - remove stupid DEB_* debugging macro horror from av7110 and budget drivers, ↵ | Michael Hunold | |
replace them with dprintk(level, msg) instead - remove whitespace and linefeed violations all over the place | |||
2004-09-18 | - make drivers depend on PCI, too | Michael Hunold | |
2004-09-18 | - use hostprogs-y instead of host-progs | Michael Hunold | |