Age | Commit message (Expand) | Author | Files | Lines |
2021-06-17 | media: subdev: disallow ioctl for saa6588/davinci | Arnd Bergmann | 1 | -3/+3 |
2020-11-27 | media: bttv: use generic power management | Vaibhav Gupta | 1 | -40/+16 |
2020-11-27 | media: bt8xx: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 1 | -1/+1 |
2020-11-16 | media: media/pci: simplify the return expression of verify_window_lock | Liu Shixin | 1 | -8/+4 |
2020-11-16 | media: v4l2: allocate v4l2_clip objects early | Arnd Bergmann | 1 | -6/+2 |
2020-09-26 | media: media/pci: prevent memory leak in bttv_probe | Xiaolong Huang | 1 | -3/+10 |
2020-08-29 | media: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
2020-02-24 | media: media/pci: rename VFL_TYPE_GRABBER to _VIDEO | Hans Verkuil | 1 | -2/+2 |
2019-07-22 | media: media/pci: don't set description for ENUM_FMT | Hans Verkuil | 1 | -19/+0 |
2019-06-24 | media: media/pci: set device_caps in struct video_device | Hans Verkuil | 1 | -28/+22 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 1 | -13/+1 |
2019-03-01 | media: pci: fix several typos | Mauro Carvalho Chehab | 1 | -2/+2 |
2019-02-07 | media: videobuf: use u64 for the timestamp internally | Hans Verkuil | 1 | -5/+3 |
2018-11-20 | media: vidioc_cropcap -> vidioc_g_pixelaspect | Hans Verkuil | 1 | -7/+5 |
2018-10-31 | Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 1 | -1/+1 |
2018-09-24 | media: bt8xx: Remove unnecessary self-assignment | Nathan Chancellor | 1 | -1/+0 |
2018-09-11 | media: replace strcpy() by strscpy() | Mauro Carvalho Chehab | 1 | -2/+2 |
2018-09-11 | media: use strscpy() instead of strlcpy() | Mauro Carvalho Chehab | 1 | -3/+3 |
2018-08-31 | media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev | Hans Verkuil | 1 | -1/+1 |
2018-06-28 | media: bt8xx: bttv: fix spelling mistake: "culpit" -> "culprit" | Colin Ian King | 1 | -1/+1 |
2018-05-04 | MAINTAINERS & files: Canonize the e-mails I use at files | Mauro Carvalho Chehab | 1 | -1/+1 |
2018-02-15 | [poll] annotate SAA6588_CMD_POLL users | Al Viro | 1 | -2/+2 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -11/+11 |
2017-11-27 | media: annotate ->poll() instances | Al Viro | 1 | -4/+4 |
2017-11-27 | annotate poll_table_struct ->_key | Al Viro | 1 | -2/+2 |
2017-10-31 | media: pci: Convert timers to use timer_setup() | Kees Cook | 1 | -3/+3 |
2017-08-26 | media: pci: constify videobuf_queue_ops structures | Arvind Yadav | 1 | -1/+1 |
2017-08-09 | media: bt8xx: bttv: constify pci_device_id | Arvind Yadav | 1 | -1/+1 |
2017-04-10 | [media] bt8xx: use setup_timer | Geliang Tang | 1 | -3/+1 |
2016-10-21 | [media] bt8xx: don't break long lines | Mauro Carvalho Chehab | 1 | -4/+2 |
2016-08-24 | [media] bttv: convert g/s_crop to g/s_selection | Hans Verkuil | 1 | -20/+39 |
2016-03-01 | [media] bttv: Width must be a multiple of 16 when capturing planar formats | Hans de Goede | 1 | -6/+20 |
2016-02-01 | [media] bttv: Returning only value constants in two functions | Markus Elfring | 1 | -19/+6 |
2016-02-01 | [media] bttv-driver, usbvision-video: use to_video_device() | Geliang Tang | 1 | -1/+1 |
2015-11-17 | [media] include/media: move driver interface headers to a separate dir | Mauro Carvalho Chehab | 1 | -1/+1 |
2015-11-17 | [media] include/media: split I2C headers from V4L2 core | Mauro Carvalho Chehab | 1 | -2/+2 |
2015-10-01 | [media] use v4l2_get_timestamp where possible | Arnd Bergmann | 1 | -4/+1 |
2015-05-01 | [media] bttv: fix missing irq after reloading driver | Hans Verkuil | 1 | -0/+2 |
2015-05-01 | [media] bttv: fix indenting | Mauro Carvalho Chehab | 1 | -1/+2 |
2015-04-08 | [media] bttv: embed video_device | Hans Verkuil | 1 | -51/+22 |
2015-01-27 | [media] bttv: Improve TEA575x support | Ondrej Zary | 1 | -0/+31 |
2015-01-27 | [media] bttv: Convert to generic TEA575x interface | Ondrej Zary | 1 | -2/+4 |
2014-12-23 | [media] media: drivers shouldn't touch debug field in video_device | Hans Verkuil | 1 | -1/+0 |
2014-12-22 | [media] media: remove emacs editor variables | Hans Verkuil | 1 | -6/+0 |
2014-09-03 | [media] bt8xx: just return 0 instead of using a var | Mauro Carvalho Chehab | 1 | -2/+1 |
2014-09-03 | [media] bttv-driver: remove an uneeded semicolon | Mauro Carvalho Chehab | 1 | -1/+1 |
2014-07-04 | [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIO | Ramakrishnan Muthukrishnan | 1 | -1/+0 |
2014-05-24 | [media] v4l: subdev: Move [gs]_std operation to video ops | Laurent Pinchart | 1 | -1/+1 |
2014-01-07 | [media] videodev2: Set vb2_rect's width and height as unsigned | Ricardo Ribalda | 1 | -3/+3 |
2014-01-07 | [media] saa6588: add support for non-blocking mode | Hans Verkuil | 1 | -1/+3 |