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
/
cx231xx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-05
media: cx231xx: remove redundant assignment to variable status
Colin Ian King
1
-1
/
+1
2019-10-10
media: cx231xx: remove duplicated include from cx231xx-417.c
YueHaibing
1
-1
/
+0
2019-10-07
media: delete unused proc_fs.h include
Sean Young
1
-1
/
+0
2019-10-01
media: cx231xx: convert to the vb2 framework
Hans Verkuil
7
-1109
/
+407
2019-08-26
media: usb: cx231xx-417: fix a memory leak bug
Wenwen Wang
1
-0
/
+1
2019-08-19
media: Fix various misspellings of disconnected
Geert Uytterhoeven
3
-4
/
+4
2019-07-22
media: media/usb: don't set description in ENUM_FMT
Hans Verkuil
3
-4
/
+0
2019-06-13
media: cx231xx-cards: Add Hauppauge 955Q variant
Brad Love
1
-0
/
+2
2019-06-11
Merge tag 'v5.2-rc4' into media/master
Mauro Carvalho Chehab
3
-31
/
+3
2019-06-05
media: media/usb: set device_caps in struct video_device
Hans Verkuil
1
-14
/
+14
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
3
-31
/
+3
2019-05-29
media: cx231xx-dvb: fix memory leak in dvb_fini()
Young Xiao
1
-0
/
+1
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
Thomas Gleixner
13
-169
/
+13
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-05-18
media: remove unneeded header search paths
Masahiro Yamada
1
-1
/
+0
2019-03-20
media: Kconfig files: use the right help coding style
Mauro Carvalho Chehab
1
-4
/
+4
2019-03-01
media: usb: fix several typos
Mauro Carvalho Chehab
3
-3
/
+3
2019-02-07
media: videobuf: use u64 for the timestamp internally
Hans Verkuil
3
-4
/
+4
2018-11-20
media: vidioc_cropcap -> vidioc_g_pixelaspect
Hans Verkuil
2
-12
/
+12
2018-11-20
media: cropcap/g_selection split
Hans Verkuil
2
-10
/
+48
2018-10-31
Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2
-3
/
+3
2018-10-09
media: cx231xx: fix potential sign-extension overflow on large shift
Colin Ian King
1
-1
/
+1
2018-09-11
media: replace strcpy() by strscpy()
Mauro Carvalho Chehab
2
-8
/
+9
2018-09-11
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
3
-11
/
+11
2018-08-31
media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_dev
Hans Verkuil
2
-3
/
+3
2018-08-03
media: cx231xx: fix spelling mistake: "completition" -> "completion"
Colin Ian King
2
-3
/
+3
2018-08-02
media: cx231xx: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
3
-10
/
+15
2018-07-27
media: cx231xx: don't check number of messages in the driver
Wolfram Sang
1
-2
/
+0
2018-06-27
media: cx231xx: fix RC_CORE dependency
Arnd Bergmann
1
-1
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-6
/
+6
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-05-11
media: usb: cx231xx-417: include linux/slab.h header
Anders Roxell
1
-0
/
+1
2018-05-11
media: cx231xx: Fix spelling mistake: "senario" -> "scenario"
Colin Ian King
1
-1
/
+1
2018-05-05
media: cx231xx: Fix recursive dependency
Brad Love
1
-1
/
+0
2018-05-05
media: cx231xx: remove a now unused var
Mauro Carvalho Chehab
1
-1
/
+0
2018-05-05
media: cx231xx: Add I2C_MUX dependency
Brad Love
1
-1
/
+1
2018-05-05
media: cx231xx: Remove RC_CORE dependency
Brad Love
1
-1
/
+0
2018-05-05
media: cx231xx: Remove unnecessary parameter clear
Brad Love
1
-1
/
+0
2018-05-05
media: cx231xx: Update 955Q from dvb attach to i2c device
Brad Love
1
-10
/
+11
2018-05-05
media: cx231xx: Switch to using new dvb i2c helpers
Brad Love
1
-252
/
+78
2018-05-05
media: cx231xx: Ignore an i2c mux adapter
Brad Love
1
-1
/
+1
2018-05-05
media: cx231xx: Style fix for struct zero init
Brad Love
1
-8
/
+4
2018-05-05
media: cx231xx: Use board profile values for addresses
Brad Love
1
-10
/
+9
2018-05-05
media: cx231xx: Fix several incorrect demod addresses
Brad Love
1
-3
/
+3
2018-05-04
media: cx231xx: get rid of videobuf-dvb dependency
Mauro Carvalho Chehab
3
-5
/
+5
2018-04-20
media: cx231xx: Add support for AverMedia DVD EZMaker 7
Kai-Heng Feng
1
-0
/
+3
2018-04-04
media: cx231xx: Increase USB bridge bandwidth
Brad Love
1
-1
/
+1
2018-03-21
media: add tuner standby op, use where needed
Hans Verkuil
1
-1
/
+1
2018-03-07
media: cx231xx: Add second i2c demod to Hauppauge 975
Brad Love
2
-3
/
+50
[next]