diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-23 13:50:49 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-12-23 13:50:49 +0100 |
commit | 907f999fc0e334b06f0d439c8a8bceff1fd4506a (patch) | |
tree | 3598fdde14921ea3bdfdd4f4f117d57bdcd96da2 /MAINTAINERS | |
parent | Merge tag 'fpga-for-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
parent | tools/counter: Remove unneeded semicolon (diff) | |
download | linux-907f999fc0e334b06f0d439c8a8bceff1fd4506a.tar.xz linux-907f999fc0e334b06f0d439c8a8bceff1fd4506a.zip |
Merge tag 'counter-updates-for-6.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-next
William writes:
First set of Counter updates for the 6.8 cycle
A new Counter tool is introduced to provide a generic and flexible way
to watch Counter device events from userspace.
* tag 'counter-updates-for-6.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter:
tools/counter: Remove unneeded semicolon
tools/counter: Fix spelling mistake "componend" -> "component"
MAINTAINERS: add myself as counter watch events tool maintainer
tools/counter: add a flexible watch events tool
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 066707fddd90..360626b8b464 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5398,6 +5398,12 @@ F: include/linux/counter.h F: include/uapi/linux/counter.h F: tools/counter/ +COUNTER WATCH EVENTS TOOL +M: Fabrice Gasnier <fabrice.gasnier@foss.st.com> +L: linux-iio@vger.kernel.org +S: Maintained +F: tools/counter/counter_watch_events.c + CP2615 I2C DRIVER M: Bence Csókás <bence98@sch.bme.hu> S: Maintained |