diff mbox series

MAINTAINERS: Add entry for rng drivers

Message ID 1578578985-13675-1-git-send-email-sughosh.ganu@linaro.org
State Superseded
Delegated to: Tom Rini
Headers show
Series MAINTAINERS: Add entry for rng drivers | expand

Commit Message

Sughosh Ganu Jan. 9, 2020, 2:09 p.m. UTC
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(+)

Comments

Heinrich Schuchardt Jan. 9, 2020, 6:06 p.m. UTC | #1
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
>
diff mbox series

Patch

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