summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci
AgeCommit message (Collapse)Author
2004-03-19patch by Kenneth Aafløy to add support for Typhoon DVB-S budget cardJohannes Stezenbach
2004-03-17fix spelling error: "notplug" -> "hotplug"Johannes Stezenbach
2004-03-15- remove superfluous h_calc and v_field entries from internal saa7146_vvMichael Hunold
structure, fix all drivers defining this
2004-03-15- C99 fixMichael Hunold
2004-03-13build ttpci driver without infrared support if CONFIG_INPUT_EVDEV is not set ↵Andreas Oberritter
to get rid of unresolved symbols
2004-03-12Doh! Applied patch to the wrong copy of the CVS tree. THIS one has theAndrew de Quincy
SMP fixes
2004-03-12SMP compilation fixes thanks to Kenneth AafløyAndrew de Quincy
2004-03-12- follow latest changes in saa7146 coreMichael Hunold
2004-03-11#include <dvb_functions.h> for dvb_delay()Johannes Stezenbach
2004-03-11Checked in experimental frontend patchAndrew de Quincy
Also some minimal budget-ci CI support implemented (just detection+IRQs)
2004-03-05changed name of ir event device to a more useful stringOliver Endriss
2004-03-02correct scaler settings to remove 1 pixel white line visible on the rightJohannes Stezenbach
in xawtv fullscreen mode on my TFT
2004-03-01fix error handling in av7110_attach() to prevent Oops;Johannes Stezenbach
based on patch by Manfred Petz
2004-02-27coding style fix onlyOliver Endriss
2004-02-26Added support for Fujitsu-Siemens Activy Card (Grundig tuner)Oliver Endriss
by Michael Dreher <michael@5dot1.de>, Oliver Endriss <o.endriss@gmx.de> and Andreas 'randy' Weinberger
2004-02-20check result of saa7146_wait_for_debi_done() in av7110_bootarm()Johannes Stezenbach
2004-02-13turn off ves1820 test output pins (don't know if this makesJohannes Stezenbach
any difference, but why have them turned on if nothing is connected to them?)
2004-02-10bail out early if booting the ARM failedJohannes Stezenbach
2004-02-04correct voffset for analog standard (looks better for me)Johannes Stezenbach
2004-01-31- add wait_event_interruptible_timeout() macro to dvb-compat.hMichael Hunold
- replace usage of sleep_on_interruptible_timeout() with wait_event_interruptible_timeout()
2004-01-29fix check_firmware() error message ("dpram" -> "root")Johannes Stezenbach
2004-01-25#include <linux/version.h> so it builds with linux-2.6.2-rc1Johannes Stezenbach
2004-01-20- some more compatiblity cruft to make the driver compile down toMichael Hunold
2.4.19 (except usb stuff which only compiles with 2.4.20 and above)
2004-01-20add a note that says that the CI of the budget-CI card is notJohannes Stezenbach
actually supported by the budget-CI driver
2004-01-10- make VIDIOC_S_FREQUENCY work again. I don't know who broke it...Michael Hunold
2004-01-09#include dvb_functions.h after av7110.h to avoid warningJohannes Stezenbach
2004-01-09move #include <dvb_functions.h> after av7110.h to avoid irqreturn_t warningJohannes Stezenbach
2004-01-08rename some non-static functions to enhance readabilityJohannes Stezenbach
2004-01-06coding style & whitespaceJohannes Stezenbach
2004-01-06printk format warning fixJohannes Stezenbach
2004-01-06coding style & whitespaceJohannes Stezenbach
2004-01-06- fix compilation with "make allyesconfig": make av7110Michael Hunold
compile-firmware-in-driver option depend on STANDALONE - change some default file locations from /etc/dvb/ to /usr/lib/hotplug/firmware/
2004-01-06minor whitepsace / coding style cleanupJohannes Stezenbach
2004-01-06return -ERESTARTSYS from ci_ll_read/write() if interruptedJohannes Stezenbach
2004-01-06whitespace / coding styleJohannes Stezenbach
2004-01-06minor whitespace / coding style fixesJohannes Stezenbach
2004-01-06avoid warnings: jiffies is unsigned long, not u32Johannes Stezenbach
2004-01-05- use time_after() for timeoutsJohannes Stezenbach
- added some comments about firmware interface - coding style and whitespace cleanups
2004-01-05- removed now useless test for current->files in recover_arm()Johannes Stezenbach
- coding style / formatting fixes (mostly whitespace)
2004-01-05- removed some unused fields from struct av7110Johannes Stezenbach
- retab
2004-01-05Split av7110.c into a few separate modules:Johannes Stezenbach
- av7110.c: initialization and demux stuff - av7110_hw.c: lowlevel hardware access and firmware interface - av7110_ca.c: CI and ECD - av7110_av.c: audio/video MPEG decoder and remuxing stuff - av7110_v4l.c: v4l interface It's all still ugly and needs lots of namespace and coding-style cleanups. It's probably broken, too. But it's a start. (My main motivation is easier porting to the V4 API).
2004-01-02- fix release of vbi device with DVB-C cardsMichael Hunold
2004-01-01- make drivers select FW_LOADER automatically via Kconfig SELECT optionMichael Hunold
1) fixes compile error for av7110 when FW_LOADER was not set manually 2) let's the user select TTUSB-DEC when FW_LOADER is not wet manually
2003-12-27Memory optimization: do not allocate firmware buffer if firmware is compiled ↵Oliver Endriss
into the driver. Saves 220KB vmem.
2003-12-24- use CONFIG_DVB_AV7110_FIRMWARE_FILE if we need to vfree() the firmwareMichael Hunold
strucure, not the kernel version number
2003-12-24- rename "hack" commentary to "support for analog module of dvb-c" (as it is ↵Michael Hunold
in 2.6.0)
2003-12-21- add Kconfig foo to select a firmware that can be compiled into theMichael Hunold
firmware again - move fdump.c utility from "ttusb-dec" to "ttpci", it's not need by "ttusb-dec" anymore, but by "ttpci" now
2003-12-21- apply dvb-ttpci/av7110 firmware removal from 2.6.0 patch here, too, but:Michael Hunold
the firmware is still compiled into the driver for 2.4 by default, the necessary files are created dynamically from the firmware file. get it from http://www.linuxtv.org/download/dvb/dvb-ttpci-01.fw - revamp fdump utility to be smarter when the source file isn't there
2003-12-08Add a parameter to dvb_filter_pes2ts function to specify whether the packetAlex Woods
is a payload unit start or not.
2003-11-25introduced flag SAA7146_I2C_SHORT_DELAY to speed up I2C accessOliver Endriss