aboutsummaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2026-05-21media: uvcvideo: Only do uvc_video_get_time() if neededRicardo Ribalda1-2/+3
2026-05-21media: uvcvideo: Do not add samples if dev_sof has not changedRicardo Ribalda2-6/+13
2026-05-21media: uvcvideo: Do not add clock samples with small sof deltaRicardo Ribalda1-2/+12
2026-05-21media: uvcvideo: Relax the constrains for interpolating the hw clockRicardo Ribalda1-5/+12
2026-05-21media: uvcvideo: Use hw timestaming if the clock buffer is fullRicardo Ribalda1-5/+12
2026-05-21media: uvcvideo: Fix dev_sof filtering in hw timestampRicardo Ribalda1-9/+10
2026-05-21media: uvcvideo: Avoid partial metadata buffersRicardo Ribalda1-4/+9
2026-05-21media: uvcvideo: Do not open code uvc_queue_get_current_bufferRicardo Ribalda1-8/+2
2026-05-21media: uvcvideo: Fix deadlock if uvc_status_stop is called from async_ctrl.workSean Anderson1-9/+19
2026-05-21spi: fix controller registration API inconsistencyJohan Hovold1-4/+5
2026-05-21media: rockchip: rga: add rga3 supportSven Püschel5-1/+705
2026-05-21media: rockchip: rga: disable multi-core supportSven Püschel1-0/+47
2026-05-21media: rockchip: rga: add feature flagsSven Püschel3-8/+21
2026-05-21media: rockchip: rga: move rga_fmt to rga-hw.hSven Püschel5-47/+67
2026-05-21media: rockchip: rga: remove stride from rga_frameSven Püschel3-32/+13
2026-05-21media: rockchip: rga: remove size from rga_frameSven Püschel3-8/+7
2026-05-21media: rockchip: rga: share the interrupt when an external iommu is usedMichael Olbrich1-1/+2
2026-05-21media: rockchip: rga: support external iommusSven Püschel5-12/+38
2026-05-21media: rockchip: rga: change offset to dma_addressesSven Püschel3-65/+64
2026-05-21media: rockchip: rga: use card type to specify rga typeSven Püschel3-1/+5
2026-05-21media: rockchip: rga: check scaling factorSven Püschel5-3/+94
2026-05-21media: rockchip: rga: reuse cmdbuf contentsSven Püschel3-6/+20
2026-05-21media: rockchip: rga: align stride to 4 bytesSven Püschel3-5/+8
2026-05-21media: rockchip: rga: move cmdbuf to rga_ctxSven Püschel3-40/+41
2026-05-21media: rockchip: rga: calculate x_div/y_div using v4l2_format_infoSven Püschel2-36/+11
2026-05-21media: rockchip: rga: avoid odd frame sizes for YUV formatsSven Püschel1-5/+14
2026-05-21media: rockchip: rga: move hw specific parts to a dedicated structSven Püschel4-178/+227
2026-05-21media: rockchip: rga: announce and sync colorimetrySven Püschel1-0/+37
2026-05-21media: rockchip: rga: remove redundant rga_frame variablesSven Püschel4-31/+18
2026-05-21media: rockchip: rga: use stride for offset calculationSven Püschel3-22/+9
2026-05-21media: rockchip: rga: use clk_bulk apiSven Püschel2-60/+11
2026-05-21media: rockchip: rga: fix too small buffer sizeSven Püschel2-2/+2
2026-05-21media: v4l2-common: add v4l2_fill_pixfmt_mp_aligned helperSven Püschel1-12/+44
2026-05-21media: v4l2-common: add has_alpha to v4l2_format_infoSven Püschel1-16/+16
2026-05-21media: v4l2-common: add missing 1 and 2 byte RGB formats to v4l2_format_infoSven Püschel1-0/+21
2026-05-21media: v4l2-common: sort RGB formats in v4l2_format_infoSven Püschel1-24/+30
2026-05-21media: renesas: vsp1: Simplify iteration over format arraysLaurent Pinchart1-26/+10
2026-05-21media: renesas: vsp1: Use spinlock scoped guardsLaurent Pinchart7-75/+59
2026-05-21media: renesas: vsp1: Use spinlock guardsLaurent Pinchart5-65/+31
2026-05-21media: renesas: vsp1: Use mutex scoped guardsLaurent Pinchart6-115/+101
2026-05-21media: renesas: vsp1: Use mutex guardsLaurent Pinchart11-161/+77
2026-05-21media: renesas: vsp1: Split vsp1_du_setup_lif()Laurent Pinchart1-61/+79
2026-05-21media: renesas: vsp1: Avoid forward function declarationLaurent Pinchart1-46/+44
2026-05-21media: nxp: imx8-isi: Fix scale factor calculation for hardware roundingGuoniu Zhou1-1/+8
2026-05-21media: nxp: imx8-isi: Fix potential out-of-bounds issuesGuoniu Zhou3-8/+32
2026-05-21media: nxp: imx8-isi: Prioritize pending buffers over discard buffersGuoniu Zhou1-1/+5
2026-05-21media: nxp: imx8-isi: Clean up already-initialized pipes on probe failureXiaolei Wang1-0/+2
2026-05-21media: nxp: imx8-isi: Fix missing v4l2_subdev_cleanup() in pipe init error pathXiaolei Wang1-2/+4
2026-05-21media: nxp: imx8-isi: Add missing v4l2_subdev_cleanup() in crossbar and pipeXiaolei Wang2-0/+2
2026-05-21media: nxp: imx8-isi: Fix use-after-free on removeXiaolei Wang1-1/+1