diff options
author | Maximilian Luz <luzmaximilian@gmail.com> | 2020-12-21 19:39:57 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-01-07 00:06:39 +0100 |
commit | 8d7792823da4abd799d63aaceb23805203a5419e (patch) | |
tree | 8118c1ab8ae6a3f8c4e489329e933d43e8b45772 /Documentation/driver-api/surface_aggregator/index.rst | |
parent | eb0e90a82098d4a48308abb87d2087578a83987f (diff) | |
download | linux-8d7792823da4abd799d63aaceb23805203a5419e.tar.gz |
docs: driver-api: Add Surface Aggregator subsystem documentation
Add documentation for the Surface Aggregator subsystem and its client
drivers, giving an overview of the subsystem, its use-cases, its
internal structure and internal API, as well as its external API for
writing client drivers.
Signed-off-by: Maximilian Luz <luzmaximilian@gmail.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Link: https://lore.kernel.org/r/20201221183959.1186143-8-luzmaximilian@gmail.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'Documentation/driver-api/surface_aggregator/index.rst')
-rw-r--r-- | Documentation/driver-api/surface_aggregator/index.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Documentation/driver-api/surface_aggregator/index.rst b/Documentation/driver-api/surface_aggregator/index.rst new file mode 100644 index 000000000000..6f3e1094904d --- /dev/null +++ b/Documentation/driver-api/surface_aggregator/index.rst @@ -0,0 +1,21 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +======================================= +Surface System Aggregator Module (SSAM) +======================================= + +.. toctree:: + :maxdepth: 2 + + overview + client + clients/index + ssh + internal + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |