summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttpci
AgeCommit message (Expand)Author
2004-04-12speed up firmware loadingJohannes Stezenbach
2004-04-06- follow API changes in saa7146 driverMichael Hunold
2004-04-05First commmit for budget-ci CI interface codeAndrew de Quincy
2004-03-31- first try to fix the module use count bugs, thanks to Hernan A.Perez Masci ...Michael Hunold
2004-03-24must build av7110_ir if evdev is compiled as a module!Oliver Endriss
2004-03-23introduced some symbolic constants for a/v dec cmdsJohannes Stezenbach
2004-03-22resync changes from dvb-kernel-v4 (slightly faster fw loading)Johannes Stezenbach
2004-03-20change default for hw_sections to 0 to enable crc checksJohannes Stezenbach
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
2004-03-15- C99 fixMichael Hunold
2004-03-13build ttpci driver without infrared support if CONFIG_INPUT_EVDEV is not set ...Andreas Oberritter
2004-03-12Doh! Applied patch to the wrong copy of the CVS tree. THIS one has theAndrew de Quincy
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
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
2004-03-01fix error handling in av7110_attach() to prevent Oops;Johannes Stezenbach
2004-02-27coding style fix onlyOliver Endriss
2004-02-26Added support for Fujitsu-Siemens Activy Card (Grundig tuner)Oliver Endriss
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
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
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
2004-01-20add a note that says that the CI of the budget-CI card is notJohannes Stezenbach
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
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
2004-01-05- removed now useless test for current->files in recover_arm()Johannes Stezenbach
2004-01-05- removed some unused fields from struct av7110Johannes Stezenbach
2004-01-05Split av7110.c into a few separate modules:Johannes Stezenbach
2004-01-02- fix release of vbi device with DVB-C cardsMichael Hunold