summaryrefslogtreecommitdiff
path: root/drivers/media/usb/pvrusb2
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-28Merge tag 'media/v6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-04-25media: pvrusb2: Remove unused pvr2_std_create_enumDr. David Alan Gilbert
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-05media: pvrusb2: Remove g/s_ctrl callbacksRicardo Ribalda
2025-03-05media: pvrusb2: Convert queryctrl to query_ext_ctrlRicardo Ribalda
2024-10-12media: pvrusb2: Use kmemdup_array instead of kmemdup for multiple allocationShen Lichuan
2024-05-31media: pvrusb2: remove unused struct 'debugifc_mask_item'Dr. David Alan Gilbert
2024-02-28media: pvrusb2: fix uaf in pvr2_context_set_notifyEdward Adam Davis
2024-02-16media: pvrusb2: fix pvr2_stream_callback castsArnd Bergmann
2024-02-16media: pvrusb2: remove redundant NULL checkDaniil Dulov
2024-02-16media: pvrusb2: Use wait_event_freezable() for freezable kthreadKevin Hao
2023-11-23media: pvrusb2: fix use after free on context disconnectionRicardo B. Marliere
2023-08-10media: usb: pvrusb2: fix inconsistent indentingHans Verkuil
2023-07-19media: pvrusb2: use sysfs_emit() to instead of scnprintf()ye xingchen
2023-05-13media: pvrusb2: fix DVB_CORE dependencyArnd Bergmann
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-03-31media: pvrusb2: clean up unneeded complexity in pvrusb2 class logicGreg Kroah-Hartman
2023-03-19media: pvrusb2: VIDEO_PVRUSB2 depends on DVB_CORE to use dvb_* symbolsTom Rix
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-08-29media: avoid use of 'videobuf'Hans Verkuil
2022-07-08media: pvrusb2: drop unexpected word 'a' in commentsJiang Jian
2022-06-20media: pvrusb2: fix memory leak in pvr_probeDongliang Mu
2022-05-13media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_initPavel Skripkin
2022-03-18media: Kconfig: cleanup VIDEO_DEV dependenciesMauro Carvalho Chehab
2021-11-30media: pvrusb2: fix inconsistent indentingHans Verkuil
2021-11-19media: pvrusb2: fix control-message timeoutsJohan Hovold
2021-09-30media: pvrusb2: Replaced simple_strtol() with kstrtoint()Liu Shixin
2021-09-30media: pvrusb2: Do not check for V4L2_CTRL_WHICH_DEF_VALRicardo Ribalda
2021-05-19media: pvrusb2: fix warning in pvr2_i2c_core_doneAnirudh Rayabharam
2020-11-16media: pvrusb2: use semicolons rather than commas to separate statementsJulia Lawall
2020-08-26media: pvrusb2: fix parsing errorTong Zhang
2020-04-14media: usb: pvrusb2: convert to use i2c_new_client_device()Wolfram Sang
2020-04-14Revert "media: Kconfig: better support hybrid TV devices"Mauro Carvalho Chehab
2020-04-14media: Kconfig: better support hybrid TV devicesMauro Carvalho Chehab
2020-02-24media: media/usb: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil
2020-01-08media: pvrusb2: Remove unneeded semicolon and add newlineMa Feng
2019-11-09media: pvrusb2: Fix oops on tear-down when radio support is not presentMike Isely
2019-08-29media: pvrusb2: qctrl.flag will be uninitlaized if cx2341x_ctrl_query() retur...Yizhuo
2019-08-26media: don't do a 31 bit shift on a signed intMauro Carvalho Chehab
2019-08-13media: pvrusb2: use kzalloc instead of kmalloc and memsetFuqian Huang
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner
2019-06-13media: pvrusb2: Add Hauppauge HVR1955/1975 devicesBrad Love
2019-06-13media: pvrusb2: Add i2c client demod/tuner supportBrad Love
2019-06-13media: pvrusb2: Add multiple dvb frontend supportBrad Love
2019-06-05media: pvrusb2: fix null-ptr-deref in class_unregister()Kefeng Wang
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil
2019-05-28media: pvrusb2: use a different format for warningsAndrey Konovalov