aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/pvrusb2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-16media: pvrusb2: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-08-26media: pvrusb2: fix parsing errorTong Zhang1-3/+2
2020-04-14media: usb: pvrusb2: convert to use i2c_new_client_device()Wolfram Sang1-2/+2
2020-04-14Revert "media: Kconfig: better support hybrid TV devices"Mauro Carvalho Chehab1-2/+2
2020-04-14media: Kconfig: better support hybrid TV devicesMauro Carvalho Chehab1-2/+2
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil1-2/+2
2020-01-08media: pvrusb2: Remove unneeded semicolon and add newlineMa Feng1-2/+2
2019-11-09media: pvrusb2: Fix oops on tear-down when radio support is not presentMike Isely1-2/+7
2019-08-29media: pvrusb2: qctrl.flag will be uninitlaized if cx2341x_ctrl_query() returns error codeYizhuo1-1/+1
2019-08-26media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab2-9/+9
2019-08-13media: pvrusb2: use kzalloc instead of kmalloc and memsetFuqian Huang2-4/+2
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds12-62/+343
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner43-469/+43
2019-06-13media: pvrusb2: Add Hauppauge HVR1955/1975 devicesBrad Love6-1/+233
2019-06-13media: pvrusb2: Add i2c client demod/tuner supportBrad Love2-0/+14
2019-06-13media: pvrusb2: Add multiple dvb frontend supportBrad Love3-43/+82
2019-06-05media: pvrusb2: fix null-ptr-deref in class_unregister()Kefeng Wang1-1/+2
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil1-11/+6
2019-05-28media: pvrusb2: use a different format for warningsAndrey Konovalov3-6/+6
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada1-2/+2
2019-04-22media: pvrusb2: Prevent a buffer overflowDan Carpenter2-0/+3
2019-03-29media: replace strncpy() by strscpy()Mauro Carvalho Chehab2-5/+4
2019-03-20media: Kconfig files: use the right help coding styleMauro Carvalho Chehab1-4/+4
2018-12-07media: pvrusb2: fix spelling mistake "statuss" -> "status"Colin Ian King1-1/+1
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil1-5/+8
2018-10-09media: pvrusb2: replace `printk` with `pr_*`Dafna Hirschfeld5-24/+22
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2-8/+8
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-05-28media: pvrusb2: replace pvr2_v4l2_ioctl by video_ioctl2Hans Verkuil1-52/+31
2018-05-09media: pvrusb2: delete unneeded includeJulia Lawall1-1/+0
2018-05-04media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds7-49/+37
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab1-6/+6
2018-01-03media: pvrusb2: drop unneeded newlineJulia Lawall1-1/+2
2017-12-28media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab1-1/+0
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab3-6/+5
2017-12-18media: pvrusb2: correctly return V4L2_PIX_FMT_MPEG in enum_fmtHans Verkuil1-25/+7
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab1-0/+2
2017-12-14media: merge ir_tx_z8f0811_haup and ir_rx_z8f0811_haup i2c devicesSean Young1-10/+3
2017-12-11media: pvrusb2: properly check endpoint typesAndrey Konovalov1-0/+12
2017-11-27media: annotate ->poll() instancesAl Viro1-2/+2
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+0
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-28/+36
2017-11-02media: pvrusb2: Convert timers to use timer_setup()Kees Cook1-28/+36
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-23media: fix media Kconfig help syntax issuesHans Verkuil1-1/+0
2017-08-27media: usb: make video_device constBhumika Goyal1-1/+1
2017-08-26media: usb: make i2c_adapter constBhumika Goyal1-1/+1