Message ID | 1578578985-13675-1-git-send-email-sughosh.ganu@linaro.org |
---|---|
State | Superseded |
Headers | show |
Series | MAINTAINERS: Add entry for rng drivers | expand |
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 at 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 at linaro.org> > +R: Heinrich Schuchardt <xypron.glpk at 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 at gmx.de> > + > ROCKUSB > M: Eddie Cai <eddie.cai.linux at gmail.com> > S: Maintained >
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 at linaro.org> +R: Heinrich Schuchardt <xypron.glpk at gmx.de> +S: Maintained +F: drivers/rng/ +F: drivers/virtio/virtio_rng.c + ROCKUSB M: Eddie Cai <eddie.cai.linux at gmail.com> S: Maintained
Take up maintainership of random number generator drivers with Heinrich Schuchardt as the reviewer. Signed-off-by: Sughosh Ganu <sughosh.ganu at linaro.org> --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+)