summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/bt8xx/bttv-driver.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard2023-12-131-1/+1
* media: bttv: add back vbi hackHans Verkuil2023-12-091-0/+21
* media: bttv: start_streaming should return a proper error codeHans Verkuil2023-12-091-4/+2
* media: bttv: fix use after free error due to btv->timeout timerZheng Wang2023-09-271-0/+1
* media: bttv: convert to vb2Deborah Brouwer2023-08-141-572/+257
* media: bttv: move vbi_skip/vbi_count out of bufferDeborah Brouwer2023-08-141-0/+2
* media: bttv: remove crop info from bttv_bufferDeborah Brouwer2023-08-141-5/+5
* media: bttv: remove tvnorm field from bttv_bufferDeborah Brouwer2023-08-141-2/+2
* media: bttv: remove format field from bttv_bufferDeborah Brouwer2023-08-141-2/+1
* media: bttv: move do_crop flag out of bttv_fhDeborah Brouwer2023-08-141-15/+9
* media: bttv: copy vbi_fmt from bttv_fhDeborah Brouwer2023-08-141-2/+4
* media: bttv: copy vid fmt/width/height from fhDeborah Brouwer2023-08-141-17/+17
* media: bttv: radio use v4l2_fh instead of bttv_fhDeborah Brouwer2023-08-141-27/+10
* media: bttv: replace BUG with WARN_ONDeborah Brouwer2023-08-141-5/+5
* media: bttv: use video_drvdata to get bttvDeborah Brouwer2023-08-141-49/+28
* media: bttv: drop overlay supportHans Verkuil2023-03-201-427/+9
* media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus2022-04-241-2/+0
* media: bttv: fix WARNING regression on tunerless devicesOndrej Zary2022-01-231-2/+2
* media: bttv: use DEVICE_ATTR_RO() helper macroZhen Lei2021-12-071-2/+2
* media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann2021-06-171-3/+3
* media: bttv: use generic power managementVaibhav Gupta2020-11-271-40/+16
* media: bt8xx: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-11-271-1/+1
* media: media/pci: simplify the return expression of verify_window_lockLiu Shixin2020-11-161-8/+4
* media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann2020-11-161-6/+2
* media: media/pci: prevent memory leak in bttv_probeXiaolong Huang2020-09-261-3/+10
* media: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-291-1/+1
* media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-2/+2
* media: media/pci: don't set description for ENUM_FMTHans Verkuil2019-07-221-19/+0
* media: media/pci: set device_caps in struct video_deviceHans Verkuil2019-06-241-28/+22
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-13/+1
* media: pci: fix several typosMauro Carvalho Chehab2019-03-011-2/+2
* media: videobuf: use u64 for the timestamp internallyHans Verkuil2019-02-071-5/+3
* media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil2018-11-201-7/+5
* 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/+0
* | 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/+1
* [media] bt8xx: don't break long linesMauro Carvalho Chehab2016-10-211-4/+2
* [media] bttv: convert g/s_crop to g/s_selectionHans Verkuil2016-08-241-20/+39