2019-01-30 17:49:03

by Joao Pinto

[permalink] [raw]
Subject: [PATCH for-next] scsi: ufs: Update dwc driver maintainer to Pedro Sousa

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 <[email protected]>
Cc: Pedro Sousa <[email protected]>
Cc: Marc Gonzalez <[email protected]>
Cc: Alex Lemberg <[email protected]>
---
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 <[email protected]>
+M: Pedro Sousa <[email protected]>
L: [email protected]
S: Supported
F: drivers/scsi/ufs/*dwc*
--
2.7.4



2019-01-30 17:54:41

by Bart Van Assche

[permalink] [raw]
Subject: Re: [PATCH for-next] scsi: ufs: Update dwc driver maintainer to Pedro Sousa

On Wed, 2019-01-30 at 18:48 +-0100, Joao Pinto wrote:
+AD4 Currently I am managing the Synopsys drivers +ACY tools team (full-time) and
+AD4 so I am passing the DWC UFS driver maintenance to Pedro Sousa.
+AD4
+AD4 Signed-off-by: Joao Pinto +ADw-jpinto+AEA-synopsys.com+AD4
+AD4 Cc: Pedro Sousa +ADw-pedrom.sousa+AEA-synopsys.com+AD4
+AD4 Cc: Marc Gonzalez +ADw-marc.w.gonzalez+AEA-free.fr+AD4
+AD4 Cc: Alex Lemberg +ADw-Alex.Lemberg+AEA-wdc.com+AD4
+AD4 ---
+AD4 MAINTAINERS +AHw 2 +--
+AD4 1 file changed, 1 insertion(+-), 1 deletion(-)
+AD4
+AD4 diff --git a/MAINTAINERS b/MAINTAINERS
+AD4 index 70c93b1..458a2a2 100644
+AD4 --- a/MAINTAINERS
+AD4 +-+-+- b/MAINTAINERS
+AD4 +AEAAQA -15673,7 +-15673,7 +AEAAQA F: Documentation/scsi/ufs.txt
+AD4 F: drivers/scsi/ufs/
+AD4
+AD4 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER DWC HOOKS
+AD4 -M: Joao Pinto +ADw-jpinto+AEA-synopsys.com+AD4
+AD4 +-M: Pedro Sousa +ADw-pedrom.sousa+AEA-synopsys.com+AD4
+AD4 L: linux-scsi+AEA-vger.kernel.org
+AD4 S: Supported
+AD4 F: drivers/scsi/ufs/+ACo-dwc+ACo

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:

+ACQ git log --author +ACI-Pedro Sousa+ACI +AHw wc -l
0
+ACQ git log +AHw grep -c +ACI-Pedro Sousa+ACI
0

Are you aware that people who are not mentioned in the MAINTAINERS file are
allowed to review kernel patches?

Thanks,

Bart.



2019-01-30 19:16:45

by Joao Pinto

[permalink] [raw]
Subject: Re: [PATCH for-next] scsi: ufs: Update dwc driver maintainer to Pedro Sousa

Hello Bart,

First of all thanks for the feedback.

On 1/30/2019 5:54 PM, Bart Van Assche wrote:
> 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 <[email protected]>
>> Cc: Pedro Sousa <[email protected]>
>> Cc: Marc Gonzalez <[email protected]>
>> Cc: Alex Lemberg <[email protected]>
>> ---
>> 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 <[email protected]>
>> +M: Pedro Sousa <[email protected]>
>> L: [email protected]
>> 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:

Pedro Sousa is my team member and has been working in Unipro/UFS Synopsys
drivers for almost 2 years.

His work has been mainly internal, and now our goal is to start using the
mainline DWC UFS driver I submitted 2 years ago in our regular activities,
update and maintain it effectively as we are doing in other titles.

Currently I am Pedro' manager, and in my opinion he has the right experience for
this step and that is why I am suggesting to transfer Synopsys driver
maintenance from me to him.

>
> $ 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?

Yes, I am aware and Pedro is perfectly capable of doing that, and for that
reason I am suggesting him as the right person to maintain Synopsys UFS driver.

>
> Thanks,
>
> Bart.
>
Thanks,

Joao



2019-02-05 03:43:49

by Martin K. Petersen

[permalink] [raw]
Subject: Re: [PATCH for-next] scsi: ufs: Update dwc driver maintainer to Pedro Sousa


Joao,

> Currently I am managing the Synopsys drivers & tools team (full-time) and
> so I am passing the DWC UFS driver maintenance to Pedro Sousa.

Applied to 5.1/scsi-queue, thanks.

--
Martin K. Petersen Oracle Linux Engineering

2019-02-05 14:03:57

by Joao Pinto

[permalink] [raw]
Subject: Re: [PATCH for-next] scsi: ufs: Update dwc driver maintainer to Pedro Sousa

Thanks Martin.

On 2/5/2019 3:37 AM, Martin K. Petersen wrote:
> Joao,
>
>> Currently I am managing the Synopsys drivers & tools team (full-time) and
>> so I am passing the DWC UFS driver maintenance to Pedro Sousa.
> Applied to 5.1/scsi-queue, thanks.
>