[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250820094545.23821-1-jjian.zhou@mediatek.com>
Date: Wed, 20 Aug 2025 17:45:36 +0800
From: Jjian Zhou <jjian.zhou@...iatek.com>
To: Jassi Brar <jassisinghbrar@...il.com>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
Matthias Brugger <matthias.bgg@...il.com>, AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>, Jjian Zhou
<Jjian.Zhou@...iatek.com>, Chen-Yu Tsai <wenst@...omium.org>
CC: <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <linux-mediatek@...ts.infradead.org>,
<Project_Global_Chrome_Upstream_Group@...iatek.com>, Jjian Zhou
<jjian.zhou@...iatek.com>
Subject: [PATCH v4 0/2] add VCP mailbox driver
Since the reviewer hopes to combine the VCP IPC driver and
the VCP driver for a unified review, the original three patches
have been split into two parts: the VCP mailbox driver and
the binding remain together, while the VCP IPC driver is merged
with the VCP driver and submitted as one.
To prevent the information discussed in the previous cover letter
from being lost, the previous link is attached.
https://lore.kernel.org/all/CAGXv+5FXqZb_v2dQNgCKbFpJrLhbVk3f0sWrrMCVk3jaWwoBqA@mail.gmail.com/
Jjian Zhou (2):
dt-bindings: mailbox: mediatek,mt8196-vcp-mbox: add mtk vcp-mbox
document
mailbox: mediatek: Add mtk-vcp-mailbox driver
.../mailbox/mediatek,mt8196-vcp-mbox.yaml | 49 +++++
drivers/mailbox/Kconfig | 9 +
drivers/mailbox/Makefile | 2 +
drivers/mailbox/mtk-vcp-mailbox.c | 174 ++++++++++++++++++
include/linux/mailbox/mtk-vcp-mailbox.h | 32 ++++
5 files changed, 266 insertions(+)
create mode 100644 Documentation/devicetree/bindings/mailbox/mediatek,mt8196-vcp-mbox.yaml
create mode 100644 drivers/mailbox/mtk-vcp-mailbox.c
create mode 100644 include/linux/mailbox/mtk-vcp-mailbox.h
--
2.45.2
Powered by blists - more mailing lists