summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-12media: dvb: Fix typos in comments across various filesYu Jiaoliang6-7/+7
2024-10-12media:tuners: Fix typos in comments across various filesYu Jiaoliang5-7/+7
2024-10-12media: dw100: Rectify debug logUmang Jain1-1/+1
2024-10-12media: imx-jpeg: Ensure power suppliers be suspended before detach themMing Qian1-0/+2
2024-10-12media: amphion: Set video drvdata before register video deviceMing Qian1-1/+1
2024-10-12media: imx-jpeg: Set video drvdata before register video deviceMing Qian1-1/+1
2024-10-12dt-bindings: media: ti,j721e-csi2rx-shim: Update maintainer emailJai Luthra1-1/+1
2024-10-12MAINTAINERS: mailmap: update Jai Luthra's email addressJai Luthra2-1/+2
2024-10-12media: mtk-jpeg: Fix null-ptr-deref during unload moduleGuoqing Jiang2-11/+10
2024-10-12media: siano: remove redundant null pointer checks in cec_devnode_init()Li Zetao1-8/+1
2024-10-12media: verisilicon: av1: Fix reference video buffer pointer assignmentBenjamin Gaignard1-2/+1
2024-10-12media: vde: Convert comma to semicolonChen Ni1-6/+6
2024-10-12media: amphion: Guard memory allocation to catch failuresMing Qian1-0/+12
2024-10-12media: mgb4: Fix debugfs error handlingMartin Tůma6-40/+22
2024-10-12media: pvrusb2: Use kmemdup_array instead of kmemdup for multiple allocationShen Lichuan1-2/+2
2024-10-12media: platform: rga: fix 32-bit DMA limitationJohn Keeping1-1/+1
2024-10-12media: nvidia: tegra: Use iommu_paging_domain_alloc()Lu Baolu1-3/+4
2024-10-12media: imx-jpeg: Switch to RUNTIME/SYSTEM_SLEEP_PM_OPS()Fabio Estevam1-8/+3
2024-10-12media: tda18271: add missing result checking of tda18271_lookup_map()Karina Yankevich1-1/+3
2024-10-12media: vb2: use lock if wait_prepare/finish are NULLHans Verkuil1-3/+10
2024-10-12media: vb2: vb2_core_queue_init(): sanity check lock and wait_prepare/finishHans Verkuil1-0/+8
2024-10-12media: video-i2c: set lock before calling vb2_queue_init()Hans Verkuil1-1/+1
2024-10-12media: rcar_drif.c: set lock before calling vb2_queue_init()Hans Verkuil1-1/+1
2024-10-12media: airspy: set lock before calling vb2_queue_init()Hans Verkuil1-1/+1
2024-10-12media: hackrf: set lock before calling vb2_queue_init()Hans Verkuil1-2/+2
2024-10-12media: msi2500: set lock before calling vb2_queue_init()Hans Verkuil1-1/+1
2024-10-12media: pwc: set lock before calling vb2_queue_init()Hans Verkuil1-1/+1
2024-10-12media: venus: add missing wait_prepare/finish opsHans Verkuil2-0/+4
2024-10-12media: pisp_be: add missing wait_prepare/finish opsHans Verkuil1-0/+2
2024-10-12media: omap3isp: add missing wait_prepare/finish opsHans Verkuil1-0/+18
2024-10-12media: i2c: tc358743: export InfoFrames to debugfsHans Verkuil1-1/+35
2024-10-12media: i2c: adv7842: export InfoFrames to debugfsHans Verkuil1-32/+88
2024-10-12media: i2c: adv7604: export InfoFrames to debugfsHans Verkuil1-20/+70
2024-10-12media: i2c: adv7511-v4l2: export InfoFrames to debugfsHans Verkuil1-17/+74
2024-10-12media: v4l2-core: add v4l2_debugfs_if_alloc/free()Hans Verkuil2-0/+115
2024-10-12media: v4l2-core: add v4l2_debugfs_root()Hans Verkuil2-0/+29
2024-10-12media: dvb-core: add missing buffer index checkHans Verkuil1-1/+7
2024-10-08media: uvcvideo: Exit early if there is not int_urbRicardo Ribalda1-1/+4
2024-10-08media: uvcvideo: Avoid race condition during unregisterRicardo Ribalda1-1/+1
2024-10-08media: uvcvideo: Refactor the status irq APIRicardo Ribalda4-33/+68
2024-10-08media: uvcvideo: Require entities to have a non-zero unique IDThadeu Lima de Souza Cascardo1-27/+43
2024-10-08media: uvcvideo: Force UVC version to 1.0a for 0408:4033Ricardo Ribalda1-0/+11
2024-10-08media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared cameraDavid Given1-0/+11
2024-10-08media: uvcvideo: Add support for the D3DFMT_R5G6B5 pixmap typeDavid Given2-0/+7
2024-10-08media: uvcvideo: RealSense D421 Depth module metadataDmitry Perchanov1-0/+9
2024-10-08media: uvcvideo: Add luma 16-bit interlaced pixel formatDmitry Perchanov2-0/+7
2024-10-08media: v4l: Add luma 16-bit interlaced pixel formatDmitry Perchanov4-0/+76
2024-10-08media: chips-media: wave5: Support YUV422 raw pixel-formats on the encoder.Jackson.lee1-15/+74
2024-10-08media: chips-media: wave5: Use helpers to calculate bytesperline and sizeimage.Jackson.lee6-319/+239
2024-10-08media: chips-media: wave5: Support runtime suspend/resumeJackson.lee7-26/+118