[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <0acebf30-59a1-c336-1a44-19a74b4f244f@linaro.org>
Date: Wed, 28 Dec 2022 08:11:05 +0100
From: Philippe Mathieu-Daudé <philmd@...aro.org>
To: Arnaud Pouliquen <arnaud.pouliquen@...s.st.com>,
Bjorn Andersson <andersson@...nel.org>,
Mathieu Poirier <mathieu.poirier@...aro.org>,
Rob Herring <robh@...nel.org>
Cc: linux-remoteproc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com
Subject: Re: [PATCH v2] remoteproc: virtio: Fix warning on bindings by
removing the of_match_table
On 5/10/22 10:13, Arnaud Pouliquen wrote:
> The checkpatch tool complains that "virtio,rproc" is not documented.
> But it is not possible to probe the device "rproc-virtio" by declaring
> it in the device tree. So documenting it in the bindings does not make
> sense.
Perhaps reworded a bit as:
"Since it is not possible to probe the device "rproc-virtio" by
declaring it in the device tree, documenting it in the bindings
does not make sense."
Otherwise:
Reviewed-by: Philippe Mathieu-Daudé <philmd@...aro.org>
> This commit solves the checkpatch warning by suppressing the useless
> of_match_table.
>
> Suggested-by: Rob Herring <robh@...nel.org>
> Fixes: 1d7b61c06dc3 ("remoteproc: virtio: Create platform device for the remoteproc_virtio")
>
> Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@...s.st.com>
> Reviewed-by: Rob Herring <robh@...nel.org>
>
> ---
> Updates vs previous revision:
> - replace the "of_platform.h" include by "platform_device.h",
> - replace "Fix-suggested-by" by "Suggested-by",
> - add Rob's Reviewed-by.
> ---
> drivers/remoteproc/remoteproc_virtio.c | 8 +-------
> 1 file changed, 1 insertion(+), 7 deletions(-)
Powered by blists - more mailing lists