index
:
mediapointer-dvb-s2
master
Mediapointer DVB-S2 driver
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux
/
drivers
/
media
/
dvb
/
frontends
/
tda1004x.c
Age
Commit message (
Expand
)
Author
2007-08-21
Cleanup: remove linux/moduleparam.h from drivers/media files
Mauro Carvalho Chehab
2007-03-18
tda1004x: add ts_mode option to config struct
Michael Krufky
2007-02-27
Fixed 1 byte too short buffer in tda827x.c
Hartmut Hackmann
2007-02-04
set tda827x to sleep mode after attach
Hartmut Hackmann
2007-01-25
tda1004x: check request firmware for NULL ponter again
Hartmut Hackmann
2007-01-22
tda1004x driver updates
Hartmut Hackmann
2006-11-16
Added support for the Terratec Cinergy HT PCMCIA module
Hartmut Hackmann
2006-07-28
Remove duplication _release() op.
Andrew de Quincey
2006-07-28
Remove remaining static function calls
Andrew de Quincey
2006-05-14
Change dvb_frontend_ops to be a real field instead of a pointer field inside ...
Patrick Boettcher
2006-04-19
Fix tda10046 tuning
Andrew de Quincey
2006-04-18
Convert tda1004x to refactored tuner code
Andrew de Quincey
2006-03-30
Fix budget-av CAM reset
Andrew de Quincey
2006-02-03
TDA10046 Driver update
Hartmut Hackmann
2005-12-27
make the firmware dir documentation and comments consistent in the v4l-dvb tree.
Michael Krufky
2005-11-26
Whitespaces cleanups.
Mauro Carvalho Chehab
2005-11-07
[PATCH] fix missing includes
Michael Krufky
2005-11-02
- fixed oddities at firmware download
Hartmut Hackmann
2005-09-12
strip trailing whitespace
Michael Krufky
2005-09-11
- leave I2C bride open at pll_sleep to support Philips EUROPA based cards.
Hartmut Hackmann
2005-07-24
Fix SNR reading
Andrew de Quincy
2005-06-13
- added preliminary support for tda827x tuners
Hartmut Hackmann
2005-05-28
add missing release_firmware() calls to fix memory leak
Johannes Stezenbach
2005-05-23
bugfix: limit for firmware version check was too low for tda10045
Hartmut Hackmann
2005-05-18
- added config options for IF frequency and AGC
Hartmut Hackmann
2005-04-25
added support for different tda10046 firmware versions.
Andreas Oberritter
2005-04-25
allow N_I2C to be overridden by the card driver
Andreas Oberritter
2005-03-26
mostly formatting cleanups, no functional change
Andreas Oberritter
2005-03-09
- kfree(NULL) is safe
Kenneth Aafloy
2005-03-02
whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)
Johannes Stezenbach
2005-01-25
clarify firmware upload messages
Johannes Stezenbach
2004-12-02
Forgot to include tune_settings for tda1004x
Andrew de Quincy
2004-11-20
Fixed firmware upload problems.
Andrew de Quincy
2004-11-20
Added setting to allow inversion of OCLK
Andrew de Quincy
2004-11-19
Only hardcode to AUTO for tda10045
Andrew de Quincy
2004-11-09
Fixed chipid for tda10046
Andrew de Quincy
2004-11-09
Forgot to unset initialised flag after sleep
Andrew de Quincy
2004-10-28
Imported FE_REFACTORING to HEAD
Andrew de Quincy
2004-08-26
Added comment about forcing AUTO on 'cos of TDA10045 problems
Andrew de Quincy
2004-08-26
Update everything to point to the new firmware download script
Andrew de Quincy
2004-08-24
- replace dvb_unregister_frontend_new() with dvb_unregister_frontend()
Michael Hunold
2004-08-18
- forgot to remove all occurences of "#include "dvb_functions.h" which is inc...
Michael Hunold
2004-08-18
- nuke dvb functions stuff
Michael Hunold
2004-07-31
merge back various cleanups from mainline kernel:
Johannes Stezenbach
2004-07-17
- Add missing #include <linux/moduleparam.h>
Kenneth Aafloy
2004-07-16
- Adding I2C_DRIVERID for all frontends to dvb_i2c.h
Kenneth Aafloy
2004-07-15
reject code_rate_LP == FEC_NONE with EINVAL
Johannes Stezenbach
2004-07-12
- Properly lock the frontend module on open/close.
Kenneth Aafloy
2004-05-13
- change default fw name to tda1004x.bin until someone comes up with a better...
Michael Hunold
2004-05-05
#include <linux/device.h> to fix compile warning
Johannes Stezenbach
[next]