]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
remoteproc: keystone: Request IRQs in probe()
authorAndrew Davis <afd@ti.com>
Mon, 2 Mar 2026 20:17:34 +0000 (14:17 -0600)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 9 Mar 2026 14:24:51 +0000 (08:24 -0600)
commit664b6b3ca5766ce487b80601f356a58d92b483b7
treefebf4f04dbd929eceae1e0b8bd494c93857729c1
parentd1165ef7e9d2bc86a7efeac386435de104c0ba2f
remoteproc: keystone: Request IRQs in probe()

IRQs can be registered in probe and only need to be enabled/disabled
during remoteproc start/stop. This lets us catch IRQ issues early
and simplify remoteproc start/stop.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20260302201734.320747-1-afd@ti.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/remoteproc/keystone_remoteproc.c