[PATCH v2] 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 --- Changes since V1: * Added entries for cmd/rng.c and include/rng.h
MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index 438fb22..4f8e890 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -781,6 +781,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

On 1/10/20 11:23 AM, 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
Reviewed-by: Heinrich Schuchardt xypron.glpk@gmx.de

On Fri, Jan 10, 2020 at 03:53:51PM +0530, 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 Reviewed-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to u-boot/master, thanks!
participants (3)
-
Heinrich Schuchardt
-
Sughosh Ganu
-
Tom Rini