aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134-core.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-8/+4
* [media] use pci_dev->revisionBjørn Mork2011-05-201-1/+1
* [media] saa7134: Properly report when a board doesn't have eepromMauro Carvalho Chehab2011-03-211-12/+23
* Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-2/+9
|\
| * media/video: explicitly flush request_module workTejun Heo2010-12-241-2/+9
* | [media] v4l: Remove module_name argument to the v4l2_i2c_new_subdev* functionsLaurent Pinchart2010-11-221-2/+2
|/
* [media] v4l: Remove hardcoded module names passed to v4l2_i2c_new_subdev*Laurent Pinchart2010-10-221-2/+2
* V4L/DVB: videobuf: add queue argument to videobuf_waiton()Hans Verkuil2010-10-211-1/+1
* V4L/DVB: videobuf: Remove the videobuf_sg_dma_map/unmap functionsLaurent Pinchart2010-08-021-1/+1
* V4L/DVB: saa7134: Add support for both positive and negative edge IRQMauro Carvalho Chehab2010-05-191-4/+6
* V4L/DVB: saa7134: Fix IRQ2 bit names for the register mapMauro Carvalho Chehab2010-05-191-6/+8
* V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR coreMauro Carvalho Chehab2010-05-181-1/+1
* V4L/DVB (13966): DVB-T regression fix for saa7134 cardsDmitri Belimov2010-01-171-13/+0
* V4L/DVB (13554a): v4l: Use the video_drvdata function in driversLaurent Pinchart2009-12-161-0/+1
* V4L/DVB (13553): v4l: Use the video_is_registered function in device driversLaurent Pinchart2009-12-161-3/+3
* V4L/DVB (13550): v4l: Use the new video_device_node_name functionLaurent Pinchart2009-12-161-6/+6
* V4L/DVB (13288): adding __init/__exit macros to various driversPeter Huewe2009-12-051-2/+2
* V4L/DVB (13238): v4l2_subdev: rename tuner s_standby operation to core s_powerLaurent Pinchart2009-12-051-1/+1
* V4L/DVB (12540): v4l: simplify v4l2_i2c_new_subdev and friendsHans Verkuil2009-09-191-3/+3
* V4L/DVB (12216): saa7134: set RDS capability if applicable.Hans Verkuil2009-09-121-1/+3
* V4L/DVB (11938): big rework of TS for saa7134Dmitri Belimov2009-06-161-0/+17
* V4L/DVB (11853): minor have assigned value twicefigo.zhang2009-06-161-1/+0
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* V4L/DVB (11375): v4l2: use v4l2_i2c_new_probed_subdev_addr where appropriate.Hans Verkuil2009-04-061-4/+3
* V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg t...Hans Verkuil2009-04-061-3/+3
* V4L/DVB (11368): v4l2-subdev: move s_standby from core to tuner.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11282): saa7134: add RDS support.Hans Verkuil2009-03-301-0/+11
* V4L/DVB (11253): saa7134: fix RTD Embedded Technologies VFG7350 support.Hans Verkuil2009-03-301-2/+3
* V4L/DVB (11053): saa7134: set v4l2_dev field of video_deviceHans Verkuil2009-03-301-1/+1
* V4L/DVB (10511): saa7134: get rid of KBLMauro Carvalho Chehab2009-03-301-22/+22
* V4L/DVB (10506): saa7134: move tuner init code to saa7134-cardsMauro Carvalho Chehab2009-03-301-24/+0
* V4L/DVB (10405): saa7134-core: loading saa7134-alsa is now the defaultMauro Carvalho Chehab2009-03-301-4/+6
* V4L/DVB (10404): saa7134-core: remove oss option, since saa7134-oss doesn't e...Mauro Carvalho Chehab2009-03-301-6/+0
* V4L/DVB (10249): v4l2-common: added v4l2_i2c_tuner_addrs()Hans Verkuil2009-03-301-26/+16
* V4L/DVB (10247): saa7134: convert to the new v4l2 framework.Hans Verkuil2009-03-301-11/+55
* V4L/DVB (10219): saa7134: Prevent Oops due to stale IRQ status when enabling ...Andy Walls2009-01-291-0/+4
* V4L/DVB (9356): [PATCH] saa7134: fix resource map sanity check conflictSuresh Siddha2008-11-111-1/+2
* V4L/DVB (9327): v4l: use video_device.num instead of minor in video%dHans Verkuil2008-10-211-3/+3
* V4L/DVB (9065): saa7134: fix I2C remote controls on saa7134Dmitri Belimov2008-10-121-0/+4
* V4L/DVB (8796): saa7134-empress: remove incorrect IRQ defines for TSDmitry Belimov2008-10-121-3/+1
* V4L/DVB (8745): v4l2: fix a bunch of compile warnings.Hans Verkuil2008-10-121-1/+1
* V4L/DVB (8680): saa7134-core.c: fix warningAlexander Beregalov2008-10-121-26/+26
* V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_deviceHans Verkuil2008-07-271-6/+3
* V4L/DVB (8496): saa7134: Copy tuner data earlier in init to avoid overwriting...Simon Arlott2008-07-261-2/+3
* V4L/DVB (8428): videodev: rename 'dev' to 'parent'Hans Verkuil2008-07-231-1/+1
* v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil2008-07-201-1/+0
* V4L/DVB (7881): saa7134: fixed a compile warning in saa7134-core.cHartmut Hackmann2008-05-141-1/+0
* V4L/DVB (7880): saa7134: remove explicit GPIO initializationHartmut Hackmann2008-05-141-5/+0
* V4L/DVB (7394): saa7134: add number of devices checkAlan McIvor2008-04-241-0/+3
* V4L/DVB (7393): tda827x: fixed support of tuners with LNAHartmut Hackmann2008-04-241-0/+6