2016-10-19 15:34:01

by Cyrille Pitchen

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

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 <[email protected]>
Acked-by: Boris Brezillon <[email protected]>
---
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 <[email protected]>
+M: Marek Vasut <[email protected]>
+M: Richard Weinberger <[email protected]>
+L: [email protected]
+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 <[email protected]>
L: [email protected]
--
2.7.4


2016-10-20 13:44:22

by Marek Vasut

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

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 <[email protected]>
> Acked-by: Boris Brezillon <[email protected]>

Acked-by: Marek Vasut <[email protected]>

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 <[email protected]>
> +M: Marek Vasut <[email protected]>
> +M: Richard Weinberger <[email protected]>
> +L: [email protected]
> +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 <[email protected]>
> L: [email protected]
>


--
Best regards,
Marek Vasut

2016-10-21 17:58:11

by Jagan Teki

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

On Thu, Oct 20, 2016 at 7:12 PM, Marek Vasut <[email protected]> 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 <[email protected]>
>> Acked-by: Boris Brezillon <[email protected]>
>
> Acked-by: Marek Vasut <[email protected]>

Acked-by: Jagan Teki <[email protected]>

>
> 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 <[email protected]>
>> +M: Marek Vasut <[email protected]>
>> +M: Richard Weinberger <[email protected]>

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 | http://www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

2016-10-21 21:30:01

by Boris Brezillon

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

On Wed, 19 Oct 2016 17:34:49 +0200
Cyrille Pitchen <[email protected]> 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 <[email protected]>
> Acked-by: Boris Brezillon <[email protected]>
> ---
> 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 <[email protected]>
> +M: Marek Vasut <[email protected]>
> +M: Richard Weinberger <[email protected]>

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: [email protected]
> +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 <[email protected]>
> L: [email protected]

2016-10-22 06:33:27

by Richard Weinberger

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

On Fri, Oct 21, 2016 at 11:29 PM, Boris Brezillon
<[email protected]> wrote:
> On Wed, 19 Oct 2016 17:34:49 +0200
> Cyrille Pitchen <[email protected]> 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 <[email protected]>
>> Acked-by: Boris Brezillon <[email protected]>
>> ---
>> 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 <[email protected]>
>> +M: Marek Vasut <[email protected]>
>> +M: Richard Weinberger <[email protected]>
>
> 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

2016-10-27 20:19:38

by Brian Norris

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

Hi,

On Fri, Oct 21, 2016 at 11:28:00PM +0530, Jagan Teki wrote:
> On Thu, Oct 20, 2016 at 7:12 PM, Marek Vasut <[email protected]> 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.

Thanks! I'll be happy to have the help.

[...]

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

Snipped all mention of Richard, since he did not volunteer :)

> >> Signed-off-by: Cyrille Pitchen <[email protected]>
> >> Acked-by: Boris Brezillon <[email protected]>
> >
> > Acked-by: Marek Vasut <[email protected]>
>
> Acked-by: Jagan Teki <[email protected]>
>
> >
> > btw I think I'll need higher privileges in patchwork to fiddle with patches.

I expect you'll be mailing Jeremy soon then.

> >> ---
> >> 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 <[email protected]>
> >> +M: Marek Vasut <[email protected]>
> >> +M: Richard Weinberger <[email protected]>

Snipped the above line, and pushed to linux-mtd.git.

>
> 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.

I'd be happy to add more if the others think that it's warranted. If
not, I'm sure all involved would still be happy with extra review, and
that could serve nearly the same purpose, as long as the committers
don't fall asleep like I admittedly have too often.

Regards,
Brian

2016-10-27 20:21:53

by Marek Vasut

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

On 10/27/2016 10:19 PM, Brian Norris wrote:
> Hi,
>
> On Fri, Oct 21, 2016 at 11:28:00PM +0530, Jagan Teki wrote:
>> On Thu, Oct 20, 2016 at 7:12 PM, Marek Vasut <[email protected]> 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.
>
> Thanks! I'll be happy to have the help.
>
> [...]
>
>>>> Also both Marek Vasut and Richard Weinberger have volunteered as well as
>>>> maintainers for the SPI NOR subsystem.
>
> Snipped all mention of Richard, since he did not volunteer :)
>
>>>> Signed-off-by: Cyrille Pitchen <[email protected]>
>>>> Acked-by: Boris Brezillon <[email protected]>
>>>
>>> Acked-by: Marek Vasut <[email protected]>
>>
>> Acked-by: Jagan Teki <[email protected]>
>>
>>>
>>> btw I think I'll need higher privileges in patchwork to fiddle with patches.
>
> I expect you'll be mailing Jeremy soon then.
>
Done


--
Best regards,
Marek Vasut

2016-10-31 18:59:48

by Jagan Teki

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

On Fri, Oct 28, 2016 at 1:49 AM, Brian Norris
<[email protected]> wrote:
> Hi,
>
> On Fri, Oct 21, 2016 at 11:28:00PM +0530, Jagan Teki wrote:
>> On Thu, Oct 20, 2016 at 7:12 PM, Marek Vasut <[email protected]> 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.
>
> Thanks! I'll be happy to have the help.
>
> [...]
>
>> >> Also both Marek Vasut and Richard Weinberger have volunteered as well as
>> >> maintainers for the SPI NOR subsystem.
>
> Snipped all mention of Richard, since he did not volunteer :)
>
>> >> Signed-off-by: Cyrille Pitchen <[email protected]>
>> >> Acked-by: Boris Brezillon <[email protected]>
>> >
>> > Acked-by: Marek Vasut <[email protected]>
>>
>> Acked-by: Jagan Teki <[email protected]>
>>
>> >
>> > btw I think I'll need higher privileges in patchwork to fiddle with patches.
>
> I expect you'll be mailing Jeremy soon then.
>
>> >> ---
>> >> 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 <[email protected]>
>> >> +M: Marek Vasut <[email protected]>
>> >> +M: Richard Weinberger <[email protected]>
>
> Snipped the above line, and pushed to linux-mtd.git.
>
>>
>> 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.
>
> I'd be happy to add more if the others think that it's warranted. If
> not, I'm sure all involved would still be happy with extra review, and
> that could serve nearly the same purpose, as long as the committers
> don't fall asleep like I admittedly have too often.

True Brian, hope I may heard something form Marek or Cyrille.

thanks!
--
Jagan.