index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
/
tm6000
/
tm6000-video.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-23
media: remove third argument of usb_maxpacket()
Vincent Mailhol
1
-1
/
+1
2021-09-30
media: tm6000: Avoid card name truncation
Kees Cook
1
-2
/
+1
2020-11-16
media: Bulk remove BUG_ON(in_interrupt())
Thomas Gleixner
1
-2
/
+0
2020-11-16
media: tm6000: Fix sizeof() mismatches
Colin Ian King
1
-2
/
+3
2020-02-24
media: media/usb: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
1
-2
/
+2
2019-07-22
media: media/usb: don't set description in ENUM_FMT
Hans Verkuil
1
-4
/
+0
2019-06-05
media: media/usb: set device_caps in struct video_device
Hans Verkuil
1
-10
/
+10
2019-03-01
media: usb: fix several typos
Mauro Carvalho Chehab
1
-1
/
+1
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-29
Merge tag 'media/v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
1
-6
/
+7
2018-09-11
media: replace strcpy() by strscpy()
Mauro Carvalho Chehab
1
-3
/
+3
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
1
-3
/
+4
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-06-12
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
1
-1
/
+1
2018-03-23
media: tm6000: avoid casting just to print pointer address
Mauro Carvalho Chehab
1
-3
/
+2
2018-02-11
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
1
-17
/
+9
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
1
-17
/
+7
2017-11-27
media: annotate ->poll() instances
Al Viro
1
-4
/
+4
2017-11-27
annotate poll_table_struct ->_key
Al Viro
1
-1
/
+1
2017-11-07
media: usb: fix spelling mistake: "synchronuously" -> "synchronously"
Colin Ian King
1
-2
/
+2
2017-10-27
media: tm6000: cleanup trival coding style issues
Markus Elfring
1
-12
/
+5
2017-08-20
media: tm6000: constify videobuf_queue_ops structures
Julia Lawall
1
-1
/
+1
2017-07-20
media: : usb: add const to v4l2_file_operations structures
Bhumika Goyal
1
-1
/
+1
2017-04-17
[media] tm6000: Fix resource freeing in 'tm6000_prepare_isoc()'
Christophe JAILLET
1
-1
/
+1
2017-01-31
[media] tm6000: Clean up file handle in open() error path
Santosh Kumar Singh
1
-1
/
+4
2017-01-27
[media] media: Drop FSF's postal address from the source code files
Sakari Ailus
1
-4
/
+0
2016-10-21
[media] tm6000: don't break long lines
Mauro Carvalho Chehab
1
-10
/
+8
2016-08-24
[media] media: usb: tm6000: tm6000-video: don't print error when allocating u...
Wolfram Sang
1
-1
/
+0
2015-06-09
[media] usb drivers: use BUG_ON() instead of if () BUG
Mauro Carvalho Chehab
1
-2
/
+1
2015-06-05
[media] tm6000: remove needless check
Mauro Carvalho Chehab
1
-1
/
+1
2015-04-02
[media] tm6000: embed video_device
Hans Verkuil
1
-44
/
+15
2014-12-23
[media] media: drivers shouldn't touch debug field in video_device
Hans Verkuil
1
-2
/
+1
2014-07-17
[media] v4l: Support extending the v4l2_pix_format structure
Laurent Pinchart
1
-2
/
+0
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
2013-06-17
[media] tm6000: remove deprecated current_norm
Hans Verkuil
1
-2
/
+11
2013-03-24
[media] v4l2: pass std by value to the write-only s_std ioctl
Hans Verkuil
1
-3
/
+3
2013-03-24
[media] v4l2: add const to argument of write-only s_tuner ioctl
Hans Verkuil
1
-6
/
+2
2013-03-24
[media] v4l2: add const to argument of write-only s_frequency ioctl
Hans Verkuil
1
-1
/
+1
2013-02-08
[media] tm6000: fix an uninitialized variable
Hans Verkuil
1
-4
/
+4
2013-02-05
[media] tm6000: fix G/TRY_FMT
Hans Verkuil
1
-6
/
+3
2013-02-05
[media] tm6000: add poll op for radio device node
Hans Verkuil
1
-0
/
+1
2013-02-05
[media] tm6000: set colorspace field
Hans Verkuil
1
-0
/
+2
2013-02-05
[media] tm6000: add support for control events and prio handling
Hans Verkuil
1
-8
/
+23
2013-02-05
[media] tm6000: convert to the control framework
Hans Verkuil
1
-167
/
+65
[next]