summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/i3c/device-driver-api.rst
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@bootlin.com>2017-12-12 11:00:07 +0100
committerBoris Brezillon <boris.brezillon@bootlin.com>2018-11-12 10:33:49 +0100
commitbd360e8175f4e07418a8427786dfaf9d42867e71 (patch)
tree93fd1c4e2af0ab05e60441cba97439831bd38f52 /Documentation/driver-api/i3c/device-driver-api.rst
parent3a379bbcea0af6280e1ca0d1edfcf4e68cde6ee0 (diff)
downloadlinux-bd360e8175f4e07418a8427786dfaf9d42867e71.tar.bz2
docs: driver-api: Add I3C documentation
Add the I3C documentation describing the protocol, the master driver API and the device driver API. Signed-off-by: Boris Brezillon <boris.brezillon@bootlin.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api/i3c/device-driver-api.rst')
-rw-r--r--Documentation/driver-api/i3c/device-driver-api.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/driver-api/i3c/device-driver-api.rst b/Documentation/driver-api/i3c/device-driver-api.rst
new file mode 100644
index 000000000000..85bc3381cd3e
--- /dev/null
+++ b/Documentation/driver-api/i3c/device-driver-api.rst
@@ -0,0 +1,9 @@
+.. SPDX-License-Identifier: GPL-2.0
+
+=====================
+I3C device driver API
+=====================
+
+.. kernel-doc:: include/linux/i3c/device.h
+
+.. kernel-doc:: drivers/i3c/device.c