aboutsummaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorGravatar Oleksij Rempel <o.rempel@pengutronix.de> 2021-03-01 09:04:01 +0100
committerGravatar Jonathan Cameron <Jonathan.Cameron@huawei.com> 2021-03-25 19:13:51 +0000
commita55ebd47f21f6f0472766fb52c973849e31d1466 (patch)
tree80af6b63962442b5a719f22a7adcc128e479cfbe /MAINTAINERS
parentdt-bindings: counter: add interrupt-counter binding (diff)
downloadlinux-a55ebd47f21f6f0472766fb52c973849e31d1466.tar.gz
linux-a55ebd47f21f6f0472766fb52c973849e31d1466.tar.bz2
linux-a55ebd47f21f6f0472766fb52c973849e31d1466.zip
counter: add IRQ or GPIO based counter
Add simple IRQ or GPIO base counter. This device is used to measure rotation speed of some agricultural devices, so no high frequency on the counter pin is expected. The maximal measurement frequency depends on the CPU and system load. On the idle iMX6S I was able to measure up to 20kHz without count drops. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Reviewed-by: William Breathitt Gray <vilhelm.gray@gmail.com> Link: https://lore.kernel.org/r/20210301080401.22190-3-o.rempel@pengutronix.de Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 05279582917a..57638f0d7cd2 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9288,6 +9288,13 @@ F: include/dt-bindings/interconnect/
F: include/linux/interconnect-provider.h
F: include/linux/interconnect.h
+INTERRUPT COUNTER DRIVER
+M: Oleksij Rempel <o.rempel@pengutronix.de>
+R: Pengutronix Kernel Team <kernel@pengutronix.de>
+L: linux-iio@vger.kernel.org
+F: Documentation/devicetree/bindings/counter/interrupt-counter.yaml
+F: drivers/counter/interrupt-cnt.c
+
INVENSENSE ICM-426xx IMU DRIVER
M: Jean-Baptiste Maneyrol <jmaneyrol@invensense.com>
L: linux-iio@vger.kernel.org