From bd360e8175f4e07418a8427786dfaf9d42867e71 Mon Sep 17 00:00:00 2001 From: Boris Brezillon Date: Tue, 12 Dec 2017 11:00:07 +0100 Subject: 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 Reviewed-by: Randy Dunlap Reviewed-by: Arnd Bergmann Acked-by: Greg Kroah-Hartman --- Documentation/driver-api/i3c/device-driver-api.rst | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Documentation/driver-api/i3c/device-driver-api.rst (limited to 'Documentation/driver-api/i3c/device-driver-api.rst') 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 -- cgit v1.2.3