summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/bt8xx/bttv-driver.c
Commit message (Expand)AuthorAgeFilesLines
* media: media/pci: set device_caps in struct video_deviceHans Verkuil2019-06-241-28/+22Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-13/+1Star
* media: pci: fix several typosMauro Carvalho Chehab2019-03-011-2/+2
* media: videobuf: use u64 for the timestamp internallyHans Verkuil2019-02-071-5/+3Star
* media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil2018-11-201-7/+5Star
* Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-311-1/+1
|\
| * media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil2018-08-311-1/+1
* | media: bt8xx: Remove unnecessary self-assignmentNathan Chancellor2018-09-241-1/+0Star
* | media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-2/+2
* | media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-3/+3
|/
* media: bt8xx: bttv: fix spelling mistake: "culpit" -> "culprit"Colin Ian King2018-06-281-1/+1
* MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab2018-05-041-1/+1
* [poll] annotate SAA6588_CMD_POLL usersAl Viro2018-02-151-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-11/+11
* media: annotate ->poll() instancesAl Viro2017-11-271-4/+4
* annotate poll_table_struct ->_keyAl Viro2017-11-271-2/+2
* media: pci: Convert timers to use timer_setup()Kees Cook2017-10-311-3/+3
* media: pci: constify videobuf_queue_ops structuresArvind Yadav2017-08-261-1/+1
* media: bt8xx: bttv: constify pci_device_idArvind Yadav2017-08-091-1/+1
* [media] bt8xx: use setup_timerGeliang Tang2017-04-101-3/+1Star
* [media] bt8xx: don't break long linesMauro Carvalho Chehab2016-10-211-4/+2Star
* [media] bttv: convert g/s_crop to g/s_selectionHans Verkuil2016-08-241-20/+39
* [media] bttv: Width must be a multiple of 16 when capturing planar formatsHans de Goede2016-03-011-6/+20
* [media] bttv: Returning only value constants in two functionsMarkus Elfring2016-02-011-19/+6Star
* [media] bttv-driver, usbvision-video: use to_video_device()Geliang Tang2016-02-011-1/+1
* [media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab2015-11-171-1/+1
* [media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab2015-11-171-2/+2
* [media] use v4l2_get_timestamp where possibleArnd Bergmann2015-10-011-4/+1Star
* [media] bttv: fix missing irq after reloading driverHans Verkuil2015-05-011-0/+2
* [media] bttv: fix indentingMauro Carvalho Chehab2015-05-011-1/+2
* [media] bttv: embed video_deviceHans Verkuil2015-04-081-51/+22Star
* [media] bttv: Improve TEA575x supportOndrej Zary2015-01-271-0/+31
* [media] bttv: Convert to generic TEA575x interfaceOndrej Zary2015-01-271-2/+4
* [media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil2014-12-231-1/+0Star
* [media] media: remove emacs editor variablesHans Verkuil2014-12-221-6/+0Star
* [media] bt8xx: just return 0 instead of using a varMauro Carvalho Chehab2014-09-031-2/+1Star
* [media] bttv-driver: remove an uneeded semicolonMauro Carvalho Chehab2014-09-031-1/+1
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0Star
* [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-241-1/+1
* [media] videodev2: Set vb2_rect's width and height as unsignedRicardo Ribalda2014-01-071-3/+3
* [media] saa6588: add support for non-blocking modeHans Verkuil2014-01-071-1/+3
* [media] bttv: don't setup the controls if there are no video devicesHans Verkuil2013-11-291-1/+2
* [media] misc drivers: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-10-171-1/+1
* [media] bttv: fix querystdHans Verkuil2013-06-171-2/+2
* [media] v4l2: remove g_chip_ident from bridge drivers where it is easy to do soHans Verkuil2013-06-171-38/+0Star
* [media] media: pci: remove duplicate checks for EPERMLad, Prabhakar2013-05-271-6/+0Star
* Merge tag 'v3.9-rc5' into patchworkMauro Carvalho Chehab2013-04-011-5/+15
|\
| * [media] [REGRESSION] bt8xx: Fix too large height in cropcapHans de Goede2013-03-261-5/+15
* | [media] v4l2: add const to argument of write-only s_register ioctlHans Verkuil2013-03-241-3/+2Star
* | [media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil2013-03-241-3/+3