Message ID | 1578651831-9765-1-git-send-email-sughosh.ganu@linaro.org |
---|---|
State | Accepted |
Commit | 3e6359830854bf1ed43f255d5248fbd267de26c4 |
Headers | show |
Series | [v2] MAINTAINERS: Add entry for rng drivers | expand |
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 at linaro.org> Reviewed-by: Heinrich Schuchardt <xypron.glpk at 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 at linaro.org> > Reviewed-by: Heinrich Schuchardt <xypron.glpk at gmx.de> Applied to u-boot/master, thanks!
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 at linaro.org> +R: Heinrich Schuchardt <xypron.glpk at 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 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> --- Changes since V1: * Added entries for cmd/rng.c and include/rng.h MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+)