remoteproc: Add device-managed variants of rproc_alloc/rproc_add
authorPaul Cercueil <paul@crapouillou.net>
Fri, 17 Apr 2020 17:00:37 +0000 (19:00 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Tue, 21 Apr 2020 02:54:29 +0000 (19:54 -0700)
commit305ac5a766b1d0dd8a4052c8c92e5464888eaa10
tree7b1e40c4ce498b6c4705e44f17c2d9a33e77ebb5
parentdb65527836156fe9c6abe6b9b4aa02fac49a67e3
remoteproc: Add device-managed variants of rproc_alloc/rproc_add

Add API functions devm_rproc_alloc() and devm_rproc_add(), which behave
like rproc_alloc() and rproc_add() respectively, but register their
respective cleanup function to be called on driver detach.

Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Link: https://lore.kernel.org/r/20200417170040.174319-2-paul@crapouillou.net
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_core.c
include/linux/remoteproc.h