summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7115.c
Commit message (Expand)AuthorAgeFilesLines
* V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2009-04-061-14/+16
* V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_s...Hans Verkuil2009-04-061-7/+6
* V4L/DVB (11371): v4l2: remove legacy fields in v4l2-i2c-drv.h.Hans Verkuil2009-04-061-1/+0
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11362): saa7115: remove i2c legacy codeHans Verkuil2009-04-061-14/+1
* V4L/DVB (11311): v4l: replace 'ioctl' references in v4l i2c driversHans Verkuil2009-03-301-2/+2
* V4L/DVB (10702): saa7115: add querystd and g_input_status support for zoran.Hans Verkuil2009-03-301-0/+43
* V4L/DVB (10700): saa7115: don't access reg 0x87 if it is not present.Hans Verkuil2009-03-301-5/+6
* V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil2009-03-301-1/+3
* V4L/DVB (10408): v4l2: fix incorrect hue range checkHans Verkuil2009-03-301-1/+1
* V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-021-7/+6
* V4L/DVB (9826): saa7115: convert to v4l2_subdev.Hans Verkuil2008-12-301-364/+399
* V4L/DVB (9162): ivtv: fix raw/sliced VBI mixupHans Verkuil2008-10-131-2/+6
* V4L/DVB (8940): saa7115: fix saa7111(a) supportHans Verkuil2008-10-121-5/+29
* V4L/DVB (8790): saa7115: call i2c_set_clientdata only when state != NULLHans Verkuil2008-09-031-3/+2
* V4L/DVB (8380): saa7115: use saa7115_auto instead of saa711x as the autodetec...Hans Verkuil2008-07-201-1/+1
* v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil2008-07-201-2/+0
* i2c: Convert remaining new-style drivers to use module aliasingJean Delvare2008-05-181-12/+28
* i2c: Add support for device alias namesJean Delvare2008-04-291-1/+2
* V4L/DVB (7342): saa7115: fix PAL-Nc handlingHans Verkuil2008-04-241-1/+1
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-1/+1
* V4L/DVB (6465): Use correct error codes when chip is not recognizedHans Verkuil2008-01-251-2/+2
* V4L/DVB (6455): saa7115: convert to bus-based I2C APIHans Verkuil2008-01-251-60/+16
* V4L/DVB (5414): Add missing kfree in early exit of saa7115.Hans Verkuil2007-04-271-0/+1
* V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil2007-04-271-5/+4
* V4L/DVB (5408): Fix SECAM handling on saa7115Mauro Carvalho Chehab2007-03-271-1/+1
* V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil2007-03-011-1/+1
* V4L/DVB (5183): Fix CC handling in VIDIOC_INT_G_VBI_DATAHans Verkuil2007-02-211-6/+9
* V4L/DVB (5163): Add checks for CAP_SYS_ADMIN to VIDIOC_DBG_G_REGISTERTrent Piepho2007-02-211-10/+4
* V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho2007-02-211-2/+2
* V4L/DVB (5113): Adds video output routingMarco Schluessler2007-02-211-6/+18
* V4L/DVB (4886): Minor coding style improvementsHans Verkuil2006-12-101-9/+9
* V4L/DVB (4885): Improve saa711x checkHans Verkuil2006-11-261-2/+7
* V4L/DVB (4739): SECAM support for saa7113 into saa7115Pádraig Brady2006-10-141-0/+2
* V4L/DVB (4626): On saa7111/7113, LUMA_CTRL need a different valueMauro Carvalho Chehab2006-09-261-8/+12
* V4L/DVB (4598): Fix a typo: VRES, instead o HRESMauro Carvalho Chehab2006-09-261-4/+4
* V4L/DVB (4596): Fix saa7115 miscalculation that breaks NTSCMike Isely2006-09-261-1/+1
* V4L/DVB (4592): Fixes some troubles on saa7115Mauro Carvalho Chehab2006-09-261-147/+141
* V4L/DVB (4586): Code were preventing saa7111 and saa7118 to workMauro Carvalho Chehab2006-09-261-5/+1
* V4L/DVB (4573): Fix: There were some missing breaks at register check routineMauro Carvalho Chehab2006-09-261-1/+6
* V4L/DVB (4565): Fix scaling calculusMauro Carvalho Chehab2006-09-261-12/+4
* V4L/DVB (4555): Cleanup: removed hardcoded tablesMauro Carvalho Chehab2006-09-261-157/+79
* V4L/DVB (4554): Renamed several common structs/functions to saa711x instead o...Mauro Carvalho Chehab2006-09-261-141/+141
* V4L/DVB (4553): Add support for saa7111 and partial support for saa7118Mauro Carvalho Chehab2006-09-261-65/+187
* V4L/DVB (4551): Added register aliases for saa711x registers, instead of usin...Mauro Carvalho Chehab2006-09-261-342/+451
* V4L/DVB (4550): Make saa7115 to report the complete chipset nameMauro Carvalho Chehab2006-09-261-1/+11
* V4L/DVB (4192): Use control helpers for saa7115, cx25840, msp3400.Hans Verkuil2006-06-251-49/+9
* V4L/DVB (3712): Fix video input setting of em28xx, use _INT_S_VIDEO_ROUTING i...Hans Verkuil2006-06-251-28/+0
* V4L/DVB (3711): Add support for VIDIOC_INT_S_CRYSTAL_FREQ internal command.Hans Verkuil2006-06-251-8/+43
* V4L/DVB (3692): Keep experimental SLICED_VBI defines under an #if 0Hans Verkuil2006-04-021-3/+3
OpenPOWER on IntegriCloud