aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx/cx231xx-video.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-29media: avoid use of 'videobuf'Hans Verkuil1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-04-21media: cx231xx: Add i2c device analog tuner supportBrad Love1-13/+72
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-1/+1
2019-10-01media: cx231xx: convert to the vb2 frameworkHans Verkuil1-611/+184
2019-08-19media: Fix various misspellings of disconnectedGeert Uytterhoeven1-1/+1
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil1-2/+0
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil1-14/+14
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-13/+1
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil1-1/+1
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil1-6/+6
2018-11-20media: cropcap/g_selection splitHans Verkuil1-5/+24
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-2/+2
2018-10-09media: cx231xx: fix potential sign-extension overflow on large shiftColin Ian King1-1/+1
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-4/+5
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-9/+9
2018-08-31media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil1-2/+2
2018-03-21media: add tuner standby op, use where neededHans Verkuil1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-5/+5
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+3
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab1-1/+1
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab1-0/+2
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27annotate poll_table_struct ->_keyAl Viro1-1/+1
2017-11-07media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King1-2/+2
2017-08-20media: cx231xx: constify videobuf_queue_ops structuresJulia Lawall1-1/+1
2017-05-19[media] media drivers: annotate fall-throughMauro Carvalho Chehab1-1/+1
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_nr()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