summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/pvrusb2
Commit message (Expand)AuthorAgeFilesLines
* media: pvrusb2: fix DVB_CORE dependencyArnd Bergmann2023-05-131-0/+1
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-273-64/+29
|\
| * media: pvrusb2: clean up unneeded complexity in pvrusb2 class logicGreg Kroah-Hartman2023-03-313-64/+29
* | media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbolsTom Rix2023-03-191-1/+1
|/
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-8/+8
* media: avoid use of 'videobuf'Hans Verkuil2022-08-291-1/+1
* media: pvrusb2: drop unexpected word 'a' in commentsJiang Jian2022-07-081-1/+1
* media: pvrusb2: fix memory leak in pvr_probeDongliang Mu2022-06-201-0/+1
* media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_initPavel Skripkin2022-05-131-2/+5
* media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab2022-03-181-1/+1
* media: pvrusb2: fix inconsistent indentingHans Verkuil2021-11-302-17/+20
* media: pvrusb2: fix control-message timeoutsJohan Hovold2021-11-191-4/+4
* media: pvrusb2: Replaced simple_strtol() with kstrtoint()Liu Shixin2021-09-301-23/+2
* media: pvrusb2: Do not check for V4L2_CTRL_WHICH_DEF_VALRicardo Ribalda2021-09-301-4/+0
* media: pvrusb2: fix warning in pvr2_i2c_core_doneAnirudh Rayabharam2021-05-191-2/+2
* media: pvrusb2: use semicolons rather than commas to separate statementsJulia Lawall2020-11-161-1/+1
* media: pvrusb2: fix parsing errorTong Zhang2020-08-261-3/+2
* media: usb: pvrusb2: convert to use i2c_new_client_device()Wolfram Sang2020-04-141-2/+2
* Revert "media: Kconfig: better support hybrid TV devices"Mauro Carvalho Chehab2020-04-141-2/+2
* media: Kconfig: better support hybrid TV devicesMauro Carvalho Chehab2020-04-141-2/+2
* media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-2/+2
* media: pvrusb2: Remove unneeded semicolon and add newlineMa Feng2020-01-081-2/+2
* media: pvrusb2: Fix oops on tear-down when radio support is not presentMike Isely2019-11-091-2/+7
* media: pvrusb2: qctrl.flag will be uninitlaized if cx2341x_ctrl_query() retur...Yizhuo2019-08-291-1/+1
* media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab2019-08-262-9/+9
* media: pvrusb2: use kzalloc instead of kmalloc and memsetFuqian Huang2019-08-132-4/+2
* Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2019-07-0912-62/+343
|\
| * media: pvrusb2: Add Hauppauge HVR1955/1975 devicesBrad Love2019-06-136-1/+233
| * media: pvrusb2: Add i2c client demod/tuner supportBrad Love2019-06-132-0/+14
| * media: pvrusb2: Add multiple dvb frontend supportBrad Love2019-06-133-43/+82
| * media: pvrusb2: fix null-ptr-deref in class_unregister()Kefeng Wang2019-06-051-1/+2
| * media: media/usb: set device_caps in struct video_deviceHans Verkuil2019-06-051-11/+6
| * media: pvrusb2: use a different format for warningsAndrey Konovalov2019-05-283-6/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner2019-06-1943-469/+43
|/
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* media: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* media: pvrusb2: Prevent a buffer overflowDan Carpenter2019-04-222-0/+3
* media: replace strncpy() by strscpy()Mauro Carvalho Chehab2019-03-292-5/+4
* media: Kconfig files: use the right help coding styleMauro Carvalho Chehab2019-03-201-4/+4
* media: pvrusb2: fix spelling mistake "statuss" -> "status"Colin Ian King2018-12-071-1/+1
* media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil2018-11-201-5/+8
* media: pvrusb2: replace `printk` with `pr_*`Dafna Hirschfeld2018-10-095-24/+22
* media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab2018-09-112-8/+8
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* media: pvrusb2: replace pvr2_v4l2_ioctl by video_ioctl2Hans Verkuil2018-05-281-52/+31
* media: pvrusb2: delete unneeded includeJulia Lawall2018-05-091-1/+0
* media: lgdt330x: convert it to the new I2C binding wayMauro Carvalho Chehab2018-05-041-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2018-02-067-49/+37
|\
| * media: fix usage of whitespaces and on indentationMauro Carvalho Chehab2018-01-041-6/+6