summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2023-10-25media: mtk-jpeg: Fix use after free bug due to uncanceled workZheng Wang1-0/+1
2023-10-10media: venus: hfi_venus: Write to VIDC_CTRL_INIT after unmasking interruptsKonrad Dybcio1-1/+1
2023-10-10media: venus: hfi: Add a 6xx boot logicDikshita Agarwal1-2/+12
2023-10-10media: venus: core: Add differentiator IS_V6(core)Bryan O'Donoghue1-0/+1
2023-10-10media: venus: hfi: Define additional 6xx registersDikshita Agarwal1-0/+30
2023-10-10media: venus: hfi,pm,firmware: Convert to block relative addressingBryan O'Donoghue4-97/+105
2023-10-10media: venus: core: Add io base variables for each blockBryan O'Donoghue2-0/+22
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-23media: tuners: qt1010: replace BUG_ON with a regular errorHans Verkuil1-5/+6
2023-09-23media: dvb-usb-v2: gl861: Fix null-ptr-deref in gl861_i2c_master_xferZhang Shurong1-1/+1
2023-09-23media: az6007: Fix null-ptr-deref in az6007_i2c_xfer()Zhang Shurong1-0/+8
2023-09-23media: anysee: fix null-ptr-deref in anysee_master_xferZhang Shurong1-1/+1
2023-09-23media: af9005: Fix null-ptr-deref in af9005_i2c_xferZhang Shurong1-0/+5
2023-09-23media: dw2102: Fix null-ptr-deref in dw2102_i2c_transfer()Zhang Shurong1-0/+24
2023-09-23media: dvb-usb-v2: af9035: Fix null-ptr-deref in af9035_i2c_master_xferZhang Shurong1-6/+8
2023-09-19media: dvb: symbol fixup for dvb_attach()Greg Kroah-Hartman104-111/+111
2023-09-19media: ov2680: Fix regulators being left enabled on ov2680_power_on() errorsHans de Goede1-2/+6
2023-09-19media: ov2680: Fix vflip / hflip set functionsHans de Goede1-38/+12
2023-09-19media: ov2680: Fix ov2680_bayer_order()Hans de Goede1-19/+14
2023-09-19media: ov2680: Remove auto-gain and auto-exposure controlsHans de Goede1-144/+17
2023-09-19media: i2c: ov2680: Set V4L2_CTRL_FLAG_MODIFY_LAYOUT on flipsDave Stevenson1-0/+2
2023-09-19media: ov5640: Enable MIPI interface in ov5640_set_power_mipi()Marek Vasut1-2/+2
2023-09-19media: go7007: Remove redundant if statementColin Ian King1-2/+0
2023-09-19media: mediatek: vcodec: Return NULL if no vdec_fb is foundIrui Wang1-2/+3
2023-09-19media: cx24120: Add retval check for cx24120_message_send()Daniil Dulov1-1/+3
2023-09-19media: dvb-usb: m920x: Fix a potential memory leak in m920x_i2c_xfer()Christophe JAILLET1-2/+3
2023-09-19media: dib7000p: Fix potential division by zeroDaniil Dulov1-1/+1
2023-09-19drivers: usb: smsusb: fix error handling code in smsusb_init_deviceDongliang Mu1-10/+11
2023-09-19media: v4l2-core: Fix a potential resource leak in v4l2_fwnode_parse_link()Christophe JAILLET1-4/+14
2023-09-19media: i2c: tvp5150: check return value of devm_kasprintf()Claudiu Beznea1-0/+4
2023-09-19media: ad5820: Drop unsupported ad5823 from i2c_ and of_device_id tablesHans de Goede1-2/+0
2023-09-19media: pci: cx23885: fix error handling for cx23885 ATSC boardsNikolay Burykin1-12/+0
2023-09-19media: pulse8-cec: handle possible ping errorDmitry Antipov1-2/+5
2023-08-30media: vcodec: Fix potential array out-of-bounds in encoder queue_setupWei Chen1-0/+2
2023-08-26media: platform: mediatek: vpu: fix NULL ptr dereferenceHans Verkuil1-2/+4
2023-07-27media: cec: i2c: ch7322: also select REGMAPRandy Dunlap1-0/+1
2023-07-27media: venus: helpers: Fix ALIGN() of non power of twoRikard Falkeborn1-2/+2
2023-07-27media: usb: siano: Fix warning due to null work_func_t function pointerDuoming Zhou1-1/+2
2023-07-27media: usb: Check az6007_read() return valueDaniil Dulov1-1/+2
2023-06-28media: cec: core: don't set last_initiator if tx in progressHans Verkuil1-1/+2
2023-06-21media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim1-21/+63
2023-06-21media: dvbdev: fix error logic at dvb_register_device()Mauro Carvalho Chehab1-0/+3
2023-06-21media: dvbdev: Fix memleak in dvb_register_deviceDinghao Liu1-0/+3
2023-06-09media: ti-vpe: cal: avoid FIELD_GET assertionArnd Bergmann1-1/+1
2023-06-09media: dvb-core: Fix use-after-free due to race condition at dvb_ca_en50221Hyunwoo Kim1-1/+36
2023-06-09media: dvb-core: Fix kernel WARNING for blocking operation in wait_event*()Takashi Iwai1-4/+12
2023-06-09media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim1-3/+35
2023-06-09media: mn88443x: fix !CONFIG_OF error by drop of_match_ptr from ID tableKrzysztof Kozlowski1-1/+1
2023-06-09media: ttusb-dec: fix memory leak in ttusb_dec_exit_dvb()Hyunwoo Kim1-2/+1