summaryrefslogtreecommitdiff
path: root/drivers/media/platform/st
AgeCommit message (Expand)Author
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
2024-12-12media: stm32: dcmipp: add 1X16 RGB / YUV formats supportAlain Volmat
2024-12-12media: stm32: dcmipp: add bayer 10~14 bits formatsAlain Volmat
2024-12-12media: stm32: dcmipp: add support for csi input into dcmipp-inputAlain Volmat
2024-12-12media: stm32: dcmipp: rename dcmipp_parallel into dcmipp_inputAlain Volmat
2024-12-12media: stm32: dcmipp: replace s_stream with enable/disable_streamsAlain Volmat
2024-12-12media: stm32: dcmipp: use v4l2_subdev_is_streamingAlain Volmat
2024-12-12media: stm32: csi: addition of the STM32 CSI driverAlain Volmat
2024-12-12media: stm32: dcmipp: correct dma_set_mask_and_coherent mask valueAlain Volmat
2024-10-28media: platform: drop vb2_ops_wait_prepare/finishHans Verkuil
2024-10-12media: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-08-09media: bdisp: use 'time_left' variable with wait_event_timeout()Wolfram Sang
2024-07-03media: stm32: dcmipp: correct error handling in dcmipp_create_subdevsAlain Volmat
2024-06-27Revert "media: stm32: dcmipp: correct error handling in dcmipp_create_subdevs"Hans Verkuil
2024-06-27media: stm32: dcmipp: correct error handling in dcmipp_create_subdevsAlain Volmat
2024-06-21media: Convert from tasklet to BH workqueueAllen Pais
2024-06-15media: c8sectpfe: Add missing parameter namesRicardo Ribalda
2024-05-03media: stm32-dcmipp: Remove redundant printkRicardo Ribalda
2024-04-15media: platform: sti: hva: clk_unprepare unconditionallyRicardo Ribalda
2024-04-15media: c8sectpfe: Refactor load_c8sectpfe_fwRicardo Ribalda
2024-04-15media: c8sectpfe: Do not depend on DEBUG_FSRicardo Ribalda
2024-03-25media: c8sectpfe: Remove unused of_gpio.hAndy Shevchenko
2024-02-28media: stm32-dcmipp: Convert to platform remove callback returning voidUwe Kleine-König
2024-02-23media: platform: replace of_graph_get_next_endpoint()Kuninori Morimoto
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard
2023-12-04media: stm32-dcmipp: STM32 DCMIPP camera interface driverHugues Fruchet
2023-11-23media: stm32-dcmi: Drop unnecessary of_match_device() callRob Herring
2023-11-23media: sti: hva: Remove useless checkBenjamin Gaignard
2023-09-27media: c8sectpfe: Use the devm_clk_get_enabled() helper functionRuan Jinjie
2023-08-10media: stm32: dcmi: only call s_stream on the source subdevAlain Volmat
2023-08-10media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus
2023-07-28media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus
2023-07-19media: stm32-dcmi: Use devm_platform_get_and_ioremap_resource()Yangtao Li