summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/pvrusb2
AgeCommit message (Expand)AuthorFilesLines
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-8/+8
2022-08-29media: avoid use of 'videobuf'Hans Verkuil1-1/+1
2022-07-08media: pvrusb2: drop unexpected word 'a' in commentsJiang Jian1-1/+1
2022-06-20media: pvrusb2: fix memory leak in pvr_probeDongliang Mu1-0/+1
2022-05-13media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_initPavel Skripkin1-2/+5
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab1-1/+1
2021-11-30media: pvrusb2: fix inconsistent indentingHans Verkuil2-17/+20
2021-11-19media: pvrusb2: fix control-message timeoutsJohan Hovold1-4/+4
2021-09-30media: pvrusb2: Replaced simple_strtol() with kstrtoint()Liu Shixin1-23/+2
2021-09-30media: pvrusb2: Do not check for V4L2_CTRL_WHICH_DEF_VALRicardo Ribalda1-4/+0
2021-05-19media: pvrusb2: fix warning in pvr2_i2c_core_doneAnirudh Rayabharam1-2/+2
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() retur...Yizhuo1-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/mch...Linus 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/mc...Linus 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