[<prev] [next>] [day] [month] [year] [list]
Message-ID:
<SYBP282MB2238886048E92FCF38FB940AC4A32@SYBP282MB2238.AUSP282.PROD.OUTLOOK.COM>
Date: Thu, 18 Jul 2024 01:07:33 +0800
From: Yuntao Dai <d1581209858@...e.com>
To: Chen Wang <unicorn_wang@...look.com>
Cc: 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, 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
On Tue, Jul 16, 2024 at 8:55 PM, Chen Wang <unicorn_wang@...look.com>
wrote:
> cv18x -> cv18xx, please check this for all patches, both title and
> message text.
>
I will fix this
> 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