summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/tm6000/tm6000-video.c
Commit message (Expand)AuthorAgeFilesLines
* media: Bulk remove BUG_ON(in_interrupt())Thomas Gleixner2020-11-161-2/+0
* media: tm6000: Fix sizeof() mismatchesColin Ian King2020-11-161-2/+3
* media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-2/+2
* media: media/usb: don't set description in ENUM_FMTHans Verkuil2019-07-221-4/+0
* media: media/usb: set device_caps in struct video_deviceHans Verkuil2019-06-051-10/+10
* media: usb: fix several typosMauro Carvalho Chehab2019-03-011-1/+1
* media: videobuf: use u64 for the timestamp internallyHans Verkuil2019-02-071-1/+1
* Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-311-1/+1
|\
| * media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil2018-08-311-1/+1
* | Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-10-291-6/+7
|\ \
| * | media: replace strcpy() by strscpy()Mauro Carvalho Chehab2018-09-111-3/+3
| * | media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-111-3/+4
| |/
* / media: tm6000: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-09-101-2/+3
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-5/+8
* MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab2018-05-041-1/+1
* media: tm6000: avoid casting just to print pointer addressMauro Carvalho Chehab2018-03-231-3/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-7/+7
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-061-17/+9
|\
| * media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab2017-12-181-0/+2
| * media: usb: add SPDX identifiers to some code I wroteMauro Carvalho Chehab2017-12-111-17/+7
* | media: annotate ->poll() instancesAl Viro2017-11-271-4/+4
* | annotate poll_table_struct ->_keyAl Viro2017-11-271-1/+1
|/
* media: usb: fix spelling mistake: "synchronuously" -> "synchronously"Colin Ian King2017-11-071-2/+2
* media: tm6000: cleanup trival coding style issuesMarkus Elfring2017-10-271-12/+5
* media: tm6000: constify videobuf_queue_ops structuresJulia Lawall2017-08-201-1/+1
* media: : usb: add const to v4l2_file_operations structuresBhumika Goyal2017-07-201-1/+1
* [media] tm6000: Fix resource freeing in 'tm6000_prepare_isoc()'Christophe JAILLET2017-04-171-1/+1
* [media] tm6000: Clean up file handle in open() error pathSantosh Kumar Singh2017-01-311-1/+4
* [media] media: Drop FSF's postal address from the source code filesSakari Ailus2017-01-271-4/+0
* [media] tm6000: don't break long linesMauro Carvalho Chehab2016-10-211-10/+8
* [media] media: usb: tm6000: tm6000-video: don't print error when allocating u...Wolfram Sang2016-08-241-1/+0
* [media] usb drivers: use BUG_ON() instead of if () BUGMauro Carvalho Chehab2015-06-091-2/+1
* [media] tm6000: remove needless checkMauro Carvalho Chehab2015-06-051-1/+1
* [media] tm6000: embed video_deviceHans Verkuil2015-04-021-44/+15
* [media] media: drivers shouldn't touch debug field in video_deviceHans Verkuil2014-12-231-2/+1
* [media] v4l: Support extending the v4l2_pix_format structureLaurent Pinchart2014-07-171-2/+0
* [media] media: remove the setting of the flag V4L2_FL_USE_FH_PRIORamakrishnan Muthukrishnan2014-07-041-1/+0
* [media] v4l: subdev: Move [gs]_std operation to video opsLaurent Pinchart2014-05-241-1/+1
* [media] tm6000: remove deprecated current_normHans Verkuil2013-06-171-2/+11
* [media] v4l2: pass std by value to the write-only s_std ioctlHans Verkuil2013-03-241-3/+3
* [media] v4l2: add const to argument of write-only s_tuner ioctlHans Verkuil2013-03-241-6/+2
* [media] v4l2: add const to argument of write-only s_frequency ioctlHans Verkuil2013-03-241-1/+1
* [media] tm6000: fix an uninitialized variableHans Verkuil2013-02-081-4/+4
* [media] tm6000: fix G/TRY_FMTHans Verkuil2013-02-051-6/+3
* [media] tm6000: add poll op for radio device nodeHans Verkuil2013-02-051-0/+1
* [media] tm6000: set colorspace fieldHans Verkuil2013-02-051-0/+2
* [media] tm6000: add support for control events and prio handlingHans Verkuil2013-02-051-8/+23
* [media] tm6000: convert to the control frameworkHans Verkuil2013-02-051-167/+65
* [media] tm6000: fix querycap and input/tuner compliance issuesHans Verkuil2013-02-051-116/+31
* [media] v4l: Convert drivers to use monotonic timestampsSakari Ailus2012-12-211-1/+1