u-boot.lists.denx.de archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update UFS maintainer
@ 2023-08-17 12:09 Neha Malcom Francis
  2023-08-17 15:57 ` Nishanth Menon
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Neha Malcom Francis @ 2023-08-17 12:09 UTC (permalink / raw)
  To: u-boot; +Cc: bhupesh.sharma, marek.vasut, nm, vigneshr, u-kumar1, sjg, trini

Dropping Faiz Abbas from the UFS maintainer list as his e-mail ID is no
longer valid.

Adding Bhupesh Sharma who has been using this framework working on
Qualcomm Snapdragon SoCs as well as sending out fixes.

Adding myself as well to support in reviewing and testing patches.

Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
Cc: Bhupesh Sharma <bhupesh.sharma@linaro.org>
Cc: Vignesh R <vigneshr@ti.com>
Cc: Nishnath Menon <nm@ti.com>
---
Based on discussion:
https://lore.kernel.org/u-boot/CAH=2NtzyQgximynKuG45UUux715Du=WKKusm9-aQGHcUZsWzSw@mail.gmail.com/

 MAINTAINERS | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 77a8b0ac21..d19e1fd60b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1585,7 +1585,8 @@ T:	git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
 F:	drivers/mtd/ubi/
 
 UFS
-M:	Faiz Abbas <faiz_abbas@ti.com>
+M:	Bhupesh Sharma <bhupesh.sharma@linaro.org>
+M:	Neha Malcom Francis <n-francis@ti.com>
 S:	Maintained
 F:	drivers/ufs/
 
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Update UFS maintainer
  2023-08-17 12:09 [PATCH] MAINTAINERS: Update UFS maintainer Neha Malcom Francis
@ 2023-08-17 15:57 ` Nishanth Menon
  2023-08-18  4:29   ` Neha Malcom Francis
  2023-08-17 18:40 ` Marek Vasut
  2023-08-17 19:02 ` Tom Rini
  2 siblings, 1 reply; 6+ messages in thread
From: Nishanth Menon @ 2023-08-17 15:57 UTC (permalink / raw)
  To: Neha Malcom Francis
  Cc: u-boot, bhupesh.sharma, marek.vasut, vigneshr, u-kumar1, sjg, trini

On 17:39-20230817, Neha Malcom Francis wrote:
> Dropping Faiz Abbas from the UFS maintainer list as his e-mail ID is no
> longer valid.
> 
> Adding Bhupesh Sharma who has been using this framework working on
> Qualcomm Snapdragon SoCs as well as sending out fixes.
> 
> Adding myself as well to support in reviewing and testing patches.
> 
> Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
> Cc: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> Cc: Vignesh R <vigneshr@ti.com>
> Cc: Nishnath Menon <nm@ti.com>

Thanks for mixing my name up, but other than that, for what ever it is
worth..

Reviewed-by: Nishanth Menon <nm@ti.com>
> ---
> Based on discussion:
> https://lore.kernel.org/u-boot/CAH=2NtzyQgximynKuG45UUux715Du=WKKusm9-aQGHcUZsWzSw@mail.gmail.com/
> 
>  MAINTAINERS | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77a8b0ac21..d19e1fd60b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1585,7 +1585,8 @@ T:	git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
>  F:	drivers/mtd/ubi/
>  
>  UFS
> -M:	Faiz Abbas <faiz_abbas@ti.com>
> +M:	Bhupesh Sharma <bhupesh.sharma@linaro.org>
> +M:	Neha Malcom Francis <n-francis@ti.com>
>  S:	Maintained
>  F:	drivers/ufs/
>  
> -- 
> 2.34.1
> 

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Update UFS maintainer
  2023-08-17 12:09 [PATCH] MAINTAINERS: Update UFS maintainer Neha Malcom Francis
  2023-08-17 15:57 ` Nishanth Menon
