On Wed, 2019-01-30 at 18:48 +0100, Joao Pinto wrote: > Currently I am managing the Synopsys drivers & tools team (full-time) and > so I am passing the DWC UFS driver maintenance to Pedro Sousa. > > Signed-off-by: Joao Pinto <jpi...@synopsys.com> > Cc: Pedro Sousa <pedrom.so...@synopsys.com> > Cc: Marc Gonzalez <marc.w.gonza...@free.fr> > Cc: Alex Lemberg <alex.lemb...@wdc.com> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 70c93b1..458a2a2 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -15673,7 +15673,7 @@ F: Documentation/scsi/ufs.txt > F: drivers/scsi/ufs/ > > UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS > -M: Joao Pinto <jpi...@synopsys.com> > +M: Pedro Sousa <pedrom.so...@synopsys.com> > L: linux-s...@vger.kernel.org > S: Supported > F: drivers/scsi/ufs/*dwc*
Shouldn't people have proven to be willing to stick around before being added as a kernel maintainer? Additionally, what is the experience level of Pedro with kernel development? All I know is the following: $ git log --author "Pedro Sousa" | wc -l 0 $ git log | grep -c "Pedro Sousa" 0 Are you aware that people who are not mentioned in the MAINTAINERS file are allowed to review kernel patches? Thanks, Bart.