2024-02-02 16:55:43

by Jeffrey Hugo

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Update bouncing @codeaurora addresses

The @codeaurora email domain's servers have been decommissioned for a
long while now, and any emails addressed there will bounce.

Asutosh has an entry in .mailmap pointing to a new address, but
MAINTAINERS still lists an old @codeaurora address. Update MAINTAINERS
to match .mailmap for anyone reading the file directly.

Ritesh appears to have changed jobs, but looks to be still active in the
community. Update Ritesh's address to the one used in recient community
postings.

Signed-off-by: Jeffrey Hugo <[email protected]>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1e5dfd169a19..ac7e524cd8f8 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7803,8 +7803,8 @@ F: drivers/media/usb/em28xx/

EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER
M: Adrian Hunter <[email protected]>
-M: Ritesh Harjani <[email protected]>
-M: Asutosh Das <[email protected]>
+M: Ritesh Harjani <[email protected]>
+M: Asutosh Das <[email protected]>
L: [email protected]
S: Supported
F: drivers/mmc/host/cqhci*
--
2.34.1



2024-02-05 06:39:38

by Ritesh Harjani

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update bouncing @codeaurora addresses

Jeffrey Hugo <[email protected]> writes:

> The @codeaurora email domain's servers have been decommissioned for a
> long while now, and any emails addressed there will bounce.
>
> Asutosh has an entry in .mailmap pointing to a new address, but
> MAINTAINERS still lists an old @codeaurora address. Update MAINTAINERS
> to match .mailmap for anyone reading the file directly.
>
> Ritesh appears to have changed jobs, but looks to be still active in the
> community. Update Ritesh's address to the one used in recient community
> postings.
>

Thanks Jeffrey for the cc. Since I am not really active in linux-mmc
anymore, I would like to propose to have a Reviewer entry (R:) for
myself which I can try to help with.

Is that ok?

Thanks again for taking this up.

> Signed-off-by: Jeffrey Hugo <[email protected]>
> ---
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1e5dfd169a19..ac7e524cd8f8 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7803,8 +7803,8 @@ F: drivers/media/usb/em28xx/
>
> EMMC CMDQ HOST CONTROLLER INTERFACE (CQHCI) DRIVER
> M: Adrian Hunter <[email protected]>
> -M: Ritesh Harjani <[email protected]>
> -M: Asutosh Das <[email protected]>
> +M: Ritesh Harjani <[email protected]>
> +M: Asutosh Das <[email protected]>
> L: [email protected]
> S: Supported
> F: drivers/mmc/host/cqhci*
> --
> 2.34.1

2024-02-09 16:59:56

by Jeffrey Hugo

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Update bouncing @codeaurora addresses

On 2/4/2024 11:39 PM, Ritesh Harjani wrote:
> Jeffrey Hugo <[email protected]> writes:
>
>> The @codeaurora email domain's servers have been decommissioned for a
>> long while now, and any emails addressed there will bounce.
>>
>> Asutosh has an entry in .mailmap pointing to a new address, but
>> MAINTAINERS still lists an old @codeaurora address. Update MAINTAINERS
>> to match .mailmap for anyone reading the file directly.
>>
>> Ritesh appears to have changed jobs, but looks to be still active in the
>> community. Update Ritesh's address to the one used in recient community
>> postings.
>>
>
> Thanks Jeffrey for the cc. Since I am not really active in linux-mmc
> anymore, I would like to propose to have a Reviewer entry (R:) for
> myself which I can try to help with.
>
> Is that ok?

I see no problem with that. Will send a v2

-Jeff