Re: [PATCH v10 1/5] docs: driver-api: gpio: rpmsg gpio driver over rpmsg bus

From: Shuah Khan

Date: Mon Mar 09 2026 - 18:24:22 EST


On 3/9/26 14:55, Shenwei Wang wrote:
Describes the gpio rpmsg transport protocol over the rpmsg bus between
the remote system and Linux.

Signed-off-by: Shenwei Wang <shenwei.wang@xxxxxxx>
---
Documentation/driver-api/gpio/gpio-rpmsg.rst | 266 +++++++++++++++++++
Documentation/driver-api/gpio/index.rst | 1 +
2 files changed, 267 insertions(+)
create mode 100644 Documentation/driver-api/gpio/gpio-rpmsg.rst

diff --git a/Documentation/driver-api/gpio/gpio-rpmsg.rst b/Documentation/driver-api/gpio/gpio-rpmsg.rst
new file mode 100644
index 000000000000..0f0a3ce3806b
--- /dev/null
+++ b/Documentation/driver-api/gpio/gpio-rpmsg.rst
@@ -0,0 +1,266 @@
+.. SPDX-License-Identifier: GPL-2.0-or-later
+
+GPIO RPMSG Protocol

Let's expand RPMSG for the first time. Looks there is another
RPMSG acronym that is completely different.

The rest looks good to me.

thanks,
-- Shuah