diff options
author | Boris Brezillon <boris.brezillon@bootlin.com> | 2017-12-12 11:00:07 +0100 |
---|---|---|
committer | Boris Brezillon <boris.brezillon@bootlin.com> | 2018-11-12 10:33:49 +0100 |
commit | bd360e8175f4e07418a8427786dfaf9d42867e71 (patch) | |
tree | 93fd1c4e2af0ab05e60441cba97439831bd38f52 /Documentation/driver-api/i3c/device-driver-api.rst | |
parent | i3c: Add core I3C infrastructure (diff) | |
download | linux-bd360e8175f4e07418a8427786dfaf9d42867e71.tar.xz linux-bd360e8175f4e07418a8427786dfaf9d42867e71.zip |
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.rst | 9 |
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 |