Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-16 | Remove all #include <linux/version.h> and all references | Johannes Stezenbach | |
to LINUX_VERSION_CODE and KERNEL_VERSION. Based on patch by Olaf Hering. Signed-off-by: Olaf Hering <olh@suse.de> Signed-off-by: Johannes Stezenbach <js@linuxtv.org> | |||
2005-07-13 | - Linux/version.h removed. Replaced by linux/utsname.h | Mauro Carvalho Chehab | |
where KERNEL_VERSION is required. - incremented versions for CX88, BTTV and SAA7134. * compat.h: - Included linux/version.h. This change is required to be compatible with a patch applied at Kernel by Olaf Hering <olh@suse.de> this patch does reduce kernel dependency of its version number. Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | |||
2005-07-07 | * ir-common.c, cx88-input.c: | Mauro Carvalho Chehab | |
- Some changes to comply with CodingStyle: Obvious stuff eliminated. // comments converted to /* */ Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> | |||
2005-06-26 | timeout handling fixed, especially for preemtible kernels and/or high system ↵ | Oliver Endriss | |
load Signed-off-by: Oliver Endriss <o.endriss@gmx.de> | |||
2005-06-22 | From: Christophe Lucas <c.lucas@ifrance.com> | Johannes Stezenbach | |
http://kerneljanitors.org/TODO - convert from pci_module_init to pci_register_driver Signed-off-by: Christophe Lucas <c.lucas@ifrance.com> Signed-off-by: Domen Puncer <domen@coderock.org> | |||
2005-06-19 | backport of 2.6.12 changes to match other API changes (i2c, usb) | Johannes Stezenbach | |
2005-06-02 | This patch makes a needlessly global function static. | Johannes Stezenbach | |
Signed-off-by: Adrian Bunk <bunk@stusta.de> | |||
2005-05-26 | remove trailing whitespace | Johannes Stezenbach | |
2005-05-26 | sync back change from 2.6.12-rc5: unexport saa7146_vbi_uops and ↵ | Johannes Stezenbach | |
saa7146_video_uops | |||
2005-05-22 | Large changes. Mostly merged patches from mm kernel branch and 2.6.12-rc4. | Nickolay V. Shmyrev | |
Update entries for Lifiview Platinum FM and Avermedia cards | |||
2005-05-15 | Manuel Capinha (mcapinha at gmail.com): Added support for Pixelview Ultra | Mauro Carvalho Chehab | |
Pro Stereo. | |||
2005-03-22 | no need to initialize static/global variables to 0 | Johannes Stezenbach | |
2005-03-08 | - Remove duplicate setgpio | Kenneth Aafloy | |
2005-03-02 | whitespace cleanup (remove ws at eol, sync with changes in mainline kernel) | Johannes Stezenbach | |
2005-02-22 | - cx88: ir patches from Robert Reid. | Gerd Knorr | |
2005-02-16 | Static initialization. | Johannes Stezenbach | |
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> | |||
2005-02-16 | - move some bits from cx88-input to ir-common. | Gerd Knorr | |
- blackbird fixes, add new blackbird card. | |||
2005-01-21 | various backport from 2.6.11-rc1: | Michael Hunold | |
- replace static spinlock initializations with spin_lock_init() - add le16_to_cpu() macros to various values aquired via USB - add __user annotations to user space pointers | |||
2005-01-09 | patch by Emard: explicitely disable RPS tasks in saa7146_init_one() | Johannes Stezenbach | |
2004-12-10 | - add moduleparam.h include to many files. | Gerd Knorr | |
- some pinnacle 300i progress (can talk to mt352 now, not working yet through). - misc minor stuff. | |||
2004-11-21 | - prefix IER_DISABLE and IER_ENABLE with SAA7146_ | Johannes Stezenbach | |
- add SAA7146_ISR_CLEAR - use those consistently in the ttpci driver | |||
2004-11-16 | - videobuf api changes in 2.6.10 | Kenneth Aafloy | |
2004-11-16 | - MODULE_PARM -> module_param | Kenneth Aafloy | |
2004-11-13 | Undid formatting and renamed parameter correctly | Andrew de Quincy | |
2004-11-12 | Added non-busy waiting option | Andrew de Quincy | |
2004-11-08 | - make needlessly global code static | Michael Hunold | |
- remove unused code Thanks to Adrian Bunk <bunk@stusta.de> | |||
2004-11-07 | - yet another video-buf interface change + fixups. | Gerd Knorr | |
- move more modules to new-style insmod options. | |||
2004-11-03 | - disable spinlock debugging stuff for 2.4 | Michael Hunold | |
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy | |
2004-10-26 | - add back support for older kernels due to popular demand | Michael Hunold | |
2004-10-25 | - follow latest changes in 2.6.10-rc1 regarding video-buf. this change | Michael Hunold | |
breaks compilation with older kernels for dvb-ttpci | |||
2004-10-13 | - kill trailing whitespaces. | Gerd Knorr | |
2004-09-15 | - added a bunch of $Id$ tags. | Gerd Knorr | |
2004-08-11 | - Kernel Janitor: uses msleep() instead of my_wait() to guarantee the time ↵ | Michael Hunold | |
delay. Removes definition of my_wait(). Signed-off-by: Nishanth Aravamudan <nacc@us.ibm.com> | |||
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-29 | - Fix videodev has no release callback. | Kenneth Aafloy | |
NOTE: Michael, please remember to change the other drivers when submitting to Andrew. | |||
2004-07-28 | - rename memory to max_memory, because it clashes with some obscure ↵ | Michael Hunold | |
definition of memory on some esoteric platform | |||
2004-06-21 | - compilation fix for analog 2.4 drivers | Michael Hunold | |
2004-06-21 | - Replace generic saa7146 i2c name by card specific name, suggested by Uli ↵ | Michael Hunold | |
Luckas <luckas@musoft.de> | |||
2004-06-18 | - apply cpu_to_le32() to all write operations concerning page tables, ↵ | Michael Hunold | |
necessary to support big-endian machines (thanks to Wolfram Joost) | |||
2004-05-24 | - cx88: add IODATA GV-VCP3/PCI by 河村直樹 (Kawamura Naoki). | Gerd Knorr | |
- ir-common: update rc5 keytable. | |||
2004-04-28 | - fix some ppc be endianess issues, overlay works fine, grabbing does not ↵ | Michael Hunold | |
work reliably yet, though | |||
2004-04-06 | - introduce new class variable, sets the i2c adapter class for 2.6 (unused ↵ | Michael Hunold | |
for 2.4) | |||
2004-03-19 | - copy & paste error: don't check for streaming capture twice, check for ↵ | Michael Hunold | |
overlay video in one case | |||
2004-03-16 | - fix two debug messages (mixed up streaming capture and overlay) | Michael Hunold | |
- restrict S_FBUF ioctl to CAP_SYS_ADMIN or CAP_SYS_RAWIO - don't refuse setting S_FBUF when overlay is active (changes become visible with the next update) | |||
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-15 | - code review of what's actually needed to be protected by a spinlock and by ↵ | Michael Hunold | |
the device lock - this fixes the "in_atomic():1, irqs_disabled():1" warnings in the syslog | |||
2004-03-12 | With the addition of the ressource management, an overlay couldn't be | Michael Hunold | |
interrupted by a streaming capture any more. So: - revamp video_begin()/video_end(), saa7146_start_preview()/saa7146_stop_preview - clean up a lot of mess around the usage of these functions - allow overlay to be suspended by streaming capture again, if ressources are available | |||
2004-03-11 | - minor debug output cleanup in the resource handling functions | Michael Hunold | |
- deny activation of streaming capture if overlay is active, apps must disable overlay first - fix resource handling for overlay - don't try to stop streaming capture when it's not running | |||
2004-02-26 | [PATCH] C99 initializers for drivers/media/common/saa7146_video.c by Art Haas | Michael Hunold | |