Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-23 | patch by Adrian Bunk: | Johannes Stezenbach | |
- make needlessly global code static - #if 0 the following unused global functions: - ttpci/av7110_hw.c: av7110_reset_arm - ttpci/av7110_hw.c: av7110_send_ci_cmd - frontends/mt352.[ch]: drop mt352_read Signed-off-by: Adrian Bunk <bunk@stusta.de> | |||
2005-04-07 | fixed NTSC -> PAL switching (std->id is a bitmap!) | Oliver Endriss | |
2005-03-17 | ttpci: follow dvb_register_adapter changes in dvbdev.[ch] | Andreas Oberritter | |
2004-12-21 | Minor tweak for DVB mode | Andrew de Quincy | |
2004-12-16 | Fixes for av7110+stv0297 support | Andrew de Quincy | |
2004-11-19 | More support for the new Nexus-CA card | Andrew de Quincy | |
2004-11-08 | - make needlessly global code static | Michael Hunold | |
- whitespace and newline cleanups Thanks to Adrian Bunk <bunk@stusta.de> | |||
2004-10-25 | - remove unnecessary type case | Michael Hunold | |
- use ARRAY_SIZE() macro Thanks to Philipp Matthias Hahn <pmhahn@titan.lahn.de> | |||
2004-09-20 | - remove stupid DEB_* debugging macro horror from av7110 and budget drivers, ↵ | Michael Hunold | |
replace them with dprintk(level, msg) instead - remove whitespace and linefeed violations all over the place | |||
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-30 | - More MODULE_PARM -> module_param changes, all should be corrected now. | Kenneth Aafloy | |
- Remove unused av7110 DEBUG_VARIABLE. | |||
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-15 | - remove superfluous h_calc and v_field entries from internal saa7146_vv | Michael Hunold | |
structure, fix all drivers defining this | |||
2004-03-12 | - follow latest changes in saa7146 core | Michael Hunold | |
2004-03-02 | correct scaler settings to remove 1 pixel white line visible on the right | Johannes Stezenbach | |
in xawtv fullscreen mode on my TFT | |||
2004-02-13 | turn off ves1820 test output pins (don't know if this makes | Johannes Stezenbach | |
any difference, but why have them turned on if nothing is connected to them?) | |||
2004-02-04 | correct voffset for analog standard (looks better for me) | Johannes Stezenbach | |
2004-01-10 | - make VIDIOC_S_FREQUENCY work again. I don't know who broke it... | Michael Hunold | |
2004-01-09 | move #include <dvb_functions.h> after av7110.h to avoid irqreturn_t warning | Johannes Stezenbach | |
2004-01-08 | rename some non-static functions to enhance readability | Johannes Stezenbach | |
2004-01-06 | minor whitespace / coding style fixes | Johannes Stezenbach | |
2004-01-05 | Split av7110.c into a few separate modules: | Johannes Stezenbach | |
- av7110.c: initialization and demux stuff - av7110_hw.c: lowlevel hardware access and firmware interface - av7110_ca.c: CI and ECD - av7110_av.c: audio/video MPEG decoder and remuxing stuff - av7110_v4l.c: v4l interface It's all still ugly and needs lots of namespace and coding-style cleanups. It's probably broken, too. But it's a start. (My main motivation is easier porting to the V4 API). |