Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1503933 > unrolled thread

[PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem

Started byCyrille Pitchen <cyrille.pitchen@atmel.com>
First post2016-10-19 17:40 +0200
Last post2016-10-22 08:40 +0200
Articles 5 — 5 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem Cyrille Pitchen <cyrille.pitchen@atmel.com> - 2016-10-19 17:40 +0200
    Re: [PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR  subsystem Marek Vasut <marex@denx.de> - 2016-10-20 15:50 +0200
      Re: [PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem Jagan Teki <jagan@openedev.com> - 2016-10-21 20:00 +0200
    Re: [PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR  subsystem Boris Brezillon <boris.brezillon@free-electrons.com> - 2016-10-21 23:40 +0200
      Re: [PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem Richard Weinberger <richard.weinberger@gmail.com> - 2016-10-22 08:40 +0200

#1503933 — [PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem

FromCyrille Pitchen <cyrille.pitchen@atmel.com>
Date2016-10-19 17:40 +0200
Subject[PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem
Message-ID<su18d-37s-25@gated-at.bofh.it>
I would like to volunteer as a maintainer for the SPI NOR part of the MTD
subsystem.

Over the last months, a significant number of SPI NOR related patches have
been submitted, some of them have been reviewed, but very few have finally
been merged. Hence, the number of pending SPI NOR related patches continues
to increase over the time.

Through my work on SPI NOR memories from many manufacturers over the last
two years, I've gained a solid understanding of this technology.
I've already helped by reviewing patches from other contributors on the
mailing list, and would like to help getting those patches integrated by
volunteering as a maintainer for this specific area.

Boris Brezillon has already stepped up as a maintainer for the NAND
sub-subsystem in MTD, and the SPI NOR sub-subsystem could be handled in
the same way: I would be reviewing patches touching this area, collecting
them and sending pull requests to Brian Norris.

Also both Marek Vasut and Richard Weinberger have volunteered as well as
maintainers for the SPI NOR subsystem.

Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
---
ChangeLog:

v1 -> v2:
- add Marek and Richard as maintainers.
- add Acked-by from Boris Brezillon.


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

diff --git a/MAINTAINERS b/MAINTAINERS
index 757f9c4b388d..7e63b2015072 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11390,6 +11390,18 @@ W:	http://www.st.com/spear
 S:	Maintained
 F:	drivers/clk/spear/
 
+SPI NOR SUBSYSTEM
+M:	Cyrille Pitchen <cyrille.pitchen@atmel.com>
+M:	Marek Vasut <marek.vasut@gmail.com>
+M:	Richard Weinberger <richard@nod.at>
+L:	linux-mtd@lists.infradead.org
+W:	http://www.linux-mtd.infradead.org/
+Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
+T:	git git://github.com/spi-nor/linux.git
+S:	Maintained
+F:	drivers/mtd/spi-nor/
+F:	include/linux/mtd/spi-nor.h
+
 SPI SUBSYSTEM
 M:	Mark Brown <broonie@kernel.org>
 L:	linux-spi@vger.kernel.org
-- 
2.7.4

[toc] | [next] | [standalone]


#1504903 — Re: [PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem

FromMarek Vasut <marex@denx.de>
Date2016-10-20 15:50 +0200
SubjectRe: [PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem
Message-ID<sulTj-8b6-3@gated-at.bofh.it>
In reply to#1503933
On 10/19/2016 05:34 PM, Cyrille Pitchen wrote:
> I would like to volunteer as a maintainer for the SPI NOR part of the MTD
> subsystem.
> 
> Over the last months, a significant number of SPI NOR related patches have
> been submitted, some of them have been reviewed, but very few have finally
> been merged. Hence, the number of pending SPI NOR related patches continues
> to increase over the time.
> 
> Through my work on SPI NOR memories from many manufacturers over the last
> two years, I've gained a solid understanding of this technology.
> I've already helped by reviewing patches from other contributors on the
> mailing list, and would like to help getting those patches integrated by
> volunteering as a maintainer for this specific area.
> 
> Boris Brezillon has already stepped up as a maintainer for the NAND
> sub-subsystem in MTD, and the SPI NOR sub-subsystem could be handled in
> the same way: I would be reviewing patches touching this area, collecting
> them and sending pull requests to Brian Norris.
> 
> Also both Marek Vasut and Richard Weinberger have volunteered as well as
> maintainers for the SPI NOR subsystem.
> 
> Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>

Acked-by: Marek Vasut <marek.vasut@gmail.com>

btw I think I'll need higher privileges in patchwork to fiddle with patches.

> ---
> ChangeLog:
> 
> v1 -> v2:
> - add Marek and Richard as maintainers.
> - add Acked-by from Boris Brezillon.
> 
> 
>  MAINTAINERS | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 757f9c4b388d..7e63b2015072 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11390,6 +11390,18 @@ W:	http://www.st.com/spear
>  S:	Maintained
>  F:	drivers/clk/spear/
>  
> +SPI NOR SUBSYSTEM
> +M:	Cyrille Pitchen <cyrille.pitchen@atmel.com>
> +M:	Marek Vasut <marek.vasut@gmail.com>
> +M:	Richard Weinberger <richard@nod.at>
> +L:	linux-mtd@lists.infradead.org
> +W:	http://www.linux-mtd.infradead.org/
> +Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
> +T:	git git://github.com/spi-nor/linux.git
> +S:	Maintained
> +F:	drivers/mtd/spi-nor/
> +F:	include/linux/mtd/spi-nor.h
> +
>  SPI SUBSYSTEM
>  M:	Mark Brown <broonie@kernel.org>
>  L:	linux-spi@vger.kernel.org
> 


-- 
Best regards,
Marek Vasut

[toc] | [prev] | [next] | [standalone]


#1506197

FromJagan Teki <jagan@openedev.com>
Date2016-10-21 20:00 +0200
Message-ID<suMgT-so-33@gated-at.bofh.it>
In reply to#1504903
On Thu, Oct 20, 2016 at 7:12 PM, Marek Vasut <marex@denx.de> wrote:
> On 10/19/2016 05:34 PM, Cyrille Pitchen wrote:
>> I would like to volunteer as a maintainer for the SPI NOR part of the MTD
>> subsystem.
>>
>> Over the last months, a significant number of SPI NOR related patches have
>> been submitted, some of them have been reviewed, but very few have finally
>> been merged. Hence, the number of pending SPI NOR related patches continues
>> to increase over the time.
>>
>> Through my work on SPI NOR memories from many manufacturers over the last
>> two years, I've gained a solid understanding of this technology.
>> I've already helped by reviewing patches from other contributors on the
>> mailing list, and would like to help getting those patches integrated by
>> volunteering as a maintainer for this specific area.
>>
>> Boris Brezillon has already stepped up as a maintainer for the NAND
>> sub-subsystem in MTD, and the SPI NOR sub-subsystem could be handled in
>> the same way: I would be reviewing patches touching this area, collecting
>> them and sending pull requests to Brian Norris.
>>
>> Also both Marek Vasut and Richard Weinberger have volunteered as well as
>> maintainers for the SPI NOR subsystem.
>>
>> Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
>> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
>
> Acked-by: Marek Vasut <marek.vasut@gmail.com>

Acked-by: Jagan Teki <jteki@openedev.com>

>
> btw I think I'll need higher privileges in patchwork to fiddle with patches.
>
>> ---
>> ChangeLog:
>>
>> v1 -> v2:
>> - add Marek and Richard as maintainers.
>> - add Acked-by from Boris Brezillon.
>>
>>
>>  MAINTAINERS | 12 ++++++++++++
>>  1 file changed, 12 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 757f9c4b388d..7e63b2015072 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -11390,6 +11390,18 @@ W:   http://www.st.com/spear
>>  S:   Maintained
>>  F:   drivers/clk/spear/
>>
>> +SPI NOR SUBSYSTEM
>> +M:   Cyrille Pitchen <cyrille.pitchen@atmel.com>
>> +M:   Marek Vasut <marek.vasut@gmail.com>
>> +M:   Richard Weinberger <richard@nod.at>

May be I was little late, but if there is any space for one more or so
I would also like to co-maintain? Currently I am maintaining
SPI/SPI-FLASH for u-boot and working for generic MTD (with u-boot
driver model) + SPI-NOR addition on u-boot which eventually similar
conceptual theory what Linux follows.

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

[toc] | [prev] | [next] | [standalone]


#1506315 — Re: [PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem

FromBoris Brezillon <boris.brezillon@free-electrons.com>
Date2016-10-21 23:40 +0200
SubjectRe: [PATCH v2 1/1] MAINTAINERS: add a maintainer for the SPI NOR subsystem
Message-ID<suPHH-2MQ-11@gated-at.bofh.it>
In reply to#1503933
On Wed, 19 Oct 2016 17:34:49 +0200
Cyrille Pitchen <cyrille.pitchen@atmel.com> wrote:

> I would like to volunteer as a maintainer for the SPI NOR part of the MTD
> subsystem.
> 
> Over the last months, a significant number of SPI NOR related patches have
> been submitted, some of them have been reviewed, but very few have finally
> been merged. Hence, the number of pending SPI NOR related patches continues
> to increase over the time.
> 
> Through my work on SPI NOR memories from many manufacturers over the last
> two years, I've gained a solid understanding of this technology.
> I've already helped by reviewing patches from other contributors on the
> mailing list, and would like to help getting those patches integrated by
> volunteering as a maintainer for this specific area.
> 
> Boris Brezillon has already stepped up as a maintainer for the NAND
> sub-subsystem in MTD, and the SPI NOR sub-subsystem could be handled in
> the same way: I would be reviewing patches touching this area, collecting
> them and sending pull requests to Brian Norris.
> 
> Also both Marek Vasut and Richard Weinberger have volunteered as well as
> maintainers for the SPI NOR subsystem.
> 
> Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
> ---
> ChangeLog:
> 
> v1 -> v2:
> - add Marek and Richard as maintainers.
> - add Acked-by from Boris Brezillon.
> 
> 
>  MAINTAINERS | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 757f9c4b388d..7e63b2015072 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11390,6 +11390,18 @@ W:	http://www.st.com/spear
>  S:	Maintained
>  F:	drivers/clk/spear/
>  
> +SPI NOR SUBSYSTEM
> +M:	Cyrille Pitchen <cyrille.pitchen@atmel.com>
> +M:	Marek Vasut <marek.vasut@gmail.com>
> +M:	Richard Weinberger <richard@nod.at>

My bad, I think I misunderstood Richard's answer: Richard does not want
to be a spi-nor maintainer, he was just acking Marek's proposal to be a
co-maintainer.

> +L:	linux-mtd@lists.infradead.org
> +W:	http://www.linux-mtd.infradead.org/
> +Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
> +T:	git git://github.com/spi-nor/linux.git
> +S:	Maintained
> +F:	drivers/mtd/spi-nor/
> +F:	include/linux/mtd/spi-nor.h
> +
>  SPI SUBSYSTEM
>  M:	Mark Brown <broonie@kernel.org>
>  L:	linux-spi@vger.kernel.org

[toc] | [prev] | [next] | [standalone]


#1506389

FromRichard Weinberger <richard.weinberger@gmail.com>
Date2016-10-22 08:40 +0200
Message-ID<suY8h-8hW-25@gated-at.bofh.it>
In reply to#1506315
On Fri, Oct 21, 2016 at 11:29 PM, Boris Brezillon
<boris.brezillon@free-electrons.com> wrote:
> On Wed, 19 Oct 2016 17:34:49 +0200
> Cyrille Pitchen <cyrille.pitchen@atmel.com> wrote:
>
>> I would like to volunteer as a maintainer for the SPI NOR part of the MTD
>> subsystem.
>>
>> Over the last months, a significant number of SPI NOR related patches have
>> been submitted, some of them have been reviewed, but very few have finally
>> been merged. Hence, the number of pending SPI NOR related patches continues
>> to increase over the time.
>>
>> Through my work on SPI NOR memories from many manufacturers over the last
>> two years, I've gained a solid understanding of this technology.
>> I've already helped by reviewing patches from other contributors on the
>> mailing list, and would like to help getting those patches integrated by
>> volunteering as a maintainer for this specific area.
>>
>> Boris Brezillon has already stepped up as a maintainer for the NAND
>> sub-subsystem in MTD, and the SPI NOR sub-subsystem could be handled in
>> the same way: I would be reviewing patches touching this area, collecting
>> them and sending pull requests to Brian Norris.
>>
>> Also both Marek Vasut and Richard Weinberger have volunteered as well as
>> maintainers for the SPI NOR subsystem.
>>
>> Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
>> Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
>> ---
>> ChangeLog:
>>
>> v1 -> v2:
>> - add Marek and Richard as maintainers.
>> - add Acked-by from Boris Brezillon.
>>
>>
>>  MAINTAINERS | 12 ++++++++++++
>>  1 file changed, 12 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 757f9c4b388d..7e63b2015072 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -11390,6 +11390,18 @@ W:   http://www.st.com/spear
>>  S:   Maintained
>>  F:   drivers/clk/spear/
>>
>> +SPI NOR SUBSYSTEM
>> +M:   Cyrille Pitchen <cyrille.pitchen@atmel.com>
>> +M:   Marek Vasut <marek.vasut@gmail.com>
>> +M:   Richard Weinberger <richard@nod.at>
>
> My bad, I think I misunderstood Richard's answer: Richard does not want
> to be a spi-nor maintainer, he was just acking Marek's proposal to be a
> co-maintainer.

Correct. :-)

-- 
Thanks,
//richard

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web