diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2022-03-15 20:38:56 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-03-18 14:04:30 +0100 |
commit | cac229ed3fde01c7dd488032b77a8f7459362660 (patch) | |
tree | 77a687fa40c87ece49352aa61bcfc57a303d04a3 | |
parent | counter: interrupt-cnt: add counter_push_event() (diff) | |
download | linux-cac229ed3fde01c7dd488032b77a8f7459362660.tar.xz linux-cac229ed3fde01c7dd488032b77a8f7459362660.zip |
MAINTAINERS: Add Counter subsystem git tree
The Counter subsystem tree is now separate from the IIO tree.
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Link: https://lore.kernel.org/r/41db1ea7bd9384da99fb332019ddc03067fe5311.1647373009.git.vilhelm.gray@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 10cf09b15a9b..a1dfb3fab5f8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5017,6 +5017,7 @@ COUNTER SUBSYSTEM M: William Breathitt Gray <vilhelm.gray@gmail.com> L: linux-iio@vger.kernel.org S: Maintained +T: git git@gitlab.com:vilhelmgray/counter.git F: Documentation/ABI/testing/sysfs-bus-counter F: Documentation/driver-api/generic-counter.rst F: drivers/counter/ |