From: Leo Liang <ycliang@andestech.com>
To: Jamie Gibbons <jamie.gibbons@microchip.com>
Cc: <u-boot@lists.denx.de>, Conor Dooley <conor.dooley@microchip.com>,
Valentina Fernandez Alanis
<valentina.fernandezalanis@microchip.com>,
Cyril Jean <cyril.jean@microchip.com>,
Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH 3/6] mailbox: add PolarFire SoC mailbox driver
Date: Tue, 12 Aug 2025 11:49:58 +0800 [thread overview]
Message-ID: <aJq51ip3XurIQJlq@swlinux02> (raw)
In-Reply-To: <20250801123626.1972658-4-jamie.gibbons@microchip.com>
On Fri, Aug 01, 2025 at 01:36:23PM +0100, Jamie Gibbons wrote:
> This driver adds support for the single mailbox channel of the MSS
> system controller on the Microchip PolarFire SoC.
>
> Signed-off-by: Jamie Gibbons <jamie.gibbons@microchip.com>
> ---
> drivers/mailbox/Kconfig | 7 ++
> drivers/mailbox/Makefile | 1 +
> drivers/mailbox/mpfs-mbox.c | 177 ++++++++++++++++++++++++++++++++++++
> include/mpfs-mailbox.h | 67 ++++++++++++++
> 4 files changed, 252 insertions(+)
> create mode 100644 drivers/mailbox/mpfs-mbox.c
> create mode 100644 include/mpfs-mailbox.h
Acked-by: Leo Yu-Chi Liang <ycliang@andestech.com>
next prev parent reply other threads:[~2025-08-12 3:50 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-01 12:36 [PATCH 0/6] MPFS Icicle Kit Cleanup Jamie Gibbons
2025-08-01 12:36 ` [PATCH 1/6] configs: microchip_mpfs_icicle: enable CONFIG_OF_BOARD_SETUP Jamie Gibbons
2025-08-12 3:40 ` Leo Liang
2025-08-01 12:36 ` [PATCH 2/6] board: microchip: mpfs_icicle: make use of ft_board_setup() Jamie Gibbons
2025-08-12 3:47 ` Leo Liang
2025-08-01 12:36 ` [PATCH 3/6] mailbox: add PolarFire SoC mailbox driver Jamie Gibbons
2025-08-12 3:49 ` Leo Liang [this message]
2025-08-01 12:36 ` [PATCH 4/6] misc: add PolarFire SoC system controller Jamie Gibbons
2025-08-12 3:50 ` Leo Liang
2025-08-01 12:36 ` [PATCH 5/6] board: microchip: mpfs_icicle: enable new driver configs Jamie Gibbons
2025-08-12 3:51 ` Leo Liang
2025-08-01 12:36 ` [PATCH 6/6] board: microchip: mpfs_icicle: update to use system controller Jamie Gibbons
2025-08-12 3:53 ` Leo Liang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aJq51ip3XurIQJlq@swlinux02 \
--to=ycliang@andestech.com \
--cc=conor.dooley@microchip.com \
--cc=cyril.jean@microchip.com \
--cc=jamie.gibbons@microchip.com \
--cc=trini@konsulko.com \
--cc=u-boot@lists.denx.de \
--cc=valentina.fernandezalanis@microchip.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.