summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci
AgeCommit message (Collapse)Author
2004-11-19Set into DVB mode on frontend detectionAndrew de Quincy
2004-11-19More support for the new Nexus-CA cardAndrew de Quincy
2004-11-16Fixed race condition between driver and av7110 while accessingOliver 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-15added some error messages for debi debuggingOliver Endriss
2004-11-14 - Fix budget module usage count for frontend/demux devices.Kenneth Aafloy
2004-11-13Fix saa7146 timeout problemAndrew de Quincy
2004-11-13Fix module usage count problemAndrew de Quincy
2004-11-13Corrected formattingAndrew de Quincy
2004-11-13Fix 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 schedulingKenneth Aafloy
2004-11-12Fixed TT budget CI interfaceAndrew de Quincy
2004-11-12Enhanced poll_slot_status to support non-IRQ interfacesAndrew de Quincy
2004-11-12Updated to fix problems with some CAMs on KNC1 cardsAndrew de Quincy
2004-11-12Added locking to prevent GPIO problem between polling and IO/attribute memoryAndrew de Quincy
access
2004-11-12Support for KNC1/Cinergy CI modules. Patch by Olivier Gournet and myself.Andrew de Quincy
2004-11-10Patch from olivier to add support for KNC cardsAndrew de Quincy
2004-11-09TypoAndrew de Quincy
2004-11-09Added delay loopAndrew de Quincy
2004-11-09Fix up tuner i2c problemsAndrew de Quincy
2004-11-09TypoAndrew de Quincy
2004-11-09Cleaned device attachAndrew de Quincy
2004-11-09Added stv0297 entryAndrew de Quincy
2004-11-09Added support for stv0297 based cardsAndrew de Quincy
2004-11-08- make needlessly global code staticMichael Hunold
- whitespace and newline cleanups Thanks to Adrian Bunk <bunk@stusta.de>
2004-11-07Fixed set_toneAndrew de Quincy
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-10-25- remove unnecessary type caseMichael 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 staticMichael Hunold
2004-10-05change 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, tooMichael Hunold
2004-09-18- use hostprogs-y instead of host-progsMichael Hunold
2004-09-04- Make kconfig select AV7110_OSD if AV7110 is selected, as most users wantKenneth 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-30make all client_register() and client_unregister() staticJohannes 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-26Updated docs to point to firmware download scriptAndrew de Quincy
2004-08-26Fix SMP lockup issueAndrew de Quincy
2004-08-25- got confused by select and depends onMichael Hunold
2004-08-25- let DVB_BUDGET_PATCH depend on DVB_COREMichael 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 stuffMichael 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-16Fixes to improve cam removal/detectionAndrew de Quincy
2004-08-11- if the OSD timeouts in LoadBitmap() or BlitBitmap(), reset the driverMichael 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-31merge 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.