diff mbox series

MAINTAINERS: Add entry for Amlogic NAND controller driver

Message ID 1547917355-13179-1-git-send-email-jianxin.pan@amlogic.com (mailing list archive)
State Not Applicable
Headers show
Series MAINTAINERS: Add entry for Amlogic NAND controller driver | expand

Commit Message

Jianxin Pan Jan. 19, 2019, 5:02 p.m. UTC
Add entry for Amlogic NAND controller driver and its bindings[0].

[0] https://lore.kernel.org/lkml/1547566684-57472-1-git-send-email-jianxin.pan@amlogic.com/

Signed-off-by: Liang Yang <liang.yang@amlogic.com>
Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
---
 MAINTAINERS | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Miquel Raynal Jan. 20, 2019, 3:06 p.m. UTC | #1
Hi Jianxin,

Jianxin Pan <jianxin.pan@amlogic.com> wrote on Sun, 20 Jan 2019
01:02:35 +0800:

> Add entry for Amlogic NAND controller driver and its bindings[0].
> 
> [0] https://lore.kernel.org/lkml/1547566684-57472-1-git-send-email-jianxin.pan@amlogic.com/
> 
> Signed-off-by: Liang Yang <liang.yang@amlogic.com>
> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>

If you are the author of the patch your Signed-off-by should come first.

Also, why is Liang the Maintainer? Why not you?

> ---
>  MAINTAINERS | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0abecc5..7d976a1 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -9628,6 +9628,13 @@ F:	drivers/media/platform/meson/ao-cec.c
>  F:	Documentation/devicetree/bindings/media/meson-ao-cec.txt
>  T:	git git://linuxtv.org/media_tree.git
>  
> +MESON NAND CONTROLLER DRIVER FOR AMLOGIC SOCS
> +M:	Liang Yang <liang.yang@amlogic.com>
> +L:	linux-mtd@lists.infradead.org
> +S:	Maintained
> +F:	drivers/mtd/nand/raw/meson_*
> +F:	Documentation/devicetree/bindings/mtd/amlogic,meson-nand.txt
> +
>  MICROBLAZE ARCHITECTURE
>  M:	Michal Simek <monstr@monstr.eu>
>  W:	http://www.monstr.eu/fdt/

Thanks,
Miquèl
Jianxin Pan Jan. 21, 2019, 4:18 a.m. UTC | #2
Hi Miquel,

On 2019/1/20 23:06, Miquel Raynal wrote:
> Hi Jianxin,
> 
> Jianxin Pan <jianxin.pan@amlogic.com> wrote on Sun, 20 Jan 2019
> 01:02:35 +0800:
> 
>> Add entry for Amlogic NAND controller driver and its bindings[0].
>>
>> [0] https://lore.kernel.org/lkml/1547566684-57472-1-git-send-email-jianxin.pan@amlogic.com/
>>
>> Signed-off-by: Liang Yang <liang.yang@amlogic.com>
>> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
> 
> If you are the author of the patch your Signed-off-by should come first.
OK.
> 
> Also, why is Liang the Maintainer? Why not you?
> 
Yangliang is Amlogic maintainer for NAND controller. And all patches about amlogic NAND controller are from him.
>> ---
>>  MAINTAINERS | 7 +++++++
>>  1 file changed, 7 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 0abecc5..7d976a1 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -9628,6 +9628,13 @@ F:	drivers/media/platform/meson/ao-cec.c
>>  F:	Documentation/devicetree/bindings/media/meson-ao-cec.txt
>>  T:	git git://linuxtv.org/media_tree.git
>>  
>> +MESON NAND CONTROLLER DRIVER FOR AMLOGIC SOCS
>> +M:	Liang Yang <liang.yang@amlogic.com>
>> +L:	linux-mtd@lists.infradead.org
>> +S:	Maintained
>> +F:	drivers/mtd/nand/raw/meson_*
>> +F:	Documentation/devicetree/bindings/mtd/amlogic,meson-nand.txt
>> +
>>  MICROBLAZE ARCHITECTURE
>>  M:	Michal Simek <monstr@monstr.eu>
>>  W:	http://www.monstr.eu/fdt/
> 
> Thanks,
> Miquèl
> 
> .
>
Miquel Raynal Jan. 21, 2019, 8:21 a.m. UTC | #3
Hi Jianxin,

Jianxin Pan <jianxin.pan@amlogic.com> wrote on Mon, 21 Jan 2019
12:18:18 +0800:

> Hi Miquel,
> 
> On 2019/1/20 23:06, Miquel Raynal wrote:
> > Hi Jianxin,
> > 
> > Jianxin Pan <jianxin.pan@amlogic.com> wrote on Sun, 20 Jan 2019
> > 01:02:35 +0800:
> >   
> >> Add entry for Amlogic NAND controller driver and its bindings[0].
> >>
> >> [0] https://lore.kernel.org/lkml/1547566684-57472-1-git-send-email-jianxin.pan@amlogic.com/
> >>
> >> Signed-off-by: Liang Yang <liang.yang@amlogic.com>
> >> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>  
> > 
> > If you are the author of the patch your Signed-off-by should come first.  
> OK.
> > 
> > Also, why is Liang the Maintainer? Why not you?
> >   
> Yangliang is Amlogic maintainer for NAND controller. And all patches about amlogic NAND controller are from him.

Maybe but he never wrote to the ML, the maintainer may be someone else
than the original author, I just want someone to review patches and
help to maintain the driver.

Yangliang are you willing to do that?


Thanks,
Miquèl
Liang Yang Jan. 21, 2019, 8:59 a.m. UTC | #4
Hi Miquel,

On 2019/1/21 16:21, Miquel Raynal wrote:
> Hi Jianxin,
> 
> Jianxin Pan <jianxin.pan@amlogic.com> wrote on Mon, 21 Jan 2019
> 12:18:18 +0800:
> 
>> Hi Miquel,
>>
>> On 2019/1/20 23:06, Miquel Raynal wrote:
>>> Hi Jianxin,
>>>
>>> Jianxin Pan <jianxin.pan@amlogic.com> wrote on Sun, 20 Jan 2019
>>> 01:02:35 +0800:
>>>    
>>>> Add entry for Amlogic NAND controller driver and its bindings[0].
>>>>
>>>> [0] https://lore.kernel.org/lkml/1547566684-57472-1-git-send-email-jianxin.pan@amlogic.com/
>>>>
>>>> Signed-off-by: Liang Yang <liang.yang@amlogic.com>
>>>> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
>>>
>>> If you are the author of the patch your Signed-off-by should come first.
>> OK.
>>>
>>> Also, why is Liang the Maintainer? Why not you?
>>>    
>> Yangliang is Amlogic maintainer for NAND controller. And all patches about amlogic NAND controller are from him.
> 
> Maybe but he never wrote to the ML, the maintainer may be someone else
> than the original author, I just want someone to review patches and
> help to maintain the driver.
> 
> Yangliang are you willing to do that?
> Of course.it is my pleasure and responsibility.
> 
> Thanks,
> Miquèl
> 
> .
>
Miquel Raynal Jan. 21, 2019, 9:10 a.m. UTC | #5
Hi Liang,

Liang Yang <liang.yang@amlogic.com> wrote on Mon, 21 Jan 2019 16:59:42
+0800:

> Hi Miquel,
> 
> On 2019/1/21 16:21, Miquel Raynal wrote:
> > Hi Jianxin,
> > 
> > Jianxin Pan <jianxin.pan@amlogic.com> wrote on Mon, 21 Jan 2019
> > 12:18:18 +0800:
> >   
> >> Hi Miquel,
> >>
> >> On 2019/1/20 23:06, Miquel Raynal wrote:  
> >>> Hi Jianxin,
> >>>
> >>> Jianxin Pan <jianxin.pan@amlogic.com> wrote on Sun, 20 Jan 2019
> >>> 01:02:35 +0800:  
> >>>    >>>> Add entry for Amlogic NAND controller driver and its bindings[0].  
> >>>>
> >>>> [0] https://lore.kernel.org/lkml/1547566684-57472-1-git-send-email-jianxin.pan@amlogic.com/
> >>>>
> >>>> Signed-off-by: Liang Yang <liang.yang@amlogic.com>
> >>>> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>  
> >>>
> >>> If you are the author of the patch your Signed-off-by should come first.  
> >> OK.  
> >>>
> >>> Also, why is Liang the Maintainer? Why not you?  
> >>>    >> Yangliang is Amlogic maintainer for NAND controller. And all patches about amlogic NAND controller are from him.  
> > 
> > Maybe but he never wrote to the ML, the maintainer may be someone else
> > than the original author, I just want someone to review patches and
> > help to maintain the driver.
> > 
> > Yangliang are you willing to do that?
> > Of course.it is my pleasure and responsibility.

Ok then, it's fine for me!


Thanks,
Miquèl
Miquel Raynal Jan. 25, 2019, 12:29 p.m. UTC | #6
Hi Jianxin,

Jianxin Pan <jianxin.pan@amlogic.com> wrote on Sun, 20 Jan 2019
01:02:35 +0800:

> Add entry for Amlogic NAND controller driver and its bindings[0].
> 
> [0] https://lore.kernel.org/lkml/1547566684-57472-1-git-send-email-jianxin.pan@amlogic.com/
> 
> Signed-off-by: Liang Yang <liang.yang@amlogic.com>
> Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>

Applied to nand/next.

Thanks,
Miquèl
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 0abecc5..7d976a1 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9628,6 +9628,13 @@  F:	drivers/media/platform/meson/ao-cec.c
 F:	Documentation/devicetree/bindings/media/meson-ao-cec.txt
 T:	git git://linuxtv.org/media_tree.git
 
+MESON NAND CONTROLLER DRIVER FOR AMLOGIC SOCS
+M:	Liang Yang <liang.yang@amlogic.com>
+L:	linux-mtd@lists.infradead.org
+S:	Maintained
+F:	drivers/mtd/nand/raw/meson_*
+F:	Documentation/devicetree/bindings/mtd/amlogic,meson-nand.txt
+
 MICROBLAZE ARCHITECTURE
 M:	Michal Simek <monstr@monstr.eu>
 W:	http://www.monstr.eu/fdt/