summaryrefslogtreecommitdiff
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
2024-09-04media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)Aurelien Jarno1-5/+5
2024-09-04media: pci: cx23885: check cx23885_vdev_init() returnHans Verkuil1-0/+8
2024-08-19saa7134: Unchecked i2c_transfer function result fixedAleksandr Burakov1-2/+6
2024-06-16media: ngene: Add dvb_ca_en50221_init return value checkAleksandr Burakov1-1/+3
2024-04-13media: sta2x11: fix irq handler castArnd Bergmann1-5/+4
2024-03-27media: ttpci: fix two memleaks in budget_av_attachZhipeng Lu1-3/+5
2024-03-01media: av7110: prevent underflow in write_ts_to_decoder()Dan Carpenter1-2/+2
2024-02-23media: ddbridge: fix an error code problem in ddb_probeSu Hui1-1/+1
2023-11-28media: cobalt: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-5/+6
2023-11-20media: bttv: fix use after free error due to btv->timeout timerZheng Wang1-0/+1
2023-09-23media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warningSakari Ailus1-1/+1
2023-09-23media: pci: cx23885: replace BUG with error returnHans Verkuil1-1/+1
2023-09-19media: dvb: symbol fixup for dvb_attach()Greg Kroah-Hartman3-3/+3
2023-09-19media: pci: cx23885: fix error handling for cx23885 ATSC boardsNikolay Burykin1-12/+0
2023-06-09media: netup_unidvb: fix irq init by register it at the end of probeWei Chen1-8/+9
2023-05-30media: netup_unidvb: fix use-after-free at del_timer()Duoming Zhou1-1/+1
2023-05-17media: saa7134: fix use after free bug in saa7134_finidev due to race conditionZheng Wang3-0/+3
2023-05-17media: dm1105: Fix use after free bug in dm1105_remove due to race conditionZheng Wang1-0/+1
2023-03-11media: ipu3-cio2: Fix PM runtime usage_count in driver unbindSakari Ailus1-0/+3
2023-03-11media: saa7134: Use video_unregister_device for radio_devTasos Sahanidis1-1/+1
2023-01-14media: saa7164: fix missing pci_disable_device()Liu Shixin1-1/+3
2023-01-14media: solo6x10: fix possible memory leak in solo_sysfs_init()Yang Yingliang1-0/+1
2022-10-26media: cx88: Fix a null-ptr-deref bug in buffer_prepare()Zheyu Ma2-26/+26
2022-08-21media: tw686x: Fix memory leak in tw686x_video_initMiaoqian Lin1-1/+3
2022-08-21media: tw686x: Register the irq at the end of probeZheyu Ma1-10/+8
2022-06-09media: cx25821: Fix the warning when removing the moduleZheyu Ma1-1/+1
2022-06-09media: pci: cx23885: Fix the error handling in cx23885_initdev()Zheyu Ma1-3/+3
2022-04-08media: cx88-mpeg: clear interrupt status register before streaming videoDaniel González Cabanelas1-0/+3
2022-04-08ivtv: fix incorrect device_caps for ivtvfbHans Verkuil3-13/+9
2022-04-08media: saa7134: fix incorrect use to determine if list is emptyJakob Koschel1-2/+2
2022-04-08media: saa7134: convert list_for_each to entry variantYang Yingliang1-3/+1
2022-04-08media: bttv: fix WARNING regression on tunerless devicesOndrej Zary1-2/+2
2022-01-27media: saa7146: hexium_gemini: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang1-1/+6
2022-01-27media: saa7146: hexium_orion: Fix a NULL pointer dereference in hexium_attach()Zhou Qingyang1-1/+7
2022-01-27media: b2c2: Add missing check in flexcop_pci_isr:Zheyu Ma1-0/+3
2022-01-27media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach()Zhou Qingyang1-1/+7
2021-11-18media: cx23885: Fix snd_card_free call on null card pointerColin Ian King1-1/+2
2021-11-18media: netup_unidvb: handle interrupt properly according to the firmwareZheyu Ma1-11/+16
2021-07-28media: ngene: Fix out-of-bounds bug in ngene_command_config_free_buf()Gustavo A. R. Silva2-7/+9
2021-07-19media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann2-6/+6
2021-07-14media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdevEzequiel Garcia1-10/+7
2021-07-14media: bt8xx: Fix a missing check bug in bt878_probeZheyu Ma1-0/+3
2021-07-14media: bt878: do not schedule tasklet when it is not setupTong Zhang1-1/+2
2021-07-14media: cobalt: fix race condition in setting HPDHans Verkuil2-1/+7
2021-05-14media: saa7134: use sg_dma_len when building pgtableTasos Sahanidis1-1/+1
2021-05-11media: media/saa7164: fix saa7164_encoder_register() memory leak bugsDaniel Niv1-9/+11
2021-05-11media: drivers: media: pci: sta2x11: fix Kconfig dependency on GPIOLIBJulian Braha1-0/+1
2021-03-11media: cx23885: add more quirks for reset DMA on some AMD IOMMUDaniel Lee Kruse1-0/+4
2021-03-04media: smipcie: fix interrupt handling and IR timeoutSean Young1-20/+26
2021-03-04media: ipu3-cio2: Fix mbus_code processing in cio2_subdev_set_fmt()Pavel Machek1-1/+1