Age | Commit message (Expand) | Author |
2024-11-11 | Merge tag 'v6.12-rc7' into __tmp-hansg-linux-tags_media_atomisp_6_13_1 | Mauro Carvalho Chehab |
2024-10-28 | media: pci: drop vb2_ops_wait_prepare/finish | Hans Verkuil |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro |
2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman |
2024-06-21 | media: Convert from tasklet to BH workqueue | Allen Pais |
2024-06-15 | media: pci: add missing MODULE_DESCRIPTION() macros | Jeff Johnson |
2024-02-16 | media: bt8xx: make bttv_sub_bus_type const | Ricardo B. Marliere |
2023-12-13 | media: videobuf2: core: Rename min_buffers_needed field in vb2_queue | Benjamin Gaignard |
2023-12-09 | media: bttv: add back vbi hack | Hans Verkuil |
2023-12-09 | media: bttv: start_streaming should return a proper error code | Hans Verkuil |
2023-09-27 | media: bt8xx: make read-only arrays static | Colin Ian King |
2023-09-27 | media: bttv: Add MODULE_FIRMWARE macro | Juerg Haefliger |
2023-09-27 | media: bttv: fix use after free error due to btv->timeout timer | Zheng Wang |
2023-09-14 | media: bt8xx: bttv_risc_packed(): remove field checks | Hans Verkuil |
2023-09-09 | media: dvb: symbol fixup for dvb_attach() | Greg Kroah-Hartman |
2023-08-14 | media: bttv: convert to vb2 | Deborah Brouwer |
2023-08-14 | media: bttv: use audio defaults for winfast2000 | Deborah Brouwer |
2023-08-14 | media: bttv: refactor bttv_set_dma() | Deborah Brouwer |
2023-08-14 | media: bttv: move vbi_skip/vbi_count out of buffer | Deborah Brouwer |
2023-08-14 | media: bttv: remove crop info from bttv_buffer | Deborah Brouwer |
2023-08-14 | media: bttv: remove tvnorm field from bttv_buffer | Deborah Brouwer |
2023-08-14 | media: bttv: remove format field from bttv_buffer | Deborah Brouwer |
2023-08-14 | media: bttv: move do_crop flag out of bttv_fh | Deborah Brouwer |
2023-08-14 | media: bttv: copy vbi_fmt from bttv_fh | Deborah Brouwer |
2023-08-14 | media: bttv: copy vid fmt/width/height from fh | Deborah Brouwer |
2023-08-14 | media: bttv: radio use v4l2_fh instead of bttv_fh | Deborah Brouwer |
2023-08-14 | media: bttv: replace BUG with WARN_ON | Deborah Brouwer |
2023-08-14 | media: bttv: use video_drvdata to get bttv | Deborah Brouwer |
2023-05-25 | media: pci: remove unnecessary (void*) conversions | Su Hui |
2023-03-20 | media: bttv: drop overlay support | Hans Verkuil |
2022-10-24 | bttv: remove unused tea5757_set_freq declaration | Gaosheng Cui |
2022-04-24 | media: v4l: ioctl: Set bus_info in v4l_querycap() | Sakari Ailus |
2022-03-18 | media: Kconfig: cleanup VIDEO_DEV dependencies | Mauro Carvalho Chehab |
2022-01-23 | media: bttv: fix WARNING regression on tunerless devices | Ondrej Zary |
2021-12-07 | media: bttv: use DEVICE_ATTR_RO() helper macro | Zhen Lei |
2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König |
2021-06-17 | media: subdev: disallow ioctl for saa6588/davinci | Arnd Bergmann |
2021-06-02 | media: bt8xx: Fix a missing check bug in bt878_probe | Zheyu Ma |
2021-06-02 | media: bt878: do not schedule tasklet when it is not setup | Tong Zhang |
2021-04-06 | media: drivers/media/pci/bt8xx/bttv-cards: fix typos | Xiaofeng Cao |
2020-11-27 | media: bttv: use generic power management | Vaibhav Gupta |
2020-11-27 | media: bt8xx: avoid a useless memset | Christophe JAILLET |
2020-11-27 | media: bt8xx: switch from 'pci_' to 'dma_' API | Christophe JAILLET |
2020-11-16 | media: media/pci: simplify the return expression of verify_window_lock | Liu Shixin |
2020-11-16 | media: Bulk remove BUG_ON(in_interrupt()) | Thomas Gleixner |
2020-11-16 | media: bttv: use semicolons rather than commas to separate statements | Julia Lawall |
2020-11-16 | media: v4l2: allocate v4l2_clip objects early | Arnd Bergmann |
2020-09-26 | media: media/pci: prevent memory leak in bttv_probe | Xiaolong Huang |
2020-08-29 | media: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |