Age | Commit message (Expand) | Author | Files | Lines |
2020-02-24 | media: media/usb: rename VFL_TYPE_GRABBER to _VIDEO | Hans Verkuil | 1 | -2/+2 |
2019-12-13 | media: Drop superfluous ioctl PCM ops | Takashi Iwai | 1 | -1/+0 |
2019-12-13 | media: tm6000: Clean up ALSA PCM API usages | Takashi Iwai | 1 | -80/+1 |
2019-10-07 | media: usb: tm6000: Use the correct style for SPDX License Identifier | Nishad Kamdar | 3 | -3/+3 |
2019-08-19 | media: Fix various misspellings of disconnected | Geert Uytterhoeven | 1 | -1/+1 |
2019-08-14 | media: tm6000: double free if usb disconnect while streaming | Sean Young | 1 | -0/+3 |
2019-07-22 | media: media/usb: don't set description in ENUM_FMT | Hans Verkuil | 2 | -5/+0 |
2019-06-11 | Merge tag 'v5.2-rc4' into media/master | Mauro Carvalho Chehab | 2 | -18/+2 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286 | Thomas Gleixner | 2 | -18/+2 |
2019-06-05 | media: media/usb: set device_caps in struct video_device | Hans Verkuil | 1 | -10/+10 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-18 | media: prefix header search paths with $(srctree)/ | Masahiro Yamada | 1 | -2/+2 |
2019-03-20 | media: Kconfig files: use the right help coding style | Mauro Carvalho Chehab | 1 | -2/+2 |
2019-03-01 | media: usb: fix several typos | Mauro Carvalho Chehab | 6 | -7/+7 |
2019-02-07 | media: videobuf: use u64 for the timestamp internally | Hans Verkuil | 1 | -1/+1 |
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-10-30 | Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 3 | -11/+12 |
2018-09-11 | media: replace strcpy() by strscpy() | Mauro Carvalho Chehab | 2 | -6/+6 |
2018-09-11 | media: use strscpy() instead of strlcpy() | Mauro Carvalho Chehab | 2 | -5/+6 |
2018-09-10 | media: tm6000: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior | 1 | -2/+3 |
2018-08-31 | media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev | Hans Verkuil | 1 | -1/+1 |
2018-07-27 | media: tm6000: don't check number of messages in the driver | Wolfram Sang | 1 | -2/+0 |
2018-06-28 | media: tm6000: add error handling for dvb_register_adapter | Zhouyang Jia | 1 | -0/+5 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -5/+8 |
2018-05-04 | MAINTAINERS & files: Canonize the e-mails I use at files | Mauro Carvalho Chehab | 7 | -7/+7 |
2018-03-23 | media: tm6000: avoid casting just to print pointer address | Mauro Carvalho Chehab | 1 | -3/+2 |
2018-03-06 | media: usb: don't initialize vars if not needed | Markus Elfring | 1 | -1/+1 |
2018-02-12 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -7/+7 |
2018-02-06 | Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 10 | -133/+52 |
2018-01-04 | media: fix usage of whitespaces and on indentation | Mauro Carvalho Chehab | 1 | -1/+1 |
2017-12-28 | media: don't include drivers/media/i2c at cflags | Mauro Carvalho Chehab | 1 | -1/+0 |
2017-12-28 | media: move dvb kAPI headers to include/media | Mauro Carvalho Chehab | 2 | -4/+3 |
2017-12-18 | media: fix SPDX comment on some header files | Mauro Carvalho Chehab | 3 | -15/+21 |
2017-12-18 | media: get rid of i2c-addr.h | Mauro Carvalho Chehab | 1 | -1/+0 |
2017-12-18 | media: v4l2-dev: convert VFL_TYPE_* into an enum | Mauro Carvalho Chehab | 1 | -0/+2 |
2017-12-11 | media: usb: add SPDX identifiers to some code I wrote | Mauro Carvalho Chehab | 9 | -137/+51 |
2017-11-28 | media: annotate ->poll() instances | Al Viro | 1 | -4/+4 |
2017-11-28 | annotate poll_table_struct ->_key | Al Viro | 1 | -1/+1 |
2017-11-16 | Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 4 | -38/+27 |
2017-11-07 | media: usb: fix spelling mistake: "synchronuously" -> "synchronously" | Colin Ian King | 2 | -4/+4 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-27 | media: tm6000: cleanup trival coding style issues | Markus Elfring | 4 | -34/+23 |
2017-08-20 | media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_* | Sean Young | 1 | -19/+19 |
2017-08-20 | media: rc-core: rename input_name to device_name | Sean Young | 1 | -1/+1 |
2017-08-20 | media: tm6000: constify videobuf_queue_ops structures | Julia Lawall | 1 | -1/+1 |
2017-08-20 | media: usb: make snd_pcm_hardware const | Bhumika Goyal | 1 | -1/+1 |
2017-08-20 | media: usb: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
2017-07-20 | media: : usb: add const to v4l2_file_operations structures | Bhumika Goyal | 1 | -1/+1 |
2017-06-06 | [media] tm6000: key_addr is unused | David Härdeman | 1 | -4/+0 |
2017-04-17 | [media] tm6000: Fix resource freeing in 'tm6000_prepare_isoc()' | Christophe JAILLET | 1 | -1/+1 |