aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tvp5150.c
Commit message (Expand)AuthorAgeFilesLines
* [media] tvp5150: device detection should be done only onceMauro Carvalho Chehab2011-03-211-21/+21
* [media] tvp5150: use the control frameworkHans Verkuil2011-03-211-111/+46
* [media] tvp5150: COMPOSITE0 input should not force-enable TV modePaul Walmsley2010-10-211-3/+1
* V4L/DVB: tvp5150: remove obsolete v4l2-i2c-drv.h headerHans Verkuil2010-10-211-6/+21
* V4L/DVB: tvp5150: remove obsolete g/s_fmt opsHans Verkuil2010-06-011-20/+0
* V4L/DVB: cx18/cx25840/saa7115/tvp5150: remove vbi support from s_fmtHans Verkuil2010-05-191-3/+0
* V4L/DVB: tvp5150: support new vbi ops to set/get VBI formatHans Verkuil2010-05-191-25/+41
* V4L/DVB: v4l: move vbi-specific video ops to a new vbi ops structHans Verkuil2010-05-191-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2009-04-061-9/+12
* V4L/DVB (11370): v4l2-subdev: move s_std from tuner to core.Hans Verkuil2009-04-061-1/+1
* V4L/DVB (11363): tvp5150: remove i2c legacy code.Hans Verkuil2009-04-061-16/+1
* V4L/DVB (11311): v4l: replace 'ioctl' references in v4l i2c driversHans Verkuil2009-03-301-4/+4
* V4L/DVB (10738): Get rid of video_decoder.h header were uneededMauro Carvalho Chehab2009-03-301-1/+0
* V4L/DVB (10409): v4l: remove unused I2C_DRIVERIDs.Hans Verkuil2009-03-301-1/+0
* V4L/DVB (10141): v4l2: debugging API changed to match against driver name ins...Hans Verkuil2009-01-021-7/+6
* V4L/DVB (9969): tvp5150: add support for VIDIOC_G_CHIP_IDENT ioctlMauro Carvalho Chehab2008-12-301-0/+16
* V4L/DVB (9958): tvp5150: convert to v4l2_subdev.Hans Verkuil2008-12-301-443/+387
* V4L/DVB (9363): tvp5150: add support to enable raw vbiMarkus Rechberger2008-12-291-0/+15
* V4L/DVB (8487): videodev: replace videodev.h includes by videodev2.h where po...Hans Verkuil2008-07-261-1/+1
* V4L/DVB (7094): static memoryDouglas Schilling Landgraf2008-04-241-1/+1
* NULL noise: drivers/mediaAl Viro2008-03-301-2/+2
* V4L/DVB (7362): tvp5150.c: logical-bitwise and confusionRoel Kluin2008-03-201-2/+2
* V4L/DVB (6542): Fix S-video mode on tvp5150Mauro Carvalho Chehab2007-12-111-0/+11
* V4L/DVB (6518): Fix tvp5150 default valuesMauro Carvalho Chehab2007-11-041-8/+8
* V4L/DVB (5739): Replace C code with calls to ARRAY_SIZE macro.Robert P. J. Day2007-07-181-1/+1
* V4L/DVB (5304): Improve chip matching in v4l2_registerHans Verkuil2007-03-011-1/+1
* 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 (4506): TVP5150 routing logic were broken.Mauro Carvalho Chehab2006-09-261-1/+6
* V4L/DVB (3712): Fix video input setting of em28xx, use _INT_S_VIDEO_ROUTING i...Hans Verkuil2006-06-251-16/+29
* V4L/DVB (3700): Remove obsolete commands from tvp5150.cHans Verkuil2006-04-021-118/+4
* V4L/DVB (3692): Keep experimental SLICED_VBI defines under an #if 0Hans Verkuil2006-04-021-1/+9
* V4L/DVB (3643): Fix default values for tvp5150 controlsMauro Carvalho Chehab2006-04-021-4/+4
* V4L/DVB (3325): Disabled debug on by default in tvp5150Markus Rechberger2006-02-071-1/+1
* V4L/DVB (3281): Added signal detection support to tvp5150Markus Rechberger2006-02-071-0/+11
* V4L/DVB (3420): Added iocls to configure VBI on tvp5150Mauro Carvalho Chehab2006-01-231-2/+68
* V4L/DVB (3410): Implemented sliced VBI set on VIDIOC_S_FMTMauro Carvalho Chehab2006-01-231-5/+42
* V4L/DVB (3408): Included new sliced VBI types to videodev2.h and tvp5150Mauro Carvalho Chehab2006-01-231-57/+104
* V4L/DVB (3407): added some code for VBI processing and cleanup debug dumpMauro Carvalho Chehab2006-01-231-286/+207
* V4L/DVB (3405): Fixes tvp5150a/am1 detection.Mauro Carvalho Chehab2006-01-231-9/+12
* Merge branch 'work'Mauro Carvalho Chehab2006-01-151-1/+1
|\
| * V4L/DVB (3377): make some code staticAdrian Bunk2006-01-151-1/+1
* | [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
|/
* V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris2006-01-111-2/+1
* V4L/DVB (3307): Some cleanups at I2C modulesMauro Carvalho Chehab2006-01-091-7/+6
* V4L/DVB (3234): Included advanced debug option to tvp5150.cMauro Carvalho Chehab2006-01-091-0/+24
* V4L/DVB (3232): Several improvements at tvp5150 driverMauro Carvalho Chehab2006-01-091-61/+362
* V4L/DVB (3099): Fixed device controls for em28xx on WinTV USB2 devicesMauro Carvalho Chehab2006-01-091-36/+45
* [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman2006-01-051-1/+0