[PATCH v12 06/25] mailbox: Add Gunyah message queue mailbox
Jassi Brar
jassisinghbrar at gmail.com
Wed May 3 23:21:30 PDT 2023
On Mon, Apr 24, 2023 at 6:16 PM Elliot Berman <quic_eberman at quicinc.com> wrote:
>
> Gunyah message queues are a unidirectional inter-VM pipe for messages up
> to 1024 bytes. This driver supports pairing a receiver message queue and
> a transmitter message queue to expose a single mailbox channel.
>
> Signed-off-by: Elliot Berman <quic_eberman at quicinc.com>
> ---
> Documentation/virt/gunyah/message-queue.rst | 8 +
> drivers/mailbox/Makefile | 2 +
> drivers/mailbox/gunyah-msgq.c | 210 ++++++++++++++++++++
> include/linux/gunyah.h | 57 ++++++
>
include/linux/gunyah.h and
Documentation/virt/gunyah/message-queue.rst would need to exist for
this patch to apply.
If you made this patch as the first in series, then I could apply.
cheers.
More information about the linux-arm-kernel
mailing list