summaryrefslogtreecommitdiff
path: root/drivers/media/video/saa7134/saa7134-core.c
AgeCommit message (Expand)Author
2008-05-14V4L/DVB (7881): saa7134: fixed a compile warning in saa7134-core.cHartmut Hackmann
2008-05-14V4L/DVB (7880): saa7134: remove explicit GPIO initializationHartmut Hackmann
2008-04-24V4L/DVB (7394): saa7134: add number of devices checkAlan McIvor
2008-04-24V4L/DVB (7393): tda827x: fixed support of tuners with LNAHartmut Hackmann
2008-04-24V4L/DVB (7262): Add support for xc3028-based boardsMauro Carvalho Chehab
2008-04-24V4L/DVB (7261): Use the same callback argument as xc3028 and xc5000Mauro Carvalho Chehab
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf
2008-03-20V4L/DVB (7268): saa7134: fix: tuner should be loaded before calling saa7134_b...Mauro Carvalho Chehab
2008-01-25V4L/DVB (6792): Fix VBI supportMauro Carvalho Chehab
2008-01-25V4L/DVB (6736): Fix some errors at the video_ioctl2 conversionMauro Carvalho Chehab
2008-01-25V4L/DVB (6670): V4L: saa7134: tvaudio cleanupsMaxim Levitsky
2008-01-25V4L/DVB (6669): Add few missing bits of code to saa7134_resumeMaxim Levitsky
2008-01-25V4L/DVB (6668): Fix theoretical races between IRQ handler and .suspend/resumeMaxim Levitsky
2008-01-25V4L/DVB (6667): Fix access to configuration space while in D3Maxim Levitsky
2008-01-25V4L/DVB (6600): V4L: videobuf: don't chew up namespace STATE_.*, convert to V...Brandon Philips
2008-01-25V4L/DVB (6399): saa7134/: make 2 functions staticAdrian Bunk
2008-01-17fix wrong sized spinlock flags argumentDaniel Walker
2007-12-11V4L/DVB (6690): saa7134: fix ignored interruptsHeikki Lindholm
2007-10-22V4L/DVB (6382): saa7134: fix NULL dereference at suspend time for cards witho...Matthias Schwarzott
2007-10-22V4L/DVB (6329): Additional Fixes for saa7134 suspend/resumeMaxim Levitsky
2007-10-10V4L/DVB (6314): saa7134: Replace list_for_each+list_entry with list_for_each_...Trent Piepho
2007-10-10V4L/DVB (6306): Few clenups for saa7134 resume codeMaxim Levitsky
2007-10-10V4L/DVB (6272): V4L: properly fix support for capturing interlaced video in s...Maxim Levitsky
2007-10-10V4L/DVB (6271): V4L: Add basic support for suspend/resume for saa7134Maxim Levitsky
2007-10-09V4L/DVB (6252): Adapt drivers to use the newer videobuf modulesMauro Carvalho Chehab
2007-10-09V4L/DVB (6079): Cleanup: remove linux/moduleparam.h from drivers/media filesMauro Carvalho Chehab
2007-04-27V4L/DVB (5443): Saa7134: put tuner to sleep mode after board initializationHartmut Hackmann
2007-04-27V4L/DVB (5397): Saa7134: fix MODULES=n compilationAdrian Bunk
2007-04-27V4L/DVB (5329): Some saa7134 cleanupsHeikki Orsila
2007-04-27V4L/DVB (5324): This patch fixes request_module_depend()Markus Rechberger
2007-04-27V4L/DVB (5323): Updated support for tuner callbacksHartmut Hackmann
2007-04-27V4L/DVB (5314): Added support for tda827x tuners with preamlifiersHartmut Hackmann
2007-04-27V4L/DVB (5312): Saa713x: added a GPIO handler functionHartmut Hackmann
2006-12-10V4L/DVB (4791): Added autodetected flag to the saa7134_dev structureHartmut Hackmann
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-26V4L/DVB (4635): Extend bttv and saa7134 to check for both AGP and PCI PCI fai...Alan Cox
2006-07-29V4L/DVB (4310): Saa7134: rename dmasound_{init, exit}Adrian Bunk
2006-07-02[PATCH] irq-flags: media: Use the new IRQF_ constantsThomas Gleixner
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-06-30V4L/DVB (4267): Remove all instances of request_module("tda9887")Michael Krufky
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-27[PATCH] 64bit resource: fix up printks for resources in video driversGreg Kroah-Hartman
2006-05-12V4L/DVB (3738): Saa7134: Fix oops with disable_ir=1Sergey Vlasov
2006-04-11[PATCH] Last DMA_xBIT_MASK cleanupsTobias Klauser
2006-03-24V4L/DVB (3546): Fix Compilation after moving bttv codeMauro Carvalho Chehab
2006-03-24V4L/DVB (3516): Make video_buf more genericMauro Carvalho Chehab
2006-03-21V4L/DVB (3545): Fixed no_overlay option and quirks on saa7134 driverMauro Carvalho Chehab
2006-03-21V4L/DVB (3485): BUG_ON() Conversion in drivers/video/mediaEric Sesterhenn
2006-03-21V4L/DVB (3439): Added no_overlay option and quirks to saa7134Mauro Carvalho Chehab
2006-02-07V4L/DVB (3318b): sem2mutex: drivers/media/, #2Ingo Molnar