summaryrefslogtreecommitdiff
path: root/drivers/media/pci/bt8xx/bttv-driver.c
AgeCommit message (Expand)Author
2023-11-20media: bttv: fix use after free error due to btv->timeout timerZheng Wang
2022-04-08media: bttv: fix WARNING regression on tunerless devicesOndrej Zary
2021-06-17media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann
2020-11-27media: bttv: use generic power managementVaibhav Gupta
2020-11-27media: bt8xx: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-11-16media: media/pci: simplify the return expression of verify_window_lockLiu Shixin
2020-11-16media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann
2020-09-26media: media/pci: prevent memory leak in bttv_probeXiaolong Huang
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-24media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2019-07-22media: media/pci: don't set description for ENUM_FMTHans Verkuil
2019-06-24media: media/pci: set device_caps in struct video_deviceHans Verkuil
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-03-01media: pci: fix several typosMauro Carvalho Chehab
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-09-24media: bt8xx: Remove unnecessary self-assignmentNathan Chancellor
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-08-31media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil
2018-06-28media: bt8xx: bttv: fix spelling mistake: "culpit" -> "culprit"Colin Ian King
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab
2018-02-15[poll] annotate SAA6588_CMD_POLL usersAl Viro
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-10-31media: pci: Convert timers to use timer_setup()Kees Cook
2017-08-26media: pci: constify videobuf_queue_ops structuresArvind Yadav
2017-08-09media: bt8xx: bttv: constify pci_device_idArvind Yadav
2017-04-10[media] bt8xx: use setup_timerGeliang Tang
2016-10-21[media] bt8xx: don't break long linesMauro Carvalho Chehab
2016-08-24[media] bttv: convert g/s_crop to g/s_selectionHans Verkuil
2016-03-01[media] bttv: Width must be a multiple of 16 when capturing planar formatsHans de Goede
2016-02-01[media] bttv: Returning only value constants in two functionsMarkus Elfring
2016-02-01[media] bttv-driver, usbvision-video: use to_video_device()Geliang Tang
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab
2015-11-17[media] include/media: split I2C headers from V4L2 coreMauro Carvalho Chehab
2015-10-01[media] use v4l2_get_timestamp where possibleArnd Bergmann
2015-05-01[media] bttv: fix missing irq after reloading driverHans Verkuil
2015-05-01[media] bttv: fix indentingMauro Carvalho Chehab
2015-04-08[media] bttv: embed video_deviceHans Verkuil
2015-01-27[media] bttv: Improve TEA575x supportOndrej Zary
2015-01-27[media] bttv: Convert to generic TEA575x interfaceOndrej Zary
2014-12-23[media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil
2014-12-22[media] media: remove emacs editor variablesHans Verkuil
2014-09-03[media] bt8xx: just return 0 instead of using a varMauro Carvalho Chehab
2014-09-03[media] bttv-driver: remove an uneeded semicolonMauro Carvalho Chehab
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart