Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-24 | kmalloc->vmalloc where necessairy | Holger Waechtler | |
2003-03-22 | more portability, now frontend modules build out of the box | Holger Waechtler | |
2003-03-21 | even more portability stuff | Holger Waechtler | |
2003-03-21 | many more portability changes | Holger Waechtler | |
2003-03-21 | - more portability changes, move ddelay() into compat.h | Holger Waechtler | |
- introduce kernel_thread_setup() function to encapsulate linux process model related stuff | |||
2003-03-21 | - include "compat.h" always, we definitely need this trashcan... | Holger Waechtler | |
- replaced uint32_t and friends by u32 & co., for now only in frontend.h - everything else will take us in hell when we start to port this driver... | |||
2003-03-20 | Use #include from ttpci folder which is now common | Davor Emard | |
for ttpci and budgets | |||
2003-03-20 | Small changes all over the place: | Michael Hunold | |
- sync Kconfig and Makefiles with 2.5.65 - fix various things in saa7146 because of latest v4l changes in 2.5.65 - makelinks: removed the compat module from the 2.5.x build process - makelinks: removed the linkage of ttusb and bt8xx -- enable this again for the next patches, when ttusb is more stable and the bt8xx related patches have been applied by Gerd Knorr - dvb: removed the compat module from the 2.5.x build process, added #ifdefs around the inclusion of compat.h. this was necessary because having compat code in the newest 2.5.x kernel is awkward. - dvb: move around of dvb_usercopy again. because I removed the compat module from the 2.5.x build process, dvb_usercopy had to be moved to another file - dvb: change MOD_*_USE_COUNT to module_get/module_put in various files, but I'm not sure if I did this right. please review these changes. - dvb: removed the crc32 code from dvb_demux.c, because it's in compat.c, too. - dvb: removed some cruft from dvd_i2c.c, which is present in compat.h - all files: apply small fixes to reflect the new location of some header files | |||
2003-03-20 | Move the budget-driver from "ttpci-budget" to "ttpci", because the | Michael Hunold | |
devices are so similar. Perhaps it will be possible to share more code between these drivers later on. | |||
2003-03-20 | Necessary changes to the analog saa7146 based video drivers due | Michael Hunold | |
to the movement of the header files, sync Kconfig and Makefile with 2.5.65 | |||
2003-03-20 | This is the beginning of some modifications to get the new | Michael Hunold | |
"dvb-kernel" tree into shape for direct inclusion into the 2.5.x kernel. | |||
2003-03-19 | set default value of saa7146_debug to 0 as stated in module param description | Andreas Oberritter | |
2003-03-19 | put #if 0, #endif around unused function | Andreas Oberritter | |
static void dump_registers(struct saa7146_dev* dev) | |||
2003-03-19 | add a flag FE_CAN_RECOVER to frontend capabilities. When you set this flag | Holger Waechtler | |
kdvb-fe won't try to tune multiple times, it won't try to zigzag, nothing. | |||
2003-03-19 | scale volume settings conforming to the TLC320AD80C data sheet, | Holger Waechtler | |
thanks to Thomas Breuer <tb@tb-electronic.de> for analyzing this!! | |||
2003-03-19 | - optimize the i2c retry-address error problem by distinguishing between | Michael Hunold | |
analog tv cards and dvb cards. (see source comments for further informations) | |||
2003-03-19 | wait between i2c retries and don't bail out on adress errors, | Holger Waechtler | |
patch conributed by Andrew de Quincey <adq_dvb@lidskialf.net> | |||
2003-03-18 | clear BER and UNC registers after reading | Holger Waechtler | |
2003-03-18 | pass number of packets, not number of bytes to dvb_dmx_swfilter_packets() | Holger Waechtler | |
2003-03-18 | fix comment and rename 'struct dvb_ringbuffer_s' to 'struct dvb_ringbuffer' | Holger Waechtler | |
2003-03-18 | make running_feed_count local | Holger Waechtler | |
2003-03-18 | - start iso transfers in start_feed() in order to avoid bogus transfer ↵ | Holger Waechtler | |
packets at DSP initialisation time - some indentation to follow the kernel coding style rules | |||
2003-03-17 | set the power bits according to the Alps spec, reported by Ragnar Sundblad ↵ | Holger Waechtler | |
<ragge@nada.kth.se> | |||
2003-03-17 | crc checking and stc code dump | Holger Waechtler | |
2003-03-17 | - Fixed the build-2.4 tree to compile with 2.4.18 kernels. | Michael Hunold | |
- Moved some generic stuff from budget-core.c to saa7146_core.c where it belongs ---------------------------------------------------------------------- | |||
2003-03-17 | ttusb driver revival, thanks to tmb for getting this working!!! | Holger Waechtler | |
2003-03-17 | added module parameter "hw_sections" | Andreas Oberritter | |
0: get ts section packets from arm and filter them using the software demux 1: let the arm filter sections in hardware (default) software demux is more stable - it does not crash the arm under high load ;) | |||
2003-03-14 | bugfix for the repeat timer bug, contributed by Michal <michal@etc.cz> | Holger Waechtler | |
2003-03-14 | saa7146: set default values for brightness/contrast/saturation on driver load | Michael Hunold | |
mxb: prevent helper modules to probe on unknown i2c-busses. (for example on a Matrox gfx card) | |||
2003-03-12 | setup correct IF, reported by Dennis Noordsij <dennis.noordsij@wiral.com> | Holger Waechtler | |
- div = (freq + 36250000 + 31250) / 62500; + div = (freq + 36125000 + 31250) / 62500; | |||
2003-03-07 | added ioctl DMX_GET_STC | Johannes Stezenbach | |
2003-03-06 | another attempt to get the poll() thing right... | Holger Waechtler | |
2003-03-06 | Removed some debug messages, verified that it works with "mp1e" and | Michael Hunold | |
"nvrec"... (red/blue were swapped) | |||
2003-03-06 | Added some planar yuv modes to the saa7146 driver core: | Michael Hunold | |
- V4L2_PIX_FMT_YUV422P: YUV 4:2:2 planar (Y-Cb-Cr) - V4L2_PIX_FMT_YVU420: YVU 4:2:0 planar (Y-Cb-Cr) - V4L2_PIX_FMT_YUV420: YUV 4:2:0 planar (Y-Cb-Cr) Planar modes don't suffer from the saa7146 byte swap bug, so we can deliver the formats needed by various video encoders, like "mp1e" or "nvrec". Added some notes to the TODO file. | |||
2003-03-05 | new firmware version 0x2610 | Johannes Stezenbach | |
2003-03-04 | Remove function specifiers from probe/remove functions, otherwise | Michael Hunold | |
the modules will oops with 2.5.63. | |||
2003-03-02 | s/av7710/av7110/; | Andreas Oberritter | |
2003-02-27 | - fix some bugs that appeared in system with both analog and digital | Michael Hunold | |
based saa7146 cards - change the initialization order to allow static builds of the mxb driver | |||
2003-02-26 | fixed slot_type | Andreas Oberritter | |
2003-02-26 | fixed | Andreas Oberritter | |
dvb_dummy_fe.c:94: warning: function declaration isn't a prototype dvb_dummy_fe.c:27: warning: `debug' defined but not used | |||
2003-02-26 | fixed build for kernel versions < 2.5.63 | Andreas Oberritter | |
2003-02-26 | small fix to audio playback poll() ringbuffer | Johannes Stezenbach | |
(untested, please review) | |||
2003-02-26 | - Compile fixes against 2.5.63 (daemonize() has been changed) | Michael Hunold | |
- Fix various warnings against 2.5.63 (export-objs has been removed) - Fix Kconfig/Makefiles - add the "dpc7146" driver for the analog Philips reference design - Removed unnecessary "Config.in" | |||
2003-02-24 | pes_play(): apply fix provided by Regis Bossut <rbossut(at)auchan(dot)com>: | Oliver Endriss | |
do not sync on (invalid) stream ids 0xf0..0xff | |||
2003-02-23 | Add support for dummy frontends for DVB-S/C/T, selectable by | Davor Emard | |
module paramter sct=0/1/2 respectively. | |||
2003-02-23 | Before changing promiscuous/multi state (and temporarily stopping | Davor Emard | |
the network feed), check if there's any difference compared to previous setting which is already set | |||
2003-02-20 | ensure that poll_wait() is always called in poll() | Holger Waechtler | |
2003-02-19 | - don't use etags target for default builds -- I don't have etags installed. ↵ | Holger Waechtler | |
You can still explictily run 'make tags' - fixed a type in av7110.c introduced in my previous commit | |||
2003-02-19 | add vendor/device id for nexus cards | Holger Waechtler | |
2003-02-18 | ring buffer cleanup | Oliver Endriss | |