[PATCH] 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 --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 438fb22..a0f1eaf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -781,6 +781,13 @@ 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: drivers/rng/ +F: drivers/virtio/virtio_rng.c + ROCKUSB M: Eddie Cai eddie.cai.linux@gmail.com S: Maintained

On 1/9/20 3:09 PM, Sughosh Ganu wrote:
Take up maintainership of random number generator drivers with Heinrich Schuchardt as the reviewer.
Signed-off-by: Sughosh Ganu sughosh.ganu@linaro.org
MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 438fb22..a0f1eaf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -781,6 +781,13 @@ 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: drivers/rng/ +F: drivers/virtio/virtio_rng.c
Please, add
F: cmd/rng.c F: include/rng.c
Otherwise
Reviewed-by: Heinrich Schuchardt xypron.glpk@gmx.de
- ROCKUSB M: Eddie Cai eddie.cai.linux@gmail.com S: Maintained
participants (2)
-
Heinrich Schuchardt
-
Sughosh Ganu