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
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
2004-05-04
- restructured firmware loading
Michael Hunold
2004-05-04
- compile fix, remove debugging printk
Michael Hunold
2004-05-04
- code cleanup, no functional changes
Michael Hunold
2004-05-04
- fixed and tested firmware loading. works like this if you want to do it by ...
Michael Hunold
2004-05-03
- fix include file order in ttpci-driver
Michael Hunold
2004-05-01
revert last change, errno is needed for __KERNEL_SYSCALLS__
Johannes Stezenbach
2004-05-01
- remove unused "errno" variable
Michael Hunold
2004-04-23
Updated timeout to 800ms at suggestion from Damian Ivereigh
Andrew de Quincy
2004-03-24
Implemented FE_SLEEP
Andrew de Quincy
2004-03-14
Converted 8space->1tabs (formatting)
Andrew de Quincy
2004-03-12
Needed to increase the delay
Andrew de Quincy
2004-03-12
Increased to a more suitable min_delay for tda1004x
Andrew de Quincy
2004-01-30
Standardised where the firmware should be.
Andrew de Quincy
2004-01-28
Need to re-invert inversion for tda10046 in get_fe()
Andrew de Quincy
2004-01-28
Now resets chip before uploading firmware
Andrew de Quincy
2004-01-28
Had to split firmware upload off from frontend init... the initial tune attempt
Andrew de Quincy
[next]