aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/tm6000
AgeCommit message (Expand)Author
2022-08-29media: tm6000: deprecate this driverHans Verkuil
2022-08-29media: tm6000: Fix typo 'the the' in commentSlark Xiao
2022-04-23media: remove third argument of usb_maxpacket()Vincent Mailhol
2022-03-12media: xc2028: rename the driver from tuner-xc2028Mauro Carvalho Chehab
2021-09-30media: tm6000: Avoid card name truncationKees Cook
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2021-01-12media: tm6000: Fix memleak in tm6000_start_streamDinghao Liu
2020-11-16media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner
2020-11-16media: tm6000: Fix sizeof() mismatchesColin Ian King
2020-09-01tm6000: drop unnecessary list_emptyJulia Lawall
2020-08-29media: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2019-12-13media: Drop superfluous ioctl PCM opsTakashi Iwai
2019-12-13media: tm6000: Clean up ALSA PCM API usagesTakashi Iwai
2019-10-07media: usb: tm6000: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-08-19media: Fix various misspellings of disconnectedGeert Uytterhoeven
2019-08-14media: tm6000: double free if usb disconnect while streamingSean Young
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil
2019-06-11Merge tag 'v5.2-rc4' into media/masterMauro Carvalho Chehab
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab
2019-03-01media: usb: fix several typosMauro Carvalho Chehab
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-10-29Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-09-10media: tm6000: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-08-31media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil
2018-07-27media: tm6000: don't check number of messages in the driverWolfram Sang
2018-06-28media: tm6000: add error handling for dvb_register_adapterZhouyang Jia
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab
2018-03-23media: tm6000: avoid casting just to print pointer addressMauro Carvalho Chehab
2018-03-06media: usb: don't initialize vars if not neededMarkus Elfring
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab
2017-12-28media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab
2017-12-18media: fix SPDX comment on some header filesMauro Carvalho Chehab
2017-12-18media: get rid of i2c-addr.hMauro Carvalho Chehab
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab
2017-12-11media: usb: add SPDX identifiers to some code I wroteMauro Carvalho Chehab
2017-11-27media: annotate ->poll() instancesAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds