Re: [PATCH V5 1/3] rpmsg: core: Add signal API support

From: Bjorn Andersson
Date: Tue Feb 21 2023 - 12:17:31 EST


On Tue, Feb 21, 2023 at 08:05:12PM +0530, Sarannya S wrote:
> Some transports like Glink support the state notifications between
> clients using flow control signals similar to serial protocol signals.
> Local glink client drivers can send and receive flow control status
> to glink clients running on remote processors.
>
> Add APIs to support sending and receiving of flow control status by
> rpmsg clients.
>
> Signed-off-by: Deepak Kumar Singh <quic_deesin@xxxxxxxxxxx>
> Signed-off-by: Sarannya S <quic_sarannya@xxxxxxxxxxx>
> ---
> arch/arm64/boot/Image.gz-dtb | Bin 0 -> 12413735 bytes
> drivers/rpmsg/rpmsg_core.c | 20 ++++++++++++++++++++
> drivers/rpmsg/rpmsg_core.c.rej | 11 +++++++++++
> drivers/rpmsg/rpmsg_internal.h | 2 ++
> include/linux/rpmsg.h | 15 +++++++++++++++

Looks like you accidentally included the Image.gz-dtb and .rej file in
the patch. Please resend without these.

Thanks,
Bjorn

> 5 files changed, 48 insertions(+)
> create mode 100644 arch/arm64/boot/Image.gz-dtb
> create mode 100644 drivers/rpmsg/rpmsg_core.c.rej