summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/saa7146_core.c
AgeCommit message (Expand)Author
2007-11-02Backport some changesets touching S/G codeMauro Carvalho Chehab
2007-10-31saa7146: saa7146_wait_for_debi_done fixesOliver Endriss
2007-08-23Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab
2007-08-09saa7146: clean-up irq processingOliver Endriss
2007-07-23dvb-ttpci/saa7146: Replace saa7146_i2c_transfer by generic i2c_transferOliver Endriss
2007-07-13saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel 2.6.22)Oliver Endriss
2007-05-03saa7146: DMA: Correctly free resources on error, sync PCI streamed dataOliver Endriss
2006-10-21IRQ: Maintain regs pointer globally rather than passing to IRQ handlersMauro Carvalho Chehab
2006-07-19[PATCH] irq-flags: media: Use the new IRQF_ constantsMauro Carvalho Chehab
2006-03-13BUG_ON() Conversion in drivers/video/mediaMauro Carvalho Chehab
2006-02-06sem2mutex: drivers/media/, #2Mauro Carvalho Chehab
2006-01-11From: Panagiotis Issaris <takis@issaris.org>Mauro Carvalho Chehab
2005-12-08syncronizes some changes between v4l and dvbMauro Carvalho Chehab
2005-12-08Documentation fix and keep debug code at kernelMauro Carvalho Chehab
2005-11-26Whitespaces cleanups.Mauro Carvalho Chehab
2005-06-26timeout handling fixed, especially for preemtible kernels and/or high system ...Oliver Endriss
2005-06-22From: Christophe Lucas <c.lucas@ifrance.com>Johannes Stezenbach
2005-03-22no need to initialize static/global variables to 0Johannes Stezenbach
2005-03-08 - Remove duplicate setgpioKenneth Aafloy
2005-02-16Static initialization.Johannes Stezenbach
2005-01-21various backport from 2.6.11-rc1:Michael Hunold
2005-01-09patch 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_paramKenneth Aafloy
2004-11-13Undid formatting and renamed parameter correctlyAndrew de Quincy
2004-11-12Added non-busy waiting optionAndrew de Quincy
2004-11-08- make needlessly global code staticMichael Hunold
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2004-04-28- fix some ppc be endianess issues, overlay works fine, grabbing does not wor...Michael Hunold
2004-02-20fix 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_coreMichael Hunold
2003-11-20- make saa7146_pgtable_build_single() deliver a return code, make someMichael Hunold
2003-11-14- sanitize enabling of video input pins and i2c pinsMichael Hunold
2003-08-26Fix bytesperline-calculation forMichael Hunold
2003-08-16- re-disable the saa7146 master reset on device startup. I enabled thisMichael Hunold
2003-08-11Fix typo, remove unused variable.Michael Hunold
2003-08-11- follow latest changes in video-bufMichael Hunold
2003-08-04Remove debugging printk()s.Michael Hunold
2003-07-31Improvements regarding streaming capture to gfx card memory.Michael Hunold
2003-07-07Make the "ext_vv_data" informations a per-device information insteadMichael Hunold
2003-06-18When I submitted the last patchset for the 2.5 kernel series,Michael Hunold
2003-05-28I removed all "analog" drivers from the main CVS repository and moved themMichael Hunold
2003-05-19First try to use pci_consistent_dma() throughout the whole saa7146Michael Hunold
2003-05-06The irq handler subsystem in 2.5 has changed. Add some code to getMichael Hunold
2003-04-22- removed the compatibility crap around KBUILD_MODNAME from all drivers,Michael Hunold
2003-03-28A whole bunch of small changes all over the place:Michael Hunold
2003-03-20This is the beginning of some modifications to get the newMichael Hunold
2003-03-19set default value of saa7146_debug to 0 as stated in module param descriptionAndreas Oberritter