summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci/av7110_hw.c
AgeCommit message (Expand)Author
2005-06-27remove two trailing spacesJohannes Stezenbach
2005-06-26timeout handling fixed, especially for preemtible kernels and/or high system ...Oliver Endriss
2005-06-14fix bug in timeout handlingJohannes Stezenbach
2005-06-13From: Wolfgang Rohdewald <wolfgang@rohdewald.de>Johannes Stezenbach
2005-05-05cleanup from kernel: remove some unused static inlinesJohannes Stezenbach
2005-04-23patch by Adrian Bunk:Johannes Stezenbach
2005-03-17ttpci: follow dvb_register_adapter changes in dvbdev.[ch]Andreas Oberritter
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2005-02-04patch by Al Viro from 2.6.11-rc3: __user annotationJohannes Stezenbach
2005-01-01some more error messages to detect broken cardsJohannes Stezenbach
2004-12-26- clean up debi irq/tasklet handling to make it work on SMPJohannes Stezenbach
2004-12-14- OSD timeout handling fixed, no crashes anymore with firmware 261d-rc5 or laterOliver Endriss
2004-12-02av7110_fe_lock_fix():Oliver Endriss
2004-12-02Patch by C.Y.M.: add __user and __iomem annotations, remove someJohannes Stezenbach
2004-12-01__av7110_send_fw_cmd(): added some sanity checks suggested by Werner FinkOliver Endriss
2004-11-21- prefix IER_DISABLE and IER_ENABLE with SAA7146_Johannes Stezenbach
2004-11-16Fixed race condition between driver and av7110 while accessingOliver Endriss
2004-11-15added some error messages for debi debuggingOliver Endriss
2004-11-13Fix dvb-ttpci driver for new wait_for_debi_done(...,busywait) routine.Oliver Endriss
2004-11-12 - fix atomic schedulingKenneth Aafloy
2004-11-12Updated to fix problems with some CAMs on KNC1 cardsAndrew de Quincy
2004-10-05change wording: "BIOS hotplug" -> "BIOS Plug&Play OS"Johannes Stezenbach
2004-09-20- remove stupid DEB_* debugging macro horror from av7110 and budget drivers, ...Michael Hunold
2004-08-18- nuke dvb functions stuffMichael Hunold
2004-08-11- if the OSD timeouts in LoadBitmap() or BlitBitmap(), reset the driverMichael Hunold
2004-07-31merge back various cleanups from mainline kernel:Johannes Stezenbach
2004-07-30 - More MODULE_PARM -> module_param changes, all should be corrected now.Kenneth Aafloy
2004-07-29- timeout variable in arm_thread() must be int, not unsigned longMichael Hunold
2004-07-27dditional OSD window types:Oliver Endriss
2004-07-18New ioctl OSD_GET_CAPABILITY/OSD_CAP_MEMSIZE - returns size of OSD memory.Oliver Endriss
2004-06-13add missing get_user() calls for OSD_SetPalette;Johannes Stezenbach
2004-05-03- fix include file order in ttpci-driverMichael Hunold
2004-04-12speed up firmware loadingJohannes Stezenbach
2004-03-22resync changes from dvb-kernel-v4 (slightly faster fw loading)Johannes Stezenbach
2004-03-17fix spelling error: "notplug" -> "hotplug"Johannes Stezenbach
2004-02-20check result of saa7146_wait_for_debi_done() in av7110_bootarm()Johannes Stezenbach
2004-02-10bail out early if booting the ARM failedJohannes Stezenbach
2004-01-09#include dvb_functions.h after av7110.h to avoid warningJohannes Stezenbach
2004-01-08rename some non-static functions to enhance readabilityJohannes Stezenbach
2004-01-06avoid warnings: jiffies is unsigned long, not u32Johannes Stezenbach
2004-01-05- use time_after() for timeoutsJohannes Stezenbach
2004-01-05Split av7110.c into a few separate modules:Johannes Stezenbach