[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
<MA0P287MB282276F453744C2ACC2FF627FEA22@MA0P287MB2822.INDP287.PROD.OUTLOOK.COM>
Date: Tue, 16 Jul 2024 20:55:05 +0800
From: Chen Wang <unicorn_wang@...look.com>
To: Yuntao Dai <d1581209858@...e.com>, jassisinghbrar@...il.com,
robh@...nel.org, krzk+dt@...nel.org, conor+dt@...nel.org,
inochiama@...look.com, paul.walmsley@...ive.com, palmer@...belt.com,
aou@...s.berkeley.edu
Cc: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
linux-riscv@...ts.infradead.org
Subject: Re: [PATCH v2 0/3] riscv: sophgo: add mailbox support for cv18x SoCs
cv18x -> cv18xx, please check this for all patches, both title and
message text.
On 2024/7/15 0:28, Yuntao Dai wrote:
> Add mailbox support for Sophgo cv18x SoCs, and test on both cv1800b SoC for
> milkv-duo and cv1812h SoC for milkv-duo256m
>
> Changes in v2:
> - drop 'recvid' 'sender' in dt-bindings
> - fix compatible to 'cv1800-mailbox', and change filenames too
> - change #mbox-cell to 2, for <channel tagert_cpu>
> - add struct cv1800_mbox_chan_priv and function cv1800_mbox_xlate to extract
> informations in mbox devicetree node of mailbox client
>
> Yuntao Dai (3):
> dt-bindings: mailbox: add Sophgo cv18x SoCs mailbox
> riscv: dts: add mailbox for Sophgo cv18x SoCs
> mailbox: sophgo: add mailbox driver for cv18x SoCs
>
> .../mailbox/sophgo,cv1800-mailbox.yaml | 61 ++++++
> arch/riscv/boot/dts/sophgo/cv18xx.dtsi | 9 +
> drivers/mailbox/Kconfig | 11 +
> drivers/mailbox/Makefile | 2 +
> drivers/mailbox/cv1800-mailbox.c | 203 ++++++++++++++++++
> 5 files changed, 286 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/mailbox/sophgo,cv1800-mailbox.yaml
> create mode 100644 drivers/mailbox/cv1800-mailbox.c
>
Powered by blists - more mailing lists