summaryrefslogtreecommitdiffstats
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorLines
2025-03-04media: rcar-csi2: Move Y8 entry to a better placeTomi Valkeinen-4/+4
2025-03-04media: omap3isp: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski-7/+3
2025-03-04media: omap3isp: Handle ARM dma_iommu_mappingRobin Murphy-0/+7
2025-03-03media: v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VALHans Verkuil-2/+7
2025-03-03media: venus: hfi: add a check to handle OOB in sfr regionVikash Garodia-2/+10
2025-03-03media: venus: hfi: add check to handle incorrect queue sizeVikash Garodia-0/+6
2025-03-03media: venus: hfi_parser: refactor hfi packet parsing logicVikash Garodia-26/+72
2025-03-03media: venus: hfi_parser: add check to avoid out of bound accessVikash Garodia-0/+2
2025-02-25media: nuvoton: Fix reference handling of ece_pdevRicardo Ribalda-1/+2
2025-02-25media: nuvoton: Fix reference handling of ece_nodeRicardo Ribalda-2/+1
2025-02-22media: platform: allgro-dvt: unregister v4l2_device on the error pathJoe Hattori-0/+1
2025-02-22media: verisilicon: VP9: Fix typoBenjamin Gaignard-4/+4
2025-02-22media: verisilicon: HEVC: Initialize start_bit fieldBenjamin Gaignard-0/+1
2025-02-21media: qcom: camss: Add sm845 named power-domain supportCaleb Connolly-0/+3
2025-02-21media: coda: Add system resume interfaceXiaolei Wang-0/+1
2025-02-21media: mediatek: vcodec: Fix a resource leak related to the scp device in FW ...Jiasheng Jiang-1/+4
2025-02-21media: iris: rename module fileArnd Bergmann-3/+4
2025-02-21media: mtk-vcodec: venc: avoid -Wenum-compare-conditional warningArnd Bergmann-1/+5
2025-02-18media: Switch to use hrtimer_setup()Nam Cao-2/+2
2025-02-18media: platform: rpi1-cfe: drop vb2_ops_wait_prepare/finishHans Verkuil-2/+0
2025-02-15media: qcom: camss: switch CSID to defined MIPI CSI data type IDsVladimir Zapolskiy-83/+61
2025-02-15media: v4l: Convert the users of v4l2_get_link_freq to call it on a padSakari Ailus-33/+50
2025-02-15media: stm32: dcmipp: add has_csi2 & needs_mclk in match dataAlain Volmat-10/+13
2025-02-15media: stm32: csi: correct unsigned or useless variable settingsAlain Volmat-8/+9
2025-02-15media: stm32: csi: remove useless fwnode_graph_get_endpoint callAlain Volmat-12/+8
2025-02-15media: stm32: csi: simplify enable_streams error handlingAlain Volmat-7/+9
2025-02-15media: stm32: csi: use ARRAY_SIZE to search D-PHY tableAlain Volmat-9/+11
2025-02-15media: stm32: csi: register subdev only at end of probeAlain Volmat-7/+6
2025-02-15media: stm32: csi: add missing pm_runtime_put on errorAlain Volmat-7/+9
2025-02-15media: stm32: dcmipp: correct ret type in dcmipp_graph_notify_boundAlain Volmat-1/+1
2025-02-15media: chips-media: wave5: Fix timeout while testing 10bit hevc flusterJackson.lee-0/+14
2025-02-15media: chips-media: wave5: Fix a hang after seekingJackson.lee-1/+26
2025-02-15media: chips-media: wave5: Avoid race condition in the interrupt handlerJackson.lee-2/+2
2025-02-15media: chips-media: wave5: Fix gray color on screenJackson.lee-1/+1
2025-02-12media: qcom: camss: add support for SDM670 camssRichard Acayan-0/+191
2025-02-07media: iris: enable video driver probe of SM8250 SoCDikshita Agarwal-0/+160
2025-02-07media: iris: add check to allow sub states transitionsVedang Nagar-1/+54
2025-02-07media: iris: implement power scaling for vpu2 and vpu3Vedang Nagar-0/+274
2025-02-07media: iris: add check whether the video session is supported or notVedang Nagar-0/+98
2025-02-07media: iris: add support for drain sequenceDikshita Agarwal-8/+329
2025-02-07media: iris: handle streamoff/on from client in dynamic resolution changeDikshita Agarwal-3/+179
2025-02-07media: iris: add support for dynamic resolution changeDikshita Agarwal-1/+676
2025-02-07media: iris: implement vb2 ops for buf_queue and firmware responseDikshita Agarwal-20/+916
2025-02-07media: iris: allocate, initialize and queue internal buffersDikshita Agarwal-4/+1087
2025-02-07media: iris: subscribe parameters and properties to firmware for hfi_gen2Vedang Nagar-0/+206
2025-02-07media: iris: implement set properties to firmware during streamonVedang Nagar-0/+1429
2025-02-07media: iris: implement vb2 streaming opsDikshita Agarwal-12/+573
2025-02-07media: iris: implement query_cap ioctlVedang Nagar-0/+9
2025-02-07media: iris: implement iris v4l2_ctrl_opsDikshita Agarwal-3/+288
2025-02-07media: iris: implement subscribe_event and unsubscribe_event ioctlsVedang Nagar-0/+33