summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSughosh Ganu <sughosh.ganu@linaro.org>2020-01-10 15:53:51 +0530
committerTom Rini <trini@konsulko.com>2020-01-23 07:29:58 -0500
commit3e6359830854bf1ed43f255d5248fbd267de26c4 (patch)
treeab05db9037da0d64183512d67b931f93533aaa3f /MAINTAINERS
parent04cd7108e6271d0a83e70444ddd4e12902253a44 (diff)
MAINTAINERS: Add entry for rng drivers
Take up maintainership of random number generator drivers with Heinrich Schuchardt as the reviewer. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index f03e4262d2..b0634b23bc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -789,6 +789,15 @@ F: arch/riscv/
F: cmd/riscv/
F: tools/prelink-riscv.c
+RNG
+M: Sughosh Ganu <sughosh.ganu@linaro.org>
+R: Heinrich Schuchardt <xypron.glpk@gmx.de>
+S: Maintained
+F: cmd/rng.c
+F: drivers/rng/
+F: drivers/virtio/virtio_rng.c
+F: include/rng.h
+
ROCKUSB
M: Eddie Cai <eddie.cai.linux@gmail.com>
S: Maintained