summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/dst.c
AgeCommit message (Collapse)Author
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 ↵Michael Hunold
included just everywhere - remove dvb_i2c.[ch], it's not needed anymore - rename dvb_register_frontend_new() to dvb_register_frontend() -
2004-08-18- nuke dvb functions stuffMichael Hunold
2004-08-18- remove dvb i2c code (all drivers are ported to kernel i2c)Michael Hunold
- remove dvb i2c frontend (un)register code (all drivers use non-i2c frontend calls now) - add i2c driver ids for all frontends to dvb_frontend.h (should be submitted to i2c-id.h) - fix usage of i2c driver ids in dst, ves1x93, nxt6000 drivers - remove dvb i2c functionality from av7110 and budget drivers - remove dvb i2c functionality from Skystar2 driver - fix up kernel Makefile - add a FE_ATSC case to avoid compiler warning (print warning message instead)
2004-08-18- convert Twinhan DST frontend driver to kernel i2cMichael Hunold
2004-03-11Checked in experimental frontend patchAndrew de Quincy
Also some minimal budget-ci CI support implemented (just detection+IRQs)
2004-02-03patch by Geert Uytterhoeven: Never include <asm/delay.h> directly.Johannes Stezenbach
2003-12-24- give more credit to Jamie Honan, he's the guy that has done most of theMichael Hunold
hard work for TwinHan / DST support.
2003-12-23remove AUTO_INVERSION for capabilities (not true)Jamie Honan
allow params dst_type_flags and dst_type to have multiple values for multiple cards in one machine
2003-11-05Correct tuner type for -MOT from Grant TottenJamie Honan
2003-11-03DST-M0T should be DST-MOT : zero vs OhJamie Honan
2003-11-03corrected invalid email address dvb-kernel@linuxtv.orgJohannes Stezenbach
2003-11-01Dimitri suggested some mods for signal/quality for terrestial.Jamie Honan
2003-10-29Pin 1 versus pin 2 needs more testing. Put back as was till moreJamie Honan
feedback.
2003-10-28Fix 03T to have TS204Jamie Honan
Allow user params to specify type and flags for new users who don't want to mod software but are happy to put params on mudule loads for new / wrong cards.
2003-10-28Pin 2 for 8820 is controlled by value 4. Also normally low,Jamie Honan
thus needs to be driven high to have any effect.
2003-10-28- reworked i2c / gpio so not so hackerish and more in line withJamie Honan
what Gerd is moving to - allowed multiple instances of dst frontend. - should handle terrestial cards correctly. Can mix and match ts204, new tuner packets, symbol rate types in tuner packets - has more DST strings on i2c asic discovery (in dst_check_ci) - can override card PCI id using card=0x68 for bttv driver. bt878 audio dma still hogs all cards it finds, but this is an interim release to work towards fixing this - put in rudimentary signal strength / snr. The scale factors are not right. Should work for terrestial / satellite. - Put in Dimitri's fix of not doing dst_enable after reciept of the 0xFF ack, but allowing the asic to do this itself.
2003-10-13Initial dst.cJamie Honan