]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
remoteproc: Remove "experimental" warning
authorBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 3 Dec 2016 04:43:50 +0000 (20:43 -0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sat, 10 Dec 2016 00:13:19 +0000 (16:13 -0800)
Warning users that remoteproc and it's binary format are under
development doesn't serve much of a purpose. Different drivers support
different image formats and the resource table has a version field that
would need to be bumped when incompatible changes are introduced.

So lets drop this warning to clean up the kernel log.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/remoteproc_core.c

index f0f6ec1ab12bf274a3333e4cd43451c8bcbabb77..fc2ebff7d33214f9a847495b36c0f95566693c66 100644 (file)
@@ -1298,9 +1298,6 @@ int rproc_add(struct rproc *rproc)
 
        dev_info(dev, "%s is available\n", rproc->name);
 
-       dev_info(dev, "Note: remoteproc is still under development and considered experimental.\n");
-       dev_info(dev, "THE BINARY FORMAT IS NOT YET FINALIZED, and backward compatibility isn't yet guaranteed.\n");
-
        /* create debugfs entries */
        rproc_create_debug_dir(rproc);
        ret = rproc_add_virtio_devices(rproc);