diff mbox series

[U-Boot,16/16] MAINTAINERS: Add an entry for SPI NOR

Message ID 20181212173228.12281-17-vigneshr@ti.com
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series SF: Migrate to Linux SPI NOR framework | expand

Commit Message

Raghavendra, Vignesh Dec. 12, 2018, 5:32 p.m. UTC
Add myself as co-maintainer for U-Boot SPI NOR subsystem

Signed-off-by: Vignesh R <vigneshr@ti.com>
---
Jagan,

If you agree, I can help in co-maintaining SPI NOR part especially for
the code that is added/sync'd from Linux.

 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Jagan Teki Dec. 12, 2018, 9:01 p.m. UTC | #1
On Wed, Dec 12, 2018 at 11:19 PM Vignesh R <vigneshr@ti.com> wrote:
>
> Add myself as co-maintainer for U-Boot SPI NOR subsystem
>
> Signed-off-by: Vignesh R <vigneshr@ti.com>
> ---
> Jagan,
>
> If you agree, I can help in co-maintaining SPI NOR part especially for
> the code that is added/sync'd from Linux.

Thanks for the help and support.

>
>  MAINTAINERS | 8 ++++++++
>  1 file changed, 8 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0cec39c542db..d09e0a478f52 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -634,6 +634,14 @@ F: drivers/mtd/spi/
>  F:     drivers/spi/
>  F:     include/spi*
>
> +SPI-NOR

You missed my name :)

> +M:     Vignesh R <vigneshr@ti.com>
> +S:     Maintained
> +F:     drivers/mtd/spi/
> +F:     include/spi_flash.h
> +F:     include/linux/mtd/cfi.h
> +F:     include/linux/mtd/spi-nor.h
Raghavendra, Vignesh Dec. 14, 2018, 8:03 a.m. UTC | #2
On 13/12/18 2:31 AM, Jagan Teki wrote:
> On Wed, Dec 12, 2018 at 11:19 PM Vignesh R <vigneshr@ti.com
> <mailto:vigneshr@ti.com>> wrote:
>>
>> Add myself as co-maintainer for U-Boot SPI NOR subsystem
>>
>> Signed-off-by: Vignesh R <vigneshr@ti.com <mailto:vigneshr@ti.com>>
>> ---
>> Jagan,
>>
>> If you agree, I can help in co-maintaining SPI NOR part especially for
>> the code that is added/sync'd from Linux.
> 
> Thanks for the help and support.
> 
>>
>>  MAINTAINERS | 8 ++++++++
>>  1 file changed, 8 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 0cec39c542db..d09e0a478f52 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -634,6 +634,14 @@ F: drivers/mtd/spi/
>>  F:     drivers/spi/
>>  F:     include/spi*
>>
>> +SPI-NOR
> 
> You missed my name :)
> 

Sorry, I thought regex under SPI entry would cover all. Anyways, will
add your name here as well.

>> +M:     Vignesh R <vigneshr@ti.com <mailto:vigneshr@ti.com>>
>> +S:     Maintained
>> +F:     drivers/mtd/spi/
>> +F:     include/spi_flash.h
>> +F:     include/linux/mtd/cfi.h
>> +F:     include/linux/mtd/spi-nor.h
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 0cec39c542db..d09e0a478f52 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -634,6 +634,14 @@  F:	drivers/mtd/spi/
 F:	drivers/spi/
 F:	include/spi*
 
+SPI-NOR
+M:	Vignesh R <vigneshr@ti.com>
+S:	Maintained
+F:	drivers/mtd/spi/
+F:	include/spi_flash.h
+F:	include/linux/mtd/cfi.h
+F:	include/linux/mtd/spi-nor.h
+
 SPMI
 M:	Mateusz Kulikowski <mateusz.kulikowski@gmail.com>
 S:	Maintained