summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx/cx231xx-video.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-16[media] cx231xx: get rid of CX231XX_VMUX_DEBUGMauro Carvalho Chehab1-2/+1
2016-02-16[media] cx231xx: create connectors at the media graphMauro Carvalho Chehab1-0/+46
2016-01-11[media] media framework: rename pads init function to media_entity_pads_init()Mauro Carvalho Chehab1-2/+2
2016-01-11[media] uapi/media.h: Rename entities types to functionsMauro Carvalho Chehab1-1/+1
2016-01-11[media] media-entity.h: rename entity.type to entity.functionMauro Carvalho Chehab1-1/+1
2016-01-11[media] media: convert links from array to listMauro Carvalho Chehab1-5/+3
2016-01-11[media] media: get rid of unused "extra_links" param on media_entity_init()Mauro Carvalho Chehab1-2/+2
2015-12-18[media] cx231xx: fix NTSC cropcap, add missing cropcap for 417Hans Verkuil1-2/+3
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab1-1/+1
2015-10-03[media] cx231xx: fix handling cx231xx_read_i2c_data resultAndrzej Hajda1-1/+2
2015-09-03[media] cx231xx: Use wake_up_interruptible() instead of wake_up_interruptible...Steven Rostedt1-2/+2
2015-06-09[media] usb drivers: use BUG_ON() instead of if () BUGMauro Carvalho Chehab1-2/+1
2015-05-01[media] v4l2: replace s_mbus_fmt by set_fmt in bridge driversHans Verkuil1-10/+13
2015-04-02[media] cx231xx: embed video_deviceHans Verkuil1-63/+31
2015-02-26[media] cx231xx: enable the analog tuner at buffer setupMauro Carvalho Chehab1-71/+72
2015-02-26[media] cx231xx: Improve the media controller commentMauro Carvalho Chehab1-6/+7
2015-02-13[media] cx231xx: enable tuner->decoder link at videobuf startMauro Carvalho Chehab1-0/+71
2015-02-13[media] cx231xx: initialize video/vbi padsMauro Carvalho Chehab1-1/+12
2014-12-23[media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil1-1/+0
2014-11-14[media] usb: Make use of media_bus_format enumBoris BREZILLON1-2/+2
2014-11-03[media] cx231xx: Improve the log messageMauro Carvalho Chehab1-22/+22
2014-11-03[media] cx231xx: too much changes. Bump version numberMauro Carvalho Chehab1-1/+1
2014-11-03[media] cx231xx: convert from pr_foo to dev_fooMauro Carvalho Chehab1-28/+34
2014-11-03[media] cx231xx: Cleanup printk at the driverMauro Carvalho Chehab1-24/+17
2014-11-03[media] cx231xx: get rid of driver-defined printk macrosMauro Carvalho Chehab1-26/+26
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart1-2/+0
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2014-07-04[media] drivers/media: Remove useless return variablesPeter Senna Tschudin1-6/+5
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart1-3/+3
2013-06-17[media] cx231xx: the reg->size field wasn't filled inHans Verkuil1-0/+7
2013-06-17[media] cx231xx: remove g_chip_identHans Verkuil1-315/+102
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil1-1/+1
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil1-3/+3
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil1-2/+2
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil1-3/+4
2013-03-14[media] cx231xx: fix undefined function cx231xx_g_chip_ident()Gianluca Gennari1-1/+1
2013-03-05[media] cx231xx: don't reset width/height on first openHans Verkuil1-3/+0
2013-03-05[media] cx231xx-417: share ioctls with cx231xx-videoHans Verkuil1-27/+27
2013-03-05[media] cx231xx-417: use one querycap for all device nodesHans Verkuil1-3/+3
2013-03-05[media] cx231xx: improve std handlingHans Verkuil1-11/+13
2013-03-05[media] cx231xx: get rid of a bunch of unused cx231xx_fh fieldsHans Verkuil1-5/+1
2013-03-05[media] cx231xx: replace ioctl by unlocked_ioctlHans Verkuil1-1/+1
2013-03-05[media] cx231xx: remove current_norm usageHans Verkuil1-2/+1
2013-03-05[media] cx231xx: add struct v4l2_fh to get prio and event supportHans Verkuil1-5/+26
2013-03-05[media] cx231xx: convert to the control frameworkHans Verkuil1-220/+24
2013-03-05[media] cx231xx: fix vbi compliance issuesHans Verkuil1-50/+17
2013-03-05[media] cx231xx: fix frequency clampingHans Verkuil1-9/+2
2013-03-05[media] cx231xx: zero priv field and use right width in try_fmtHans Verkuil1-1/+3
2013-03-05[media] cx231xx: fix tuner compliance issuesHans Verkuil1-0/+4
2013-03-05[media] cx231xx: remove broken audio input support from the driverHans Verkuil1-44/+8