@ 2023-08-17 18:40 ` Marek Vasut
  2023-08-18  4:28   ` Neha Malcom Francis
  2023-08-17 19:02 ` Tom Rini
  2 siblings, 1 reply; 6+ messages in thread
From: Marek Vasut @ 2023-08-17 18:40 UTC (permalink / raw)
  To: Neha Malcom Francis, u-boot
  Cc: bhupesh.sharma, nm, vigneshr, u-kumar1, sjg, trini

On 8/17/23 14:09, Neha Malcom Francis wrote:
> Dropping Faiz Abbas from the UFS maintainer list as his e-mail ID is no
> longer valid.
> 
> Adding Bhupesh Sharma who has been using this framework working on
> Qualcomm Snapdragon SoCs as well as sending out fixes.
> 
> Adding myself as well to support in reviewing and testing patches.
> 
> Signed-off-by: Neha Malcom Francis <n-francis@ti.com>

Add '---' here so the CC list is not part of the commit message when 
this patch is applied, like this:

Signed-of-by: Foo User <...>
---
CC: Bar Example <...>
...
---
V2: Did stuff
V3: Did more stuff


> Cc: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> Cc: Vignesh R <vigneshr@ti.com>
> Cc: Nishnath Menon <nm@ti.com>
> ---
> Based on discussion:
> https://lore.kernel.org/u-boot/CAH=2NtzyQgximynKuG45UUux715Du=WKKusm9-aQGHcUZsWzSw@mail.gmail.com/
> 
>   MAINTAINERS | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 77a8b0ac21..d19e1fd60b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1585,7 +1585,8 @@ T:	git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
>   F:	drivers/mtd/ubi/
>   
>   UFS
> -M:	Faiz Abbas <faiz_abbas@ti.com>
> +M:	Bhupesh Sharma <bhupesh.sharma@linaro.org>
> +M:	Neha Malcom Francis <n-francis@ti.com>
>   S:	Maintained
>   F:	drivers/ufs/
>   

With that fixed:

Acked-by: Marek Vasut <marek.vasut+renesas@mailbox.org>

Thanks

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Update UFS maintainer
  2023-08-17 12:09 [PATCH] MAINTAINERS: Update UFS maintainer Neha Malcom Francis
  2023-08-17 15:57 ` Nishanth Menon
  2023-08-17 18:40 ` Marek Vasut
@ 2023-08-17 19:02 ` Tom Rini
  2 siblings, 0 replies; 6+ messages in thread
From: Tom Rini @ 2023-08-17 19:02 UTC (permalink / raw)
  To: Neha Malcom Francis
  Cc: u-boot, bhupesh.sharma, marek.vasut, nm, vigneshr, u-kumar1, sjg

[-- Attachment #1: Type: text/plain, Size: 480 bytes --]

On Thu, Aug 17, 2023 at 05:39:14PM +0530, Neha Malcom Francis wrote:

> Dropping Faiz Abbas from the UFS maintainer list as his e-mail ID is no
> longer valid.
> 
> Adding Bhupesh Sharma who has been using this framework working on
> Qualcomm Snapdragon SoCs as well as sending out fixes.
> 
> Adding myself as well to support in reviewing and testing patches.
> 
> Signed-off-by: Neha Malcom Francis <n-francis@ti.com>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Update UFS maintainer
  2023-08-17 18:40 ` Marek Vasut
@ 2023-08-18  4:28   ` Neha Malcom Francis
  0 siblings, 0 replies; 6+ messages in thread
From: Neha Malcom Francis @ 2023-08-18  4:28 UTC (permalink / raw)
  To: Marek Vasut, u-boot; +Cc: bhupesh.sharma, nm, vigneshr, u-kumar1, sjg, trini

Hi Marek

On 18/08/23 00:10, Marek Vasut wrote:
> On 8/17/23 14:09, Neha Malcom Francis wrote:
>> Dropping Faiz Abbas from the UFS maintainer list as his e-mail ID is no
>> longer valid.
>>
>> Adding Bhupesh Sharma who has been using this framework working on
>> Qualcomm Snapdragon SoCs as well as sending out fixes.
>>
>> Adding myself as well to support in reviewing and testing patches.
>>
>> Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
> 
> Add '---' here so the CC list is not part of the commit message when this patch 
> is applied, like this:
> 
> Signed-of-by: Foo User <...>
> ---
> CC: Bar Example <...>
> ...
> ---
> V2: Did stuff
> V3: Did more stuff
> 

Thanks for this! Will keep in mind in future.
> 
>> Cc: Bhupesh Sharma <bhupesh.sharma@linaro.org>
>> Cc: Vignesh R <vigneshr@ti.com>
>> Cc: Nishnath Menon <nm@ti.com>
>> ---
>> Based on discussion:
>> https://lore.kernel.org/u-boot/CAH=2NtzyQgximynKuG45UUux715Du=WKKusm9-aQGHcUZsWzSw@mail.gmail.com/
>>
>>   MAINTAINERS | 3 ++-
>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 77a8b0ac21..d19e1fd60b 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1585,7 +1585,8 @@ T:    git 
>> https://source.denx.de/u-boot/custodians/u-boot-ubi.git
>>   F:    drivers/mtd/ubi/
>>   UFS
>> -M:    Faiz Abbas <faiz_abbas@ti.com>
>> +M:    Bhupesh Sharma <bhupesh.sharma@linaro.org>
>> +M:    Neha Malcom Francis <n-francis@ti.com>
>>   S:    Maintained
>>   F:    drivers/ufs/
> 
> With that fixed:
> 
> Acked-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
> 
> Thanks

-- 
Thanking You
Neha Malcom Francis

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] MAINTAINERS: Update UFS maintainer
  2023-08-17 15:57 ` Nishanth Menon
@ 2023-08-18  4:29   ` Neha Malcom Francis
  0 siblings, 0 replies; 6+ messages in thread
From: Neha Malcom Francis @ 2023-08-18  4:29 UTC (permalink / raw)
  To: Nishanth Menon
  Cc: u-boot, bhupesh.sharma, marek.vasut, vigneshr, u-kumar1, sjg, trini

Hi Nishanth

On 17/08/23 21:27, Nishanth Menon wrote:
> On 17:39-20230817, Neha Malcom Francis wrote:
>> Dropping Faiz Abbas from the UFS maintainer list as his e-mail ID is no
>> longer valid.
>>
>> Adding Bhupesh Sharma who has been using this framework working on
>> Qualcomm Snapdragon SoCs as well as sending out fixes.
>>
>> Adding myself as well to support in reviewing and testing patches.
>>
>> Signed-off-by: Neha Malcom Francis <n-francis@ti.com>
>> Cc: Bhupesh Sharma <bhupesh.sharma@linaro.org>
>> Cc: Vignesh R <vigneshr@ti.com>
>> Cc: Nishnath Menon <nm@ti.com>
> 
> Thanks for mixing my name up, but other than that, for what ever it is
> worth..
> > Reviewed-by: Nishanth Menon <nm@ti.com>
My bad, sorry about that! But thanks!

>> ---
>> Based on discussion:
>> https://lore.kernel.org/u-boot/CAH=2NtzyQgximynKuG45UUux715Du=WKKusm9-aQGHcUZsWzSw@mail.gmail.com/
>>
>>   MAINTAINERS | 3 ++-
>>   1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 77a8b0ac21..d19e1fd60b 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1585,7 +1585,8 @@ T:	git https://source.denx.de/u-boot/custodians/u-boot-ubi.git
>>   F:	drivers/mtd/ubi/
>>   
>>   UFS
>> -M:	Faiz Abbas <faiz_abbas@ti.com>
>> +M:	Bhupesh Sharma <bhupesh.sharma@linaro.org>
>> +M:	Neha Malcom Francis <n-francis@ti.com>
>>   S:	Maintained
>>   F:	drivers/ufs/
>>   
>> -- 
>> 2.34.1
>>
> 

-- 
Thanking You
Neha Malcom Francis

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-18  4:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-17 12:09 [PATCH] MAINTAINERS: Update UFS maintainer Neha Malcom Francis
2023-08-17 15:57 ` Nishanth Menon
2023-08-18  4:29   ` Neha Malcom Francis
2023-08-17 18:40 ` Marek Vasut
2023-08-18  4:28   ` Neha Malcom Francis
2023-08-17 19:02 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).