summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-07-11 20:35:06 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-08-28 21:18:12 -0400
commit82345857df7e8339317c2a0227e6e4c07823fbc6 (patch)
tree7461b64d11dc902d129ca40d861a5bf79925172d /MAINTAINERS
parent9caa11d5d6bc3c4eb9526d275f7dd7b6a6d89555 (diff)
mean and variance: Promote to lib/math
This promotes mean_and_variance from bcachefs to lib/math, so it can be used by other things. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index aed798f5adf2..9c7fa5956da3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -12948,6 +12948,15 @@ S: Maintained
F: drivers/net/mdio/mdio-regmap.c
F: include/linux/mdio/mdio-regmap.h
+MEAN AND VARIANCE LIBRARY
+M: Daniel B. Hill <daniel@gluo.nz>
+M: Kent Overstreet <kent.overstreet@linux.dev>
+S: Maintained
+T: git https://github.com/YellowOnion/linux/
+F: include/linux/mean_and_variance.h
+F: lib/math/mean_and_variance.c
+F: lib/math/mean_and_variance_test.c
+
MEASUREMENT COMPUTING CIO-DAC IIO DRIVER
M: William Breathitt Gray <william.gray@linaro.org>
L: linux-iio@vger.kernel.org