]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: stm32: dcmi: perform dmaengine_slave_config at probe
authorAlain Volmat <alain.volmat@foss.st.com>
Tue, 6 Jan 2026 11:34:30 +0000 (12:34 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 11 Mar 2026 00:05:32 +0000 (01:05 +0100)
commitbc901885fae0a0273288666609d143e960b6ad3a
tree3382a1dbaa1af31e5bd9e3af4c744822611cc32e
parent9ab2bd7760a9edc23dfef71bb94092359ce94024
media: stm32: dcmi: perform dmaengine_slave_config at probe

Perform the dma channel configuration at probe time right after
the channel allocation since this is fixed for the whole lifetime
of the driver.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/st/stm32/stm32-dcmi.c