summaryrefslogtreecommitdiff
path: root/drivers/media/usb/tm6000/tm6000-video.c
AgeCommit message (Expand)Author
2022-08-29media: tm6000: deprecate this driverHans Verkuil
2022-04-23media: remove third argument of usb_maxpacket()Vincent Mailhol
2021-09-30media: tm6000: Avoid card name truncationKees Cook
2020-11-16media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner
2020-11-16media: tm6000: Fix sizeof() mismatchesColin Ian King
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2019-07-22media: media/usb: don't set description in ENUM_FMTHans Verkuil
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil
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-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-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
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-07media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King
2017-10-27media: tm6000: cleanup trival coding style issuesMarkus Elfring
2017-08-20media: tm6000: constify videobuf_queue_ops structuresJulia Lawall
2017-07-20media: : usb: add const to v4l2_file_operations structuresBhumika Goyal
2017-04-17[media] tm6000: Fix resource freeing in 'tm6000_prepare_isoc()'Christophe JAILLET
2017-01-31[media] tm6000: Clean up file handle in open() error pathSantosh Kumar Singh
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus
2016-10-21[media] tm6000: don't break long linesMauro Carvalho Chehab
2016-08-24[media] media: usb: tm6000: tm6000-video: don't print error when allocating u...Wolfram Sang
2015-06-09[media] usb drivers: use BUG_ON() instead of if () BUGMauro Carvalho Chehab
2015-06-05[media] tm6000: remove needless checkMauro Carvalho Chehab
2015-04-02[media] tm6000: embed video_deviceHans Verkuil
2014-12-23[media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil
2014-07-17[media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart
2014-07-04[media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan
2014-05-24[media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart
2013-06-17[media] tm6000: remove deprecated current_normHans Verkuil
2013-03-24[media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil
2013-03-24[media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil
2013-03-24[media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil
2013-02-08[media] tm6000: fix an uninitialized variableHans Verkuil
2013-02-05[media] tm6000: fix G/TRY_FMTHans Verkuil
2013-02-05[media] tm6000: add poll op for radio device nodeHans Verkuil
2013-02-05[media] tm6000: set colorspace fieldHans Verkuil
2013-02-05[media] tm6000: add support for control events and prio handlingHans Verkuil