Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-19 | Revert one 64-bit fix and improved other 64-bit fixes | Hans Verkuil | |
- Reverted objectionable fix in saa7146_hlp.c - Merged in improved dvb 64-bit fixes from Peter Beutner. Signed-off-by: Peter Beutner <p.beutner@gmx.net> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> | |||
2005-11-26 | Whitespaces cleanups. | Mauro Carvalho Chehab | |
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | |||
2005-11-23 | Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> | Andrew de Quincy | |
Port code for SU1278/SH2 (TUA6100) from pre-refactored code | |||
2005-11-07 | [PATCH] fix missing includes | Michael 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-10-24 | stv0299_set_frontend(): reduced number of i2c transfers, set register 0x12 ↵ | Oliver Endriss | |
from inittab Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | |||
2005-10-03 | Remove broken stv0299 enhanced tuning code | Andrew de Quincy | |
2005-09-26 | From: NooneImportant <nxhxzi702@sneakemail.com> | Johannes Stezenbach | |
Add support to FE_DISHNETWORK_SEND_LEGACY_CMD code to support other frontends besides stv0299. The generic code is a fallback in the case that it doesn't work for some specific frontends (again stv0299 being a good example). Signed-off-by: NooneImportant <nxhxzi702@sneakemail.com> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-09-04 | Remove my badly thought out patch. This does need done, but in a proper way. | Andrew de Quincy | |
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> | |||
2005-07-22 | Allow the stv0299 to read the BER and UCBLOCKS. | Andrew de Quincy | |
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net> | |||
2005-07-16 | Pass a pointer to the i2c bus to the pll callbacks (stv0299 only). | Andreas Oberritter | |
It was not possible to tell which i2c bus should be used if an adapter has multiple frontends on multiple i2c buses. | |||
2005-04-05 | - remove unnecessary casts in frontends | Kenneth Aafloy | |
2005-04-03 | patch by NooneImportant: | Johannes Stezenbach | |
The following patch fixes the current stv0299 code that handles FE_DISHNETWORK_SEND_LEGACY_CMD. (This code supports the legacy SW21, SW44, and SW64 switches) | |||
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 | |
2004-11-09 | Hopefully fixed the skystar2 problem - hard to spot bug in the init table code | Andrew de Quincy | |
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-10-25 | - use c99 initializers | Michael Hunold | |
2004-09-27 | +N | Holger Waechtler | |
2004-09-27 | DishNetwork Support based on Jeremy Hall's old patches | Holger Waechtler | |
2004-09-18 | - rename way-too-long ""Technisat SkyStar2 driver"" to "SkyStar2" | Michael Hunold | |
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 stuff | Michael Hunold | |
2004-07-31 | merge back various cleanups from mainline kernel: | Johannes Stezenbach | |
- sparse annotiations (viro) - NULL noise removal (viro) - #if where #ifdef should've been (saa7146) (viro) - convert private ABS() to kernel's abs() (rddunlap) - dvb_register_i2c_device() locking fix for -ENOMEM (akpm) - dvb_register_i2c_bus() locking fix for -ENOMEM (akpm) | |||
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 | |
- dvb_dummy_fe conversion to Kernel I2C - Conversion from deprecated MODULE_PARM* to module_param* - Adding/renaming existing *debug* parameter to debug. - Common naming scheme for debug/I2C: dvbfe_* | |||
2004-07-12 | - Properly lock the frontend module on open/close. | Kenneth Aafloy | |
- Remove module ref count changes to av7110 and budget-core, as they did not do the right thing. | |||
2004-06-24 | Uli Luckas' Cinergy1200 patchsets and SAA patches fixing the broken frontend ↵ | Holger Waechtler | |
drivers after the kernel-i2c changes | |||
2004-06-22 | - beautify error and debug messages | Michael Hunold | |
2004-06-22 | - accidently inverted BUG_ON() logic | Michael Hunold | |
2004-06-22 | - more kernel i2c cleanups | Michael Hunold | |
2004-06-22 | - don't leak memory, thanks to Kenneth Aafløy | Michael Hunold | |
2004-06-21 | make stv0299_writereg() return -EREMOTEIO on errors, no -1 == -EPERM | Johannes Stezenbach | |
2004-06-07 | cleanup patch by Kenneth Aafløy | Johannes Stezenbach | |
2004-05-03 | - remove 2.4 compat code, expect for ttusb_dec.c | Michael Hunold | |
(Alex, do you take care of that one?) | |||
2004-05-03 | Overhaul frontend i2c subsystem because of the recent discussion about | Michael Hunold | |
the usage of the syscall interface to load binary firmware used by some frontend drivers. - add dvb_register_frontend_new() and dvb_unregister_frontend_new() which register a frontend driver using the kernel i2c interface instead of the dvb i2c interface. - register kernel i2c interface in av7110/budget driver properly - port stv0299 and ves1x93 to kernel i2c api Other DVB drivers and frontend drivers still can use the old DVB i2c interface. | |||
2004-03-19 | patch by Kenneth Aafløy to add support for Typhoon DVB-S budget card | Johannes Stezenbach | |
2004-03-14 | ALPS BSRU6 needs inversion inverted. | Andrew de Quincy | |
Converted 8space->1tabs (formatting) | |||
2004-03-13 | Reading inversion with FE_GET_FRONTEND had the inversion the wrong way | Andrew de Quincy | |
round | |||
2004-03-11 | Checked in experimental frontend patch | Andrew de Quincy | |
Also some minimal budget-ci CI support implemented (just detection+IRQs) | |||
2004-02-27 | Reinstated old INVERSION_AUTO behaviour once more | Andrew de Quincy | |
2004-02-27 | Reduced drift so channels cannot drift across to nearby ones | Andrew de Quincy | |
2004-02-26 | Lots of fixes to help with correct tuning. | Andrew de Quincy | |
2004-02-25 | Expanded INIT code, and sped up finetuning times. | Andrew de Quincy | |
There is still a problem sometimes when waking up from being asleep. | |||
2004-02-24 | Added a temporary hack to fix buggy user-side software which supplies | Andrew de Quincy | |
INVERSION_AUTO to frontends which specifically say they do not support it | |||
2004-02-24 | Further refinements: force a full tune whenever FE_INIT is done. | Andrew de Quincy | |
Remove unnecessary inititalised stuff | |||
2004-02-23 | Fixes to sort out tuning at low symbol rates | Andrew de Quincy | |
2004-02-20 | Added seperate settings for SU1278 on technotrend hardware | Andrew de Quincy | |
2003-12-20 | updated contributors.txt and some email addresses | Andreas Oberritter | |
2003-11-19 | Whoops, forgot to add a "return 0" at the end of the init function | Andrew de Quincy | |