| Commit message (Expand) | Author | Age | Files | Lines |
* | media: bt8xx: make bttv_sub_bus_type const | Ricardo B. Marliere | 2024-02-16 | 2 | -2/+2 |
* | media: videobuf2: core: Rename min_buffers_needed field in vb2_queue | Benjamin Gaignard | 2023-12-13 | 1 | -1/+1 |
* | media: bttv: add back vbi hack | Hans Verkuil | 2023-12-09 | 1 | -0/+21 |
* | media: bttv: start_streaming should return a proper error code | Hans Verkuil | 2023-12-09 | 2 | -9/+5 |
* | media: bt8xx: make read-only arrays static | Colin Ian King | 2023-09-27 | 1 | -5/+9 |
* | media: bttv: Add MODULE_FIRMWARE macro | Juerg Haefliger | 2023-09-27 | 1 | -0/+1 |
* | media: bttv: fix use after free error due to btv->timeout timer | Zheng Wang | 2023-09-27 | 1 | -0/+1 |
* | media: bt8xx: bttv_risc_packed(): remove field checks | Hans Verkuil | 2023-09-14 | 1 | -3/+1 |
* | media: dvb: symbol fixup for dvb_attach() | Greg Kroah-Hartman | 2023-09-09 | 2 | -2/+2 |
* | media: bttv: convert to vb2 | Deborah Brouwer | 2023-08-14 | 6 | -896/+542 |
* | media: bttv: use audio defaults for winfast2000 | Deborah Brouwer | 2023-08-14 | 1 | -9/+1 |
* | media: bttv: refactor bttv_set_dma() | Deborah Brouwer | 2023-08-14 | 2 | -41/+71 |
* | media: bttv: move vbi_skip/vbi_count out of buffer | Deborah Brouwer | 2023-08-14 | 4 | -12/+17 |
* | media: bttv: remove crop info from bttv_buffer | Deborah Brouwer | 2023-08-14 | 3 | -12/+11 |
* | media: bttv: remove tvnorm field from bttv_buffer | Deborah Brouwer | 2023-08-14 | 3 | -4/+3 |
* | media: bttv: remove format field from bttv_buffer | Deborah Brouwer | 2023-08-14 | 3 | -29/+27 |
* | media: bttv: move do_crop flag out of bttv_fh | Deborah Brouwer | 2023-08-14 | 2 | -18/+11 |
* | media: bttv: copy vbi_fmt from bttv_fh | Deborah Brouwer | 2023-08-14 | 3 | -8/+12 |
* | media: bttv: copy vid fmt/width/height from fh | Deborah Brouwer | 2023-08-14 | 2 | -17/+20 |
* | media: bttv: radio use v4l2_fh instead of bttv_fh | Deborah Brouwer | 2023-08-14 | 1 | -27/+10 |
* | media: bttv: replace BUG with WARN_ON | Deborah Brouwer | 2023-08-14 | 3 | -12/+12 |
* | media: bttv: use video_drvdata to get bttv | Deborah Brouwer | 2023-08-14 | 2 | -53/+32 |
* | media: pci: remove unnecessary (void*) conversions | Su Hui | 2023-05-25 | 1 | -1/+1 |
* | media: bttv: drop overlay support | Hans Verkuil | 2023-03-20 | 7 | -763/+11 |
* | bttv: remove unused tea5757_set_freq declaration | Gaosheng Cui | 2022-10-24 | 1 | -1/+0 |
* | media: v4l: ioctl: Set bus_info in v4l_querycap() | Sakari Ailus | 2022-04-24 | 1 | -2/+0 |
* | media: Kconfig: cleanup VIDEO_DEV dependencies | Mauro Carvalho Chehab | 2022-03-18 | 1 | -1/+1 |
* | media: bttv: fix WARNING regression on tunerless devices | Ondrej Zary | 2022-01-23 | 1 | -2/+2 |
* | media: bttv: use DEVICE_ATTR_RO() helper macro | Zhen Lei | 2021-12-07 | 1 | -2/+2 |
* | bus: Make remove callback return void | Uwe Kleine-König | 2021-07-21 | 1 | -2/+1 |
* | media: subdev: disallow ioctl for saa6588/davinci | Arnd Bergmann | 2021-06-17 | 1 | -3/+3 |
* | media: bt8xx: Fix a missing check bug in bt878_probe | Zheyu Ma | 2021-06-02 | 1 | -0/+3 |
* | media: bt878: do not schedule tasklet when it is not setup | Tong Zhang | 2021-06-02 | 1 | -1/+2 |
* | media: drivers/media/pci/bt8xx/bttv-cards: fix typos | Xiaofeng Cao | 2021-04-06 | 1 | -10/+10 |
* | media: bttv: use generic power management | Vaibhav Gupta | 2020-11-27 | 1 | -40/+16 |
* | media: bt8xx: avoid a useless memset | Christophe JAILLET | 2020-11-27 | 1 | -1/+0 |
* | media: bt8xx: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2020-11-27 | 3 | -11/+11 |
* | media: media/pci: simplify the return expression of verify_window_lock | Liu Shixin | 2020-11-16 | 1 | -8/+4 |
* | media: Bulk remove BUG_ON(in_interrupt()) | Thomas Gleixner | 2020-11-16 | 1 | -1/+0 |
* | media: bttv: use semicolons rather than commas to separate statements | Julia Lawall | 2020-11-16 | 1 | -2/+4 |
* | media: v4l2: allocate v4l2_clip objects early | Arnd Bergmann | 2020-11-16 | 1 | -6/+2 |
* | media: media/pci: prevent memory leak in bttv_probe | Xiaolong Huang | 2020-09-26 | 1 | -3/+10 |
* | media: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-29 | 1 | -1/+1 |
* | media: bt8xx: convert tasklets to use new tasklet_setup() API | Allen Pais | 2020-08-29 | 1 | -3/+4 |
* | mm: reorder includes after introduction of linux/pgtable.h | Mike Rapoport | 2020-06-09 | 3 | -3/+3 |
* | mm: introduce include/linux/pgtable.h | Mike Rapoport | 2020-06-09 | 3 | -3/+3 |
* | Revert "media: Kconfig: better support hybrid TV devices" | Mauro Carvalho Chehab | 2020-04-14 | 1 | -2/+3 |
* | media: docs: move user-facing docs to the admin guide | Mauro Carvalho Chehab | 2020-04-14 | 1 | -1/+1 |
* | media: Kconfig: better support hybrid TV devices | Mauro Carvalho Chehab | 2020-04-14 | 1 | -3/+2 |
* | media: media/pci: rename VFL_TYPE_GRABBER to _VIDEO | Hans Verkuil | 2020-02-24 | 1 | -2/+2 |