Age | Commit message (Expand) | Author |
2005-03-22 | no need to initialize static/global variables to 0 | Johannes Stezenbach |
2005-03-08 | - Remove duplicate setgpio | Kenneth Aafloy |
2005-02-16 | Static initialization. | Johannes Stezenbach |
2005-01-21 | various backport from 2.6.11-rc1: | Michael Hunold |
2005-01-09 | patch by Emard: explicitely disable RPS tasks in saa7146_init_one() | Johannes Stezenbach |
2004-11-21 | - prefix IER_DISABLE and IER_ENABLE with SAA7146_ | Johannes Stezenbach |
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 |
2004-10-28 | Imported FE_REFACTORING to HEAD | Andrew de Quincy |
2004-04-28 | - fix some ppc be endianess issues, overlay works fine, grabbing does not wor... | Michael Hunold |
2004-02-20 | fix timeout bug on AMD64 in saa7146_wait_for_debi_done() | Johannes Stezenbach |
2004-01-03 | - fix memory leak when using custom pagetables for video dma, | Michael Hunold |
2003-12-12 | - use vmalloc_32() instead of vmalloc() in saa7146_vmalloc_build_pgtable(). | Michael Hunold |
2003-11-20 | - move saa7146_set_gpio() from saa7146_vv to saa7146_core | Michael Hunold |
2003-11-20 | - make saa7146_pgtable_build_single() deliver a return code, make some | Michael Hunold |
2003-11-14 | - sanitize enabling of video input pins and i2c pins | Michael Hunold |
2003-08-26 | Fix bytesperline-calculation for | Michael Hunold |
2003-08-16 | - re-disable the saa7146 master reset on device startup. I enabled this | Michael Hunold |
2003-08-11 | Fix typo, remove unused variable. | Michael Hunold |
2003-08-11 | - follow latest changes in video-buf | Michael Hunold |
2003-08-04 | Remove debugging printk()s. | Michael Hunold |
2003-07-31 | Improvements regarding streaming capture to gfx card memory. | Michael Hunold |
2003-07-07 | Make the "ext_vv_data" informations a per-device information instead | Michael Hunold |
2003-06-18 | When I submitted the last patchset for the 2.5 kernel series, | Michael Hunold |
2003-05-28 | I removed all "analog" drivers from the main CVS repository and moved them | Michael Hunold |
2003-05-19 | First try to use pci_consistent_dma() throughout the whole saa7146 | Michael Hunold |
2003-05-06 | The irq handler subsystem in 2.5 has changed. Add some code to get | Michael Hunold |
2003-04-22 | - removed the compatibility crap around KBUILD_MODNAME from all drivers, | Michael Hunold |
2003-03-28 | A whole bunch of small changes all over the place: | Michael Hunold |
2003-03-20 | This is the beginning of some modifications to get the new | Michael Hunold |
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 |
2003-03-17 | - Fixed the build-2.4 tree to compile with 2.4.18 kernels. | Michael Hunold |
2003-03-14 | saa7146: set default values for brightness/contrast/saturation on driver load | Michael Hunold |
2003-03-04 | Remove function specifiers from probe/remove functions, otherwise | Michael Hunold |
2003-02-27 | - fix some bugs that appeared in system with both analog and digital | Michael Hunold |
2003-01-21 | set __devexit and __devexit_p() flags | Holger Waechtler |
2003-01-10 | - Fix broken i2c irq transfer, due to Holger's changes | Michael Hunold |
2003-01-08 | Removed the whole "device<=>extension" matching crap, the pci subsystem | Michael Hunold |
2003-01-07 | - Fixed all initializers to C99, expect av7110.c | Michael Hunold |
2003-01-05 | After all, using the i2c irq wasn't a good idea. After long hours of | Michael Hunold |
2003-01-04 | - Removed preinit() from saa7146 probe()/attach() logic, it's not used | Michael Hunold |
2003-01-04 | Some more changes... (but we're stabilizing...) | Michael Hunold |
2002-12-30 | Next chunk of big splitup / cleanup: | Michael Hunold |
2002-12-29 | Major cleanup: the goal is to get rid of the budget card <=> saa7146.o <=> vi... | Michael Hunold |
2002-12-28 | - added timeout handling for i2c_writeout(); it seems that the | Johannes Stezenbach |
2002-12-23 | For some unobvious reason, analog cards (ie. the MXB) and digital cards | Michael Hunold |
2002-12-22 | Changed i2c_writeout() and the irq handler to use a waitqueue | Michael Hunold |