summaryrefslogtreecommitdiff
path: root/drivers/media/platform/st
AgeCommit message (Expand)Author
2026-03-11media: stm32: dcmi: addition of DMA-MDMA chaining supportAlain Volmat
2026-03-11media: stm32: dcmi: continuous mode capture in JPEGAlain Volmat
2026-03-11media: stm32: dcmi: use dmaengine_terminate_async in irq contextAlain Volmat
2026-03-11media: stm32: dcmi: perform all dma handling within irq_threadAlain Volmat
2026-03-11media: stm32: dcmi: rework spin_lock callsAlain Volmat
2026-03-11media: stm32: dcmi: stop the dma transfer on overrunAlain Volmat
2026-03-11media: stm32: dcmi: only create dma descriptor once at buf_prepareAlain Volmat
2026-03-11media: stm32: dcmi: perform dmaengine_slave_config at probeAlain Volmat
2026-03-11media: stm32: dcmi: Switch from __maybe_unused to pm_ptr()Alain Volmat
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-16media: stm32: dcmipp: bytecap: remove useless cmier variableAlain Volmat
2026-01-16media: stm32: dcmipp: byteproc: only allow compose with 8/16bit fmtsAlain Volmat
2026-01-16media: stm32: dcmipp: add Y10-Y12-Y14 in all subdevsAlain Volmat
2026-01-16media: stm32: dcmipp: Add RGB888 format support overallAlain Volmat
2026-01-16media: stm32: dcmipp: byteproc: disable compose for all bayersAlain Volmat
2026-01-16media: stm32: dcmipp: bytecap: clear all interrupts upon stream stopAlain Volmat
2026-01-16media: stm32: dcmipp: avoid naming clock if only one is neededAlain Volmat
2025-10-17media: v4l2-mem2mem: Don't copy frame flags in v4l2_m2m_buf_copy_metadata()Laurent Pinchart
2025-10-17media: stm32: dma2d: Drop unneeded v4l2_m2m_get_vq() NULL checkLaurent Pinchart
2025-10-14media: c8sectpfe: remove support of STi c8sectpfe driverRaphael Gallais-Pou
2025-09-09media: stm32-dcmi: use int type to store negative error codesQianfeng Rong
2025-08-29media: st-delta: avoid excessive stack usageArnd Bergmann
2025-08-25media: stm32-csi: Fix dereference before NULL checkChandra Mohan Sundar
2025-08-13media: v4l2: Rename second ioctl handlers argument to 'void *priv'Laurent Pinchart
2025-08-13media: stm32: dma2d: Access v4l2_fh from fileJacopo Mondi
2025-08-13media: st: delta: Access v4l2_fh from fileJacopo Mondi
2025-08-13media: bdisp: Access v4l2_fh from fileJacopo Mondi
2025-08-13media: Reset file->private_data to NULL in v4l2_fh_del()Laurent Pinchart
2025-08-13media: Set file->private_data in v4l2_fh_add()Laurent Pinchart
2025-08-13media: Replace file->private_data access with custom functionsLaurent Pinchart
2025-06-17media: c8sectpfe: Use for_each_child_of_node_scoped()Jinjie Ruan
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-04-30media: platform: use (t,l)/wxh format for rectangleHans Verkuil
2025-04-25media: stm32-dcmi: use devm_kmemdup_array()Raag Jadav
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-06media: platform: stm32: Add check for clk_enable()Jiasheng Jiang
2025-03-06media: c8sectpfe: Call of_node_put(i2c_bus) only once in c8sectpfe_probe()Markus Elfring
2025-02-15media: v4l: Convert the users of v4l2_get_link_freq to call it on a padSakari Ailus
2025-02-15media: stm32: dcmipp: add has_csi2 & needs_mclk in match dataAlain Volmat
2025-02-15media: stm32: csi: correct unsigned or useless variable settingsAlain Volmat
2025-02-15media: stm32: csi: remove useless fwnode_graph_get_endpoint callAlain Volmat
2025-02-15media: stm32: csi: simplify enable_streams error handlingAlain Volmat
2025-02-15media: stm32: csi: use ARRAY_SIZE to search D-PHY tableAlain Volmat
2025-02-15media: stm32: csi: register subdev only at end of probeAlain Volmat
2025-02-15media: stm32: csi: add missing pm_runtime_put on errorAlain Volmat
2025-02-15media: stm32: dcmipp: correct ret type in dcmipp_graph_notify_boundAlain Volmat
2024-12-12media: stm32: dcmipp: add core support for the stm32mp25Alain Volmat
2024-12-12media: stm32: dcmipp: fill media ctl hw_revision fieldAlain Volmat
2024-12-12media: stm32: dcmipp: avoid duplicated format on enum in bytecapAlain Volmat