summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/frontends/stv0297.c
AgeCommit message (Collapse)Author
2005-11-07[PATCH] fix missing includesMichael Krufky
I recently picked up my older work to remove unnecessary #includes of sched.h, starting from a patch by Dave Jones to not include sched.h from module.h. This reduces the number of indirect includes of sched.h by ~300. Another ~400 pointless direct includes can be removed after this disentangling (patch to follow later). However, quite a few indirect includes need to be fixed up for this. In order to feed the patches through -mm with as little disturbance as possible, I've split out the fixes I accumulated up to now (complete for i386 and x86_64, more archs to follow later) and post them before the real patch. This way this large part of the patch is kept simple with only adding #includes, and all hunks are independent of each other. So if any hunk rejects or gets in the way of other patches, just drop it. My scripts will pick it up again in the next round. Signed-off-by: Tim Schmielau <tim@physik3.uni-rostock.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-08-20while investigating the QAM_128-issue with the stv0297-driver for theMichael Krufky
Cablestar (which is not the same as the one in dvb-kernel CVS, yet), I fixed it, not by increasing the timeout, but by disabling the corner-detection for QAM_128 and higher. This patch has been tested on dvb-kernel cvs, and has been reported to work by multiple users. Some cards still need timeout increase on top of this patch. This will be addressed later. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
2005-07-26Removed PWM parameter - moved into inittabs.Andrew de Quincy
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
2005-07-26Externalise inittabsAndrew de Quincy
2005-06-23Increase some timeouts by a factor of 10 as suggested byJohannes Stezenbach
Mikko Hamalainen and Timo Ketolainen, to improve tuning for QAM128 / weak signal. Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
2005-04-05 - remove unnecessary casts in frontendsKenneth Aafloy
2005-03-09 - kfree(NULL) is safeKenneth Aafloy
2005-03-02whitespace cleanup (remove ws at eol, sync with changes in mainline kernel)Johannes Stezenbach
2005-01-06Fix compile warningAndrew de Quincy
2005-01-06Patch from Markus Breitenberger to fix tuning problemsAndrew de Quincy
2004-12-18Compile fixAndrew de Quincy
2004-12-18Added reset in to tuning to re-tuning worksAndrew de Quincy
2004-12-18Compile fixAndrew de Quincy
2004-12-18Added sleep supportAndrew de Quincy
2004-12-18More fixes to initial demod freqAndrew de Quincy
2004-12-18Added stuff for initial demod frequencyAndrew de Quincy
2004-12-16Compile fixAndrew de Quincy
2004-12-16Fixes for av7110+stv0297 supportAndrew de Quincy
2004-11-22Minor formatting cleanupsAndrew de Quincy
2004-11-21Cleaned upAndrew de Quincy
2004-11-09Fixed up init tablesAndrew de Quincy
2004-11-09Sigh. another stupid bugAndrew de Quincy
2004-11-09Added wait loopAndrew de Quincy
2004-11-09This device cannot handle a read operation without a stop conditionAndrew de Quincy
between register and byte
2004-11-09Added support for stv0297 based cardsAndrew de Quincy
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy