summaryrefslogtreecommitdiff
path: root/drivers/media/pci/bt8xx/bttv-driver.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard1-1/+1
2023-12-09media: bttv: add back vbi hackHans Verkuil1-0/+21
2023-12-09media: bttv: start_streaming should return a proper error codeHans Verkuil1-4/+2
2023-09-27media: bttv: fix use after free error due to btv->timeout timerZheng Wang1-0/+1
2023-08-14media: bttv: convert to vb2Deborah Brouwer1-572/+257
2023-08-14media: bttv: move vbi_skip/vbi_count out of bufferDeborah Brouwer1-0/+2
2023-08-14media: bttv: remove crop info from bttv_bufferDeborah Brouwer1-5/+5
2023-08-14media: bttv: remove tvnorm field from bttv_bufferDeborah Brouwer1-2/+2
2023-08-14media: bttv: remove format field from bttv_bufferDeborah Brouwer1-2/+1
2023-08-14media: bttv: move do_crop flag out of bttv_fhDeborah Brouwer1-15/+9
2023-08-14media: bttv: copy vbi_fmt from bttv_fhDeborah Brouwer1-2/+4
2023-08-14media: bttv: copy vid fmt/width/height from fhDeborah Brouwer1-17/+17
2023-08-14media: bttv: radio use v4l2_fh instead of bttv_fhDeborah Brouwer1-27/+10
2023-08-14media: bttv: replace BUG with WARN_ONDeborah Brouwer1-5/+5
2023-08-14media: bttv: use video_drvdata to get bttvDeborah Brouwer1-49/+28
2023-03-20media: bttv: drop overlay supportHans Verkuil1-427/+9
2022-04-24media: v4l: ioctl: Set bus_info in v4l_querycap()Sakari Ailus1-2/+0
2022-01-23media: bttv: fix WARNING regression on tunerless devicesOndrej Zary1-2/+2
2021-12-07media: bttv: use DEVICE_ATTR_RO() helper macroZhen Lei1-2/+2
2021-06-17media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann1-3/+3
2020-11-27media: bttv: use generic power managementVaibhav Gupta1-40/+16
2020-11-27media: bt8xx: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-1/+1
2020-11-16media: media/pci: simplify the return expression of verify_window_lockLiu Shixin1-8/+4
2020-11-16media: v4l2: allocate v4l2_clip objects earlyArnd Bergmann1-6/+2
2020-09-26media: media/pci: prevent memory leak in bttv_probeXiaolong Huang1-3/+10
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-02-24media: media/pci: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2019-07-22media: media/pci: don't set description for ENUM_FMTHans Verkuil1-19/+0
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/mc...Linus 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-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-11/+11
2017-11-28media: annotate ->poll() instancesAl Viro1-4/+4
2017-11-28annotate 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