diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2019-04-02 15:30:37 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-25 21:33:38 +0200 |
commit | ea2b23b89579d9765dc9b45d7bdbe7e4da37fa0f (patch) | |
tree | f6f1d3a659d082fcf616a9c096e232b5a22a532e /MAINTAINERS | |
parent | 0040a390d2fde44a03b3a05cf0cdf3e692ece60f (diff) | |
download | lwn-ea2b23b89579d9765dc9b45d7bdbe7e4da37fa0f.tar.gz lwn-ea2b23b89579d9765dc9b45d7bdbe7e4da37fa0f.zip |
counter: Documentation: Add Generic Counter sysfs documentation
This patch adds standard documentation for the userspace sysfs
attributes of 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 5038b36867e9..b6028ebaf1b4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4058,6 +4058,7 @@ COUNTER SUBSYSTEM M: William Breathitt Gray <vilhelm.gray@gmail.com> L: linux-iio@vger.kernel.org S: Maintained +F: Documentation/ABI/testing/sysfs-bus-counter* F: drivers/counter/ F: include/linux/counter.h F: include/linux/counter_enum.h |