summaryrefslogtreecommitdiff
path: root/drivers/media/platform/st
AgeCommit message (Expand)Author
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
2023-05-25media: sti: c8sectpfe: drop of_match_ptr() to avoid unused variablesAlain Volmat
2023-05-25media: c8sectpfe: switch to using gpiod APIDmitry Torokhov
2023-05-25media: platform: Remove unnecessary (void*) conversionsSu Hui
2023-05-14media: c8sectpfe: dvb: remove unnecessary (void*) conversionsYu Zhe
2023-04-11media: stm32-dcmi: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: dma2d: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: hva-v4l2: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: delta-v4l2: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: c8sectpfe-core: Convert to platform remove callback returning voidUwe Kleine-König
2023-04-11media: bdisp-v4l2: Convert to platform remove callback returning voidUwe Kleine-König
2023-03-20media: stm32: dma2d: remove unused fb_bufHans Verkuil
2023-03-19media: stm32-dcmi: Enable incoherent buffer allocationMarek Vasut
2023-03-19media: platform: stm32: use devm_platform_get_and_ioremap_resource()Ye Xingchen
2023-03-19media: bdisp: Add missing check for create_workqueueJiasheng Jiang
2022-12-07media: Switch to use dev_err_probe() helperYang Yingliang