Message ID | SYBP282MB223825D5903777B937A8A377C4A02@SYBP282MB2238.AUSP282.PROD.OUTLOOK.COM (mailing list archive) |
---|---|
Headers | show |
Series | riscv: sophgo: add mailbox support for cv18x SoCs | expand |
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 >
On Tue, Jul 16, 2024 at 8:55 PM, Chen Wang <unicorn_wang@outlook.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 >>