Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-02-16 | don't call av7110_ir_init() if driver initialization failed already | Johannes Stezenbach | |
due to previous errors (resulted in Oops in out-of-memory conditions) | |||
2005-02-12 | patch by Adrian Bunk: | Johannes Stezenbach | |
This patch contains the following possible cleanups: - make needlessly global code static - remove the following EXPORT_SYMBOL'ed but unused function: - bt8xx/bt878.c: bt878_find_by_i2c_adap - remove the following unused global functions: - dvb-core/dvb_demux.c: dmx_get_demuxes - dvb-core/dvb_demux.c: dvb_set_crc32 - remove the following unneeded EXPORT_SYMBOL's: - dvb-core/dvb_demux.c: dvb_dmx_swfilter_packet - dvb-core/dvb_demux.c: dvbdmx_connect_frontend - dvb-core/dvb_demux.c: dvbdmx_disconnect_frontend - dvb-core/dvbdev.c: dvb_class Signed-off-by: Adrian Bunk <bunk@stusta.de> | |||
2005-02-04 | patch by Al Viro from 2.6.11-rc3: __user annotation | Johannes Stezenbach | |
2005-01-30 | Committed patch for Activy Budget with ALPS BSRU6 tuner | Oliver Endriss | |
submitted by Andreas 'randy' Weinberger. | |||
2005-01-17 | Fixed start_ts_capture(): saa7146 will not issue a VPE interrupt if | Oliver Endriss | |
- VPE bit is set in PSR and - VPE interrupts are enabled afterwards. | |||
2005-01-09 | patch by Emard: make sure RPS1 is disabled before progamming | Johannes Stezenbach | |
budget-patch task | |||
2005-01-09 | patch by Emard: fix Oops provoked by insmod/rmmod test loop | Johannes Stezenbach | |
2005-01-08 | a bunch of cleanups | Johannes Stezenbach | |
- mostly whitespace etc. - removed now unsused struct dvb_net_priv.name field | |||
2005-01-08 | patch by Emard: | Johannes Stezenbach | |
budgetpatch integrated into dvb-ttpci: enables full ts option running in parallel with all previous functions of dvb-ttpci. This is done by opening DMA3 channel at port B and registering it as second demux named demux1 demux1 has full ts capability and is accompanied by net1 and dvr1 but has no frontend device. It uses frontend0 which is in hardware permanently connected to both demux0 and demux1. net1 can create its full ts network devices, they are named dvb010, dv010 etc. Devices created by net0 remain named dvb0_0 etc as before. kernel parameter for dvb-ttpci: budgetpatch=0,1,2 0-no budgetpatch 1-autodetect 2-alywas autodetect resets saa7146. Avoid on systems that don't like resetting of saa7146. | |||
2005-01-06 | patch by Emard: handle PUSI in section filter correctly | Johannes Stezenbach | |
(fix bug reported by Patrick Valsecchi) | |||
2005-01-01 | some more error messages to detect broken cards | Johannes Stezenbach | |
2005-01-01 | Patch by Emard: | Johannes Stezenbach | |
Budget patch improved driver, fixed slight packet loss by using different trigger mode - each complete frame of 2*188*512 bytes now gets only one VSYNC triggering, using rising edge. Normal budget has VSYNC toggled every 188*512 bytes triggered on both edges. This results in 2x less load on PCI by rps1 but the main advantage is reduction of packet loss to be indistinguishable from the true budget card. Also there is a fix for proper tuning for stv0299 tuners, so now it's even possible to test how budget-patch is running on a true budget card, like e.g. nova, satelco, activy, just copy lines of pci device lines from budget.c | |||
2004-12-31 | re-added support for Fujitsu-Siemens DVB-S rev 1.6 0x13c2:0x0006 | Oliver Endriss | |
which was removed during fe refactoring :-( | |||
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 | |