docs: driver-api: Add Surface Aggregator subsystem documentation
authorMaximilian Luz <luzmaximilian@gmail.com>
Mon, 21 Dec 2020 18:39:57 +0000 (19:39 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 6 Jan 2021 23:06:39 +0000 (00:06 +0100)
commit8d7792823da4abd799d63aaceb23805203a5419e
tree8118c1ab8ae6a3f8c4e489329e933d43e8b45772
parenteb0e90a82098d4a48308abb87d2087578a83987f
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>
Documentation/driver-api/index.rst
Documentation/driver-api/surface_aggregator/client-api.rst [new file with mode: 0644]
Documentation/driver-api/surface_aggregator/client.rst [new file with mode: 0644]
Documentation/driver-api/surface_aggregator/clients/index.rst [new file with mode: 0644]
Documentation/driver-api/surface_aggregator/index.rst [new file with mode: 0644]
Documentation/driver-api/surface_aggregator/internal-api.rst [new file with mode: 0644]
Documentation/driver-api/surface_aggregator/internal.rst [new file with mode: 0644]
Documentation/driver-api/surface_aggregator/overview.rst [new file with mode: 0644]
Documentation/driver-api/surface_aggregator/ssh.rst [new file with mode: 0644]
MAINTAINERS