diff options
author | William Breathitt Gray | 2019-04-02 15:30:38 +0900 |
---|---|---|
committer | Greg Kroah-Hartman | 2019-04-25 21:33:38 +0200 |
commit | 09e7d4ed89912bb97ff339ca2ee78b6f3e0c2154 (patch) | |
tree | 64ed95e9ef1b3c5f7f395da25e1060bbe2d1b40f /MAINTAINERS | |
parent | ea2b23b89579d9765dc9b45d7bdbe7e4da37fa0f (diff) |
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 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b6028ebaf1b4..24fb5ba6a335 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4059,6 +4059,7 @@ M: William Breathitt Gray <vilhelm.gray@gmail.com> L: linux-iio@vger.kernel.org S: Maintained F: Documentation/ABI/testing/sysfs-bus-counter* +F: Documentation/driver-api/generic-counter.rst F: drivers/counter/ F: include/linux/counter.h F: include/linux/counter_enum.h |