Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2004-09-04 | - Make kconfig select AV7110_OSD if AV7110 is selected, as most users want | Kenneth Aafloy | |
it, but rather forget to select it. - Also don't force selection of compiling the firmware into the kernel, only hint at this, like above, because it breaks: - Generic Driver Options - Select only drivers that don't need compile-time external firmware - Prevent firmware from being built | |||
2004-08-30 | make all client_register() and client_unregister() static | Johannes Stezenbach | |
2004-08-30 | !"§%&$!!! | Holger Waechtler | |
2004-08-27 | - Make bttv modules not compile by default and add note to README. | Kenneth Aafloy | |
- Fix make with -jx, where x > 1 - Force firmware to be compiled into kernel if AV7110 is compiled in. - Modprobe firmware_class in insmod.sh, just in case. | |||
2004-08-26 | Updated docs to point to firmware download script | Andrew de Quincy | |
2004-08-26 | Fix SMP lockup issue | Andrew de Quincy | |
2004-08-25 | - got confused by select and depends on | Michael Hunold | |
2004-08-25 | - let DVB_BUDGET_PATCH depend on DVB_CORE | Michael Hunold | |
2004-08-18 | - forgot to remove all occurences of "#include "dvb_functions.h" which is ↵ | Michael Hunold | |
included just everywhere - remove dvb_i2c.[ch], it's not needed anymore - rename dvb_register_frontend_new() to dvb_register_frontend() - | |||
2004-08-18 | - nuke dvb functions stuff | Michael Hunold | |
2004-08-18 | - remove dvb i2c code (all drivers are ported to kernel i2c) | Michael Hunold | |
- remove dvb i2c frontend (un)register code (all drivers use non-i2c frontend calls now) - add i2c driver ids for all frontends to dvb_frontend.h (should be submitted to i2c-id.h) - fix usage of i2c driver ids in dst, ves1x93, nxt6000 drivers - remove dvb i2c functionality from av7110 and budget drivers - remove dvb i2c functionality from Skystar2 driver - fix up kernel Makefile - add a FE_ATSC case to avoid compiler warning (print warning message instead) | |||
2004-08-16 | Fixes to improve cam removal/detection | Andrew de Quincy | |
2004-08-11 | - if the OSD timeouts in LoadBitmap() or BlitBitmap(), reset the driver | Michael Hunold | |
osd state to BMP_NONE, so that following OSD commands don't block. this doesn't fix the problem that the firmware/driver internally has race conditions wrt the OSD, but the driver won't freeze applications any more. | |||
2004-07-31 | merge back various cleanups from mainline kernel: | Johannes Stezenbach | |
- sparse annotiations (viro) - NULL noise removal (viro) - #if where #ifdef should've been (saa7146) (viro) - convert private ABS() to kernel's abs() (rddunlap) - dvb_register_i2c_device() locking fix for -ENOMEM (akpm) - dvb_register_i2c_bus() locking fix for -ENOMEM (akpm) | |||
2004-07-30 | - More MODULE_PARM -> module_param changes, all should be corrected now. | Kenneth Aafloy | |
- Remove unused av7110 DEBUG_VARIABLE. | |||
2004-07-29 | - MODULE_PARM -> module_param* for dvb-ttpci and budget-core, | Kenneth Aafloy | |
debug parameters is writeable in sysfs (w/2.6.7+) and the rest is read-only. | |||
2004-07-29 | - Fix videodev has no release callback. | Kenneth Aafloy | |
NOTE: Michael, please remember to change the other drivers when submitting to Andrew. |