aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/bt8xx/bttv-driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24media: media/pci: set device_caps in struct video_deviceHans Verkuil1-28/+22
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-13/+1
2019-03-01media: pci: fix several typosMauro Carvalho Chehab1-2/+2
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil1-5/+3
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil1-7/+5
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2018-09-24media: bt8xx: Remove unnecessary self-assignmentNathan Chancellor1-1/+0
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab1-2/+2
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab1-3/+3
2018-08-31media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil1-1/+1
2018-06-28media: bt8xx: bttv: fix spelling mistake: "culpit" -> "culprit"Colin Ian King1-1/+1
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab1-1/+1
2018-02-15[poll] annotate SAA6588_CMD_POLL usersAl Viro1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-11/+11
2017-11-27media: annotate ->poll() instancesAl Viro1-4/+4
2017-11-27annotate poll_table_struct ->_keyAl Viro1-2/+2
2017-10-31media: pci: Convert timers to use timer_setup()Kees Cook1-3/+3
2017-08-26media: pci: constify videobuf_queue_ops structuresArvind Yadav1-1/+1
2017-08-09media: bt8xx: bttv: constify pci_device_idArvind Yadav1-1/+1
2017-04-10[media] bt8xx: use setup_timerGeliang Tang1-3/+1
2016-10-21[media] bt8xx: don't break long linesMauro Carvalho Chehab1-4/+2
2016-08-24[media] bttv: convert g/s_crop to g/s_selectionHans Verkuil1-20/+39
2016-03-01[media] bttv: Width must be a multiple of 16 when capturing planar formatsHans de Goede1-6/+20
2016-02-01[media] bttv: Returning only value constants in two functionsMarkus Elfring1-19/+6
2016-02-01[media] bttv-driver, usbvision-video: use to_video_device()Geliang Tang1-1/+1
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab1-1/+1
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab1-2/+2
2015-10-01[media] use v4l2_get_timestamp where possibleArnd Bergmann1-4/+1
2015-05-01[media] bttv: fix missing irq after reloading driverHans Verkuil1-0/+2
2015-05-01[media] bttv: fix indentingMauro Carvalho Chehab1-1/+2
2015-04-08[media] bttv: embed video_deviceHans Verkuil1-51/+22
2015-01-27[media] bttv: Improve TEA575x supportOndrej Zary1-0/+31
2015-01-27[media] bttv: Convert to generic TEA575x interfaceOndrej Zary1-2/+4
2014-12-23[media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil1-1/+0
2014-12-22[media] media: remove emacs editor variablesHans Verkuil1-6/+0
2014-09-03[media] bt8xx: just return 0 instead of using a varMauro Carvalho Chehab1-2/+1
2014-09-03[media] bttv-driver: remove an uneeded semicolonMauro Carvalho Chehab1-1/+1
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan1-1/+0
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart1-1/+1
2014-01-07[media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda1-3/+3
2014-01-07[media] saa6588: add support for non-blocking modeHans Verkuil1-1/+3
2013-11-29[media] bttv: don't setup the controls if there are no video devicesHans Verkuil1-1/+2
2013-10-17[media] misc drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-06-17[media] bttv: fix querystdHans Verkuil1-2/+2
2013-06-17[media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do soHans Verkuil1-38/+0
2013-05-27[media] media: pci: remove duplicate checks for EPERMLad, Prabhakar1-6/+0
2013-04-01Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab1-5/+15
2013-03-26[media] [REGRESSION] bt8xx: Fix too large height in cropcapHans de Goede1-5/+15
2013-03-24[media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil1-3/+2
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil1-3/+3