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
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
2004-01-27
Fixed frequency calculation.. realised its exactly the same as the
Andrew de Quincy
2004-01-27
Fixed signal strength reading for tda10046h
Andrew de Quincy
2004-01-27
Small tweaks. Better inversion handling, and changed how 6MHz is set in
Andrew de Quincy
2004-01-27
Forgot to make sure inversion was on for TDA10046H
Andrew de Quincy
2004-01-27
Implemented tda10046h driver
Andrew de Quincy
2004-01-06
- fix compilation with "make allyesconfig": make av7110
Michael Hunold
2003-11-11
remove FE_CAN_INVERSION_AUTO
Johannes Stezenbach
2003-10-16
- fix usage of firmware location Kconfig option (Thanks Jamie!)
Michael Hunold
2003-10-08
- allow private data to be associated with i2c devices
Andreas Oberritter
2003-09-10
Fix typo in file description.
Michael Hunold
2003-07-12
Changed microcode location comment
Andrew de Quincy
2003-07-11
Fixed a stupid bug in tuning
Andrew de Quincy
2003-06-27
Final cleanup of tda10045h support
Andrew de Quincy
2003-06-27
Firmware location can now be specified through v2.5 Kconfig.
Andrew de Quincy
2003-06-27
Renamed tda10045h.c to tda1004x.c
Andrew de Quincy
[prev]