diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2019-04-02 15:30:38 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-25 21:33:38 +0200 |
commit | 09e7d4ed89912bb97ff339ca2ee78b6f3e0c2154 (patch) | |
tree | 64ed95e9ef1b3c5f7f395da25e1060bbe2d1b40f /Documentation/driver-api/index.rst | |
parent | ea2b23b89579d9765dc9b45d7bdbe7e4da37fa0f (diff) | |
download | linux-next-09e7d4ed89912bb97ff339ca2ee78b6f3e0c2154.tar.gz |
docs: Add Generic Counter interface documentation
This patch adds high-level documentation about the Generic Counter
interface.
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/driver-api/index.rst')
-rw-r--r-- | Documentation/driver-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index c0b600ed9961..201247b7c1e8 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -56,6 +56,7 @@ available subsections can be seen below. slimbus soundwire/index fpga/index + generic-counter .. only:: subproject and html |