summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2024-10-22media: rzg2l-cru: Remove unused fields from rzg2l_cru_ip_format structLad Prabhakar1-3/+1
2024-10-22media: rzg2l-cru: Use MIPI CSI-2 data types for ICnMC_INF definitionsLad Prabhakar1-4/+4
2024-10-22media: rzg2l-cru: Remove `channel` member from `struct rzg2l_cru_csi`Lad Prabhakar3-8/+8
2024-10-22media: rzg2l-cru: Retrieve virtual channel informationLad Prabhakar3-5/+39
2024-10-22media: rzg2l-cru: csi2: Implement .get_frame_desc()Lad Prabhakar1-0/+20
2024-10-22media: rzg2l-cru: csi2: Use ARRAY_SIZE() in media_entity_pads_init()Lad Prabhakar1-1/+2
2024-10-22media: rzg2l-cru: csi2: Mark sink and source pad with MUST_CONNECT flagLad Prabhakar1-2/+4
2024-10-22media: rzg2l-cru: Mark sink and source pad with MUST_CONNECT flagLad Prabhakar2-3/+5
2024-10-22media: rzg2l-cru: Use RZG2L_CRU_IP_SINK/SOURCE enum entriesLad Prabhakar1-2/+2
2024-10-22media: platform: rzg2l-cru: rzg2l-video: Set AXI burst max lengthBiju Das1-0/+11
2024-10-18media: pulse8-cec: fix data timestamp at pulse8_setup()Mauro Carvalho Chehab1-1/+1
2024-10-18media: cec: extron-da-hd-4k-plus: don't use -1 as an error codeMauro Carvalho Chehab1-3/+3
2024-10-18media: stb0899_algo: initialize cfr before using itMauro Carvalho Chehab1-1/+1
2024-10-18media: adv7604: prevent underflow condition when reporting colorspaceMauro Carvalho Chehab1-9/+17
2024-10-18media: cx24116: prevent overflows on SNR calculusMauro Carvalho Chehab1-1/+6
2024-10-18media: ar0521: don't overflow when checking PLL valuesMauro Carvalho Chehab1-2/+2
2024-10-18media: s5p-jpeg: prevent buffer overflowsMauro Carvalho Chehab1-6/+11
2024-10-18media: mgb4: protect driver against spectreMauro Carvalho Chehab1-0/+2
2024-10-18media: dvb_frontend: don't play tricks with underflow valuesMauro Carvalho Chehab1-2/+2
2024-10-18media: dvbdev: prevent the risk of out of memory accessMauro Carvalho Chehab1-2/+15
2024-10-18media: v4l2-tpg: prevent the risk of a division by zeroMauro Carvalho Chehab1-0/+3
2024-10-18media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()Mauro Carvalho Chehab1-6/+11
2024-10-16media: platform: video-mux: Fix mutex lockingPaul Elder1-3/+3
2024-10-16media: ipu6: remove redundant dependency in KconfigBingbu Cao1-1/+1
2024-10-16media: ipu6: fix the wrong type casting and 64-bit divisionBingbu Cao7-17/+18
2024-10-16v4l2-subdev: Return -EOPNOTSUPP for unsupported pad type in call_get_frame_de...Lad Prabhakar1-0/+5
2024-10-16media: i2c: ds90ub960: Fix missing return check on ub960_rxport_read callColin Ian King1-1/+1
2024-10-16media: platform: rzg2l-cru: rzg2l-video: Move request_irq() to probe()Biju Das3-21/+13
2024-10-16media: i2c: vgxy61: Fix an error handling path in vgxy61_detect()Christophe JAILLET1-1/+1
2024-10-16media: raspberrypi: Add support for RP1-CFETomi Valkeinen14-0/+4645
2024-10-16media: uapi: Add meta formats for PiSP FE config and statsTomi Valkeinen1-0/+2
2024-10-16media: rcar-vin: Add support for RAW10Niklas Söderlund4-1/+77
2024-10-16media: rcar-isp: Add family compatible for R-Car Gen4 familyNiklas Söderlund1-1/+3
2024-10-16media: rcar-csi2: Add support for R-Car V4MNiklas Söderlund1-0/+294
2024-10-16media: rcar-csi2: Add documentation for PHY_EN and PHY_MODE registersNiklas Söderlund1-2/+12
2024-10-16media: rcar-csi2: Move PHTW write helpersNiklas Söderlund1-36/+36
2024-10-16media: rcar-csi2: Add helper to lookup mbps settingsNiklas Söderlund1-45/+45
2024-10-16media: rcar-csi2: Abstract PHTW and PHYPLL register offsetsNiklas Söderlund1-3/+24
2024-10-16media: rcar-csi2: Allow writing any code and data value to PHTWNiklas Söderlund1-18/+11
2024-10-16media: rcar-csi2: Correct field size for PHTW writesNiklas Söderlund1-5/+5
2024-10-16media: ti: j721e-csi2rx: Convert comma to semicolonChen Ni1-3/+3
2024-10-16media: i2c: imx290: Check for availability in probe()Benjamin Bara1-0/+10
2024-10-16media: i2c: imx290: Avoid communication during probe()Benjamin Bara1-8/+11
2024-10-16media: i2c: imx290: Remove CHIP_ID reg definitionBenjamin Bara1-1/+0
2024-10-16media: i2c: Fix typos in comments across various filesYu Jiaoliang10-11/+11
2024-10-16media: i2c: max96717: clean up on error in max96717_subdev_init()Dan Carpenter1-2/+4
2024-10-16media: i2c: max96717: add HAS_EVENTS supportTommaso Merciai1-1/+5
2024-10-16media: i2c: max96714: add HAS_EVENTS supportTommaso Merciai1-1/+5
2024-10-16media: anysee: Fix and remove outdated commentAnna-Maria Behnsen1-13/+4
2024-10-15media: dvb-core: add missing buffer index checkHans Verkuil1-1/+7