aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7115.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15[media] move i2c files into drivers/media/i2cMauro Carvalho Chehab1-1727/+0
2012-03-08[media] convert drivers/media/* to use module_i2c_driver()Axel Lin1-12/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-10-08[media] saa7115: Trust that V4L2 core will fill the maskMauro Carvalho Chehab1-7/+12
2011-10-08[media] saa7115: Fix standards detectionMauro Carvalho Chehab1-14/+31
2011-09-21[media] saa7115: use the new auto cluster supportHans Verkuil1-4/+1
2011-09-21[media] v4l2-ctrls: replace is_volatile with V4L2_CTRL_FLAG_VOLATILEHans Verkuil1-1/+1
2011-07-27[media] v4l2-ctrls: fix and improve volatile control handlingHans Verkuil1-2/+2
2011-01-31[media] fix saa7111 non-detectionRussell King1-1/+1
2010-12-29[media] saa7115: allow input standard autodetection for more chipsAnatolij Gustschin1-1/+10
2010-10-21V4L/DVB: saa7115: remove obsolete v4l2-i2c-drv.h headerHans Verkuil1-9/+24
2010-08-08V4L/DVB: saa7115: convert to the new control frameworkHans Verkuil1-100/+83
2010-06-01V4L/DVB: saa7115: remove obsolete g/s_fmt opsHans Verkuil1-17/+0
2010-06-01V4L/DVB: saa7115: add s_mbus_fmt opHans Verkuil1-0/+10
2010-05-19V4L/DVB: cx18/cx25840/saa7115/tvp5150: remove vbi support from s_fmtHans Verkuil1-4/+0
2010-05-19V4L/DVB: saa7115: support new vbi ops to set/get VBI formatHans Verkuil1-12/+27
2010-05-19V4L/DVB: v4l: move vbi-specific video ops to a new vbi ops structHans Verkuil1-2/+6
2010-05-18V4L/DVB: v4l2-common: add ability to use v4l2_ctrl_query_fill for chroma gainDevin Heitmueller1-10/+1
2010-05-18V4L/DVB: saa115: add support for chroma AGC and chroma gainDevin Heitmueller1-1/+37
2010-05-18V4L/DVB: saa7115: enable anti-alias filterDevin Heitmueller1-1/+1
2010-02-26V4L/DVB: saa7115: fix saa7111a supportHans Verkuil1-11/+16
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil1-14/+16
2009-04-06V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_s...Hans Verkuil1-7/+6
2009-04-06V4L/DVB (11371): v4l2: remove legacy fields in v4l2-i2c-drv.h.Hans Verkuil1-1/+0
2009-04-06V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil1-1/+1
2009-04-06V4L/DVB (11362): saa7115: remove i2c legacy codeHans Verkuil1-14/+1
2009-03-30V4L/DVB (11311): v4l: replace 'ioctl' references in v4l i2c driversHans Verkuil1-2/+2
2009-03-30V4L/DVB (10702): saa7115: add querystd and g_input_status support for zoran.Hans Verkuil1-0/+43
2009-03-30V4L/DVB (10700): saa7115: don't access reg 0x87 if it is not present.Hans Verkuil1-5/+6
2009-03-30V4L/DVB (10698): v4l2-common: remove v4l2_ctrl_query_fill_stdHans Verkuil1-1/+3
2009-03-30V4L/DVB (10408): v4l2: fix incorrect hue range checkHans Verkuil1-1/+1
2009-01-02V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil1-7/+6
2008-12-30V4L/DVB (9826): saa7115: convert to v4l2_subdev.Hans Verkuil1-364/+399
2008-10-13V4L/DVB (9162): ivtv: fix raw/sliced VBI mixupHans Verkuil1-2/+6
2008-10-12V4L/DVB (8940): saa7115: fix saa7111(a) supportHans Verkuil1-5/+29
2008-09-03V4L/DVB (8790): saa7115: call i2c_set_clientdata only when state != NULLHans Verkuil1-3/+2
2008-07-20V4L/DVB (8380): saa7115: use saa7115_auto instead of saa711x as the autodetec...Hans Verkuil1-1/+1
2008-07-20v4l-dvb: remove legacy checks to allow support for kernels < 2.6.10Hans Verkuil1-2/+0
2008-05-18i2c: Convert remaining new-style drivers to use module aliasingJean Delvare1-12/+28
2008-04-29i2c: Add support for device alias namesJean Delvare1-1/+2
2008-04-24V4L/DVB (7342): saa7115: fix PAL-Nc handlingHans Verkuil1-1/+1
2008-04-24V4L/DVB (7094): static memoryDouglas Schilling Landgraf1-1/+1
2008-01-25V4L/DVB (6465): Use correct error codes when chip is not recognizedHans Verkuil1-2/+2
2008-01-25V4L/DVB (6455): saa7115: convert to bus-based I2C APIHans Verkuil1-60/+16
2007-04-27V4L/DVB (5414): Add missing kfree in early exit of saa7115.Hans Verkuil1-0/+1
2007-04-27V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENTHans Verkuil1-5/+4
2007-03-27V4L/DVB (5408): Fix SECAM handling on saa7115Mauro Carvalho Chehab1-1/+1
2007-03-01V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil1-1/+1
2007-02-21V4L/DVB (5183): Fix CC handling in VIDIOC_INT_G_VBI_DATAHans Verkuil1-6/+9
2007-02-21V4L/DVB (5163): Add checks for CAP_SYS_ADMIN to VIDIOC_DBG_G_REGISTERTrent Piepho1-10/+4
2007-02-21V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal onlyTrent Piepho1-2/+2
2007-02-21V4L/DVB (5113): Adds video output routingMarco Schluessler1-6/+18
2006-12-10V4L/DVB (4886): Minor coding style improvementsHans Verkuil1-9/+9
2006-11-26V4L/DVB (4885): Improve saa711x checkHans Verkuil1-2/+7
2006-10-14V4L/DVB (4739): SECAM support for saa7113 into saa7115Pádraig Brady1-0/+2
2006-09-26V4L/DVB (4626): On saa7111/7113, LUMA_CTRL need a different valueMauro Carvalho Chehab1-8/+12
2006-09-26V4L/DVB (4598): Fix a typo: VRES, instead o HRESMauro Carvalho Chehab1-4/+4
2006-09-26V4L/DVB (4596): Fix saa7115 miscalculation that breaks NTSCMike Isely1-1/+1
2006-09-26V4L/DVB (4592): Fixes some troubles on saa7115Mauro Carvalho Chehab1-147/+141
2006-09-26V4L/DVB (4586): Code were preventing saa7111 and saa7118 to workMauro Carvalho Chehab1-5/+1
2006-09-26V4L/DVB (4573): Fix: There were some missing breaks at register check routineMauro Carvalho Chehab1-1/+6
2006-09-26V4L/DVB (4565): Fix scaling calculusMauro Carvalho Chehab1-12/+4
2006-09-26V4L/DVB (4555): Cleanup: removed hardcoded tablesMauro Carvalho Chehab1-157/+79
2006-09-26V4L/DVB (4554): Renamed several common structs/functions to saa711x instead o...Mauro Carvalho Chehab1-141/+141
2006-09-26V4L/DVB (4553): Add support for saa7111 and partial support for saa7118Mauro Carvalho Chehab1-65/+187
2006-09-26V4L/DVB (4551): Added register aliases for saa711x registers, instead of usin...Mauro Carvalho Chehab1-342/+451
2006-09-26V4L/DVB (4550): Make saa7115 to report the complete chipset nameMauro Carvalho Chehab1-1/+11
2006-06-25V4L/DVB (4192): Use control helpers for saa7115, cx25840, msp3400.Hans Verkuil1-49/+9
2006-06-25V4L/DVB (3712): Fix video input setting of em28xx, use _INT_S_VIDEO_ROUTING i...Hans Verkuil1-28/+0
2006-06-25V4L/DVB (3711): Add support for VIDIOC_INT_S_CRYSTAL_FREQ internal command.Hans Verkuil1-8/+43
2006-04-02V4L/DVB (3692): Keep experimental SLICED_VBI defines under an #if 0Hans Verkuil1-3/+3
2006-04-02V4L/DVB (3607): Implement routing command for saa7115.cHans Verkuil1-0/+41
2006-04-02V4L/DVB (3606): Minor layout changes to make it consistentHans Verkuil1-9/+9
2006-03-24V4L/DVB (3577): Cleanup audio input handlingHans Verkuil1-1/+0
2006-03-21V4L/DVB (3522): Fixed a trouble with other PAL standardsMauro Carvalho Chehab1-12/+8
2006-03-21V4L/DVB (3514): SAA7113 doesn't have auto std chroma detection modeMauro Carvalho Chehab1-0/+29
2006-03-21V4L/DVB (3513): Remove saa711x driverMauro Carvalho Chehab1-14/+62
2006-02-27V4L/DVB (3354): Fix maximum for the saturation and contrast controls.Hans Verkuil1-2/+2
2006-01-23V4L/DVB (3408): Included new sliced VBI types to videodev2.h and tvp5150Mauro Carvalho Chehab1-3/+3
2006-01-11V4L/DVB (3345): Fixes some bad global variablesMauro Carvalho Chehab1-19/+19
2006-01-11V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-4/+2
2006-01-09V4L/DVB (3280): Added VIDIOC_QUERYCTRL to saa7115Hans Verkuil1-0/+55
2006-01-09V4L/DVB (3278): convert diagnostics over to the new v4l2-common.h macros.Hans Verkuil1-51/+36
2006-01-09V4L/DVB (3257): Add missing audiochip.h include.Hans Verkuil1-0/+1
2006-01-09V4L/DVB (3256): When in radio mode ignore VIDIOC_G_TUNERHans Verkuil1-0/+12
2006-01-09V4L/DVB (3254): Don't reprogram the video standard if it is unchanged.Hans Verkuil1-0/+10
2006-01-09V4L/DVB (3214): Calculate the saa7115 AMCLK regs instead of using fixed valuesHans Verkuil1-119/+36
2006-01-09V4L/DVB (3248): Add selected input to saa7115 VIDIOC_LOG_STATUS output.Hans Verkuil1-0/+5
2006-01-09V4L/DVB (3123a): remove uneeded #if from V4L subsystemMauro Carvalho Chehab1-4/+0
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11Laurent Riffard1-5/+8
2006-01-05[PATCH] i2c: Rework client usage count, 2 of 3Jean Delvare1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2005-12-01[PATCH] V4L/dvb: fix kernel message (print of %s from random pointer)Hans Verkuil1-6/+8
2005-11-13[PATCH] v4l: (966.1) Removes Obsoleted i2c-compat.h from newer driversMauro Carvalho Chehab1-1/+0
2005-11-13[PATCH] v4l: (966) Authorship fixes for new ModulesHans Verkuil1-4/+1
2005-11-13[PATCH] v4l: (948) adds support for saa7115 video decoderHans Verkuil1-0/+1380