summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-09media: imx-mipi-csis: Drop extra clock enable at probe()Tomi Valkeinen1-11/+2
2023-12-09media: imx-mipi-csis: Fix clock handling in remove()Tomi Valkeinen1-1/+3
2023-12-09media: imx: imx7-media-csi: Include headers explicitlyLaurent Pinchart1-6/+21
2023-12-09media: uvcvideo: Fix power line control for SunplusIT cameraRicardo Ribalda1-0/+9
2023-12-09media: uvcvideo: Pick first best alternate setting insteed of lastLaurent Pinchart1-1/+1
2023-12-09media: uvcvideo: Fix power line control for a Chicony cameraRicardo Ribalda1-0/+9
2023-12-09media: videobuf2: request more buffers for vb2_readHans Verkuil1-2/+7
2023-12-09media: bttv: add back vbi hackHans Verkuil1-0/+21
2023-12-09media: bttv: start_streaming should return a proper error codeHans Verkuil2-9/+5
2023-12-08media: ov9640: Don't set format in sub-device stateSakari Ailus1-2/+0
2023-12-08media: tw9910: Don't set format in sub-device stateSakari Ailus1-2/+0
2023-12-08media: rj54n1cb0c: Don't set format in sub-device stateSakari Ailus1-3/+1
2023-12-08media: mt9t112: Don't set format in sub-device stateSakari Ailus1-1/+0
2023-12-08media: adv7183: Don't set format in sub-device stateSakari Ailus1-2/+0
2023-12-08media: saa6752hs: Don't set format in sub-device stateSakari Ailus1-3/+1
2023-12-08media: ccs: Select V4L2_CCI_I2CSakari Ailus1-0/+1
2023-12-07media: rockchip: rga: add NV12M supportMichael Tretter1-0/+9
2023-12-07media: rockchip: rga: rework buffer handling for multi-planar formatsMichael Tretter3-11/+58
2023-12-07media: rockchip: rga: switch to multi-planar APIMichael Tretter1-31/+29
2023-12-07media: rockchip: rga: use macros for testing buffer typeMichael Tretter1-12/+9
2023-12-07media: rockchip: rga: add local variable for pix_formatMichael Tretter1-23/+32
2023-12-07media: rockchip: rga: use pixelformat to find formatMichael Tretter1-11/+7
2023-12-07media: rockchip: rga: use clamp() to clamp size to limitsMichael Tretter1-9/+4
2023-12-07media: rockchip: rga: set dma mask to 32 bitsMichael Tretter1-0/+8
2023-12-07media: rockchip: rga: pre-calculate plane offsetsMichael Tretter3-21/+40
2023-12-07media: rockchip: rga: split src and dst buffer setupMichael Tretter1-26/+68
2023-12-07media: rockchip: rga: allocate DMA descriptors per bufferMichael Tretter4-66/+74
2023-12-07media: rockchip: rga: extract helper to fill descriptorsMichael Tretter3-25/+30
2023-12-07media: rockchip: rga: fix swizzling for RGB formatsMichael Tretter1-12/+3
2023-12-07media: qcom: camss: Add sm8250 named power-domain supportBryan O'Donoghue1-0/+3
2023-12-07media: qcom: camss: Flag CSID-lites to support more CSIDsMatti Lehtimäki4-16/+30
2023-12-07media: qcom: camss: Flag VFE-lites to support more VFEsMatti Lehtimäki5-33/+44
2023-12-07media: qcom: camss: Add support for named power-domainsBryan O'Donoghue3-7/+50
2023-12-07media: qcom: camss: Move VFE power-domain specifics into vfe.cBryan O'Donoghue4-35/+59
2023-12-07media: qcom: camss: Use common VFE pm_domain_on/pm_domain_off where applicableBryan O'Donoghue7-133/+50
2023-12-07media: qcom: camss: Convert to per-VFE pointer for power-domain linkagesBryan O'Donoghue6-34/+29
2023-12-07media: qcom: camss: Flag which VFEs require a power-domainBryan O'Donoghue2-0/+9
2023-12-07media: stk1160: Fixed high volume of stk1160_dbg messagesGhanshyam Agrawal1-3/+2
2023-12-07media: cx231xx: fix a memleak in cx231xx_init_isocZhipeng Lu1-0/+2
2023-12-07staging: media: VIDEO_STARFIVE_CAMSS should depend on ARCH_STARFIVEGeert Uytterhoeven1-0/+1
2023-12-07media: chips-media: wave5: VIDEO_WAVE_VPU should depend on ARCH_K3Geert Uytterhoeven1-0/+1
2023-12-07media: staging: starfive: camss: fix off by one in isp_enum_mbus_code()Dan Carpenter1-2/+2
2023-12-07media: videobuf2-dma-sg: fix vmap callbackMichael Grzeschik1-2/+8
2023-12-07media: visl: Add AV1 supportDetlev Casanova8-1/+435
2023-12-07media: exynos-gsc: remove unused improper CONFIG definitionLukas Bulwahn1-1/+0
2023-12-07media: platform: mtk-mdp3: Use devicetree phandle to retrieve SCPAngeloGioacchino Del Regno1-6/+10
2023-12-04media: v4l: async: Drop useless list move operationSebastian Reichel1-3/+0
2023-12-04media: v4l: async: Fix duplicated list deletionSebastian Reichel1-1/+0
2023-12-04media: ccs: Use V4L2 CCI for accessing sensor registersSakari Ailus5-1136/+999
2023-12-04media: ccs: Better separate CCS static data accessSakari Ailus1-10/+11