summaryrefslogtreecommitdiff
path: root/linux/drivers/media/common/saa7146_core.c
AgeCommit message (Expand)Author
2009-02-08saa7146: move v4l2 device registration to saa7146_vv.Hans Verkuil
2009-02-07saa7146: i2c adapdata now points to v4l2_device.Hans Verkuil
2009-02-07saa7146: implement v4l2_device support.Hans Verkuil
2008-08-22v4l2: fix a bunch of compile warnings.Hans Verkuil
2008-06-22saa7146: ->cpu_addr and friends are little-endianMauro Carvalho Chehab
2008-04-30backport tuners move patch from -gitMauro Carvalho Chehab
2008-04-26From: Mauro Carvalho Chehab <mchehab@infradead.org>Mauro Carvalho Chehab
2008-04-15Backport changeset 5fa1247a2b56f33f88432c24e109deaf91ef8281Mauro Carvalho Chehab
2008-04-08media/common/ replace remaining __FUNCTION__ occurrencesMichael Krufky
2008-02-21 saa7146: fix sparse warningsMauro Carvalho Chehab
2008-02-05backport kernel commit c84e6036ba7177a404cc860cb5a440e06fad92ddMauro Carvalho Chehab
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