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 <[email protected]>
---
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