linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add entry for Amlogic NAND controller driver
@ 2019-01-19 17:02 Jianxin Pan
  2019-01-20 15:06 ` Miquel Raynal
  2019-01-25 12:29 ` Miquel Raynal
  0 siblings, 2 replies; 7+ messages in thread
From: Jianxin Pan @ 2019-01-19 17:02 UTC (permalink / raw)
  To: Boris Brezillon, linux-mtd
  Cc: Rob Herring, Hanjie Lin, Victor Wan, Jianxin Pan, Neil Armstrong,
	Martin Blumenstingl, Richard Weinberger, linux-kernel,
	Marek Vasut, devicetree, Liang Yang, Jian Hu, Kevin Hilman,
	Miquel Raynal, Carlo Caione, linux-amlogic, Brian Norris,
	David Woodhouse, linux-arm-kernel, Jerome Brunet

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(+)

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/
-- 
1.9.1


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] MAINTAINERS: Add entry for Amlogic NAND controller driver
  2019-01-19 17:02 [PATCH] MAINTAINERS: Add entry for Amlogic NAND controller driver Jianxin Pan
@ 2019-01-20 15:06 ` Miquel Raynal
  2019-01-21  4:18   ` Jianxin Pan
  2019-01-25 12:29 ` Miquel Raynal
  1 sibling, 1 reply; 7+ messages in thread
From: Miquel Raynal @ 2019-01-20 15:06 UTC (permalink / raw)
  To: Jianxin Pan
  Cc: Rob Herring, devicetree, Hanjie Lin, Victor Wan, Marek Vasut,
	Martin Blumenstingl, Richard Weinberger, Neil Armstrong,
	linux-kernel, Boris Brezillon, Jian Hu, Liang Yang, linux-mtd,
	Kevin Hilman, Carlo Caione, linux-amlogic, Brian Norris,
	David Woodhouse, linux-arm-kernel, Jerome Brunet

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

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] MAINTAINERS: Add entry for Amlogic NAND controller driver
  2019-01-20 15:06 ` Miquel Raynal
@ 2019-01-21  4:18   ` Jianxin Pan
  2019-01-21  8:21     ` Miquel Raynal
  0 siblings, 1 reply; 7+ messages in thread
From: Jianxin Pan @ 2019-01-21  4:18 UTC (permalink / raw)
  To: Miquel Raynal
  Cc: Rob Herring, devicetree, Hanjie Lin, Victor Wan, Marek Vasut,
	Martin Blumenstingl, Richard Weinberger, Neil Armstrong,
	linux-kernel, Boris Brezillon, Jian Hu, Liang Yang, linux-mtd,
	Kevin Hilman, Carlo Caione, linux-amlogic, Brian Norris,
	David Woodhouse, linux-arm-kernel, Jerome Brunet

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


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] MAINTAINERS: Add entry for Amlogic NAND controller driver
  2019-01-21  4:18   ` Jianxin Pan
@ 2019-01-21  8:21     ` Miquel Raynal
  2019-01-21  8:59       ` Liang Yang
  0 siblings, 1 reply; 7+ messages in thread
From: Miquel Raynal @ 2019-01-21  8:21 UTC (permalink / raw)
  To: Jianxin Pan
  Cc: Rob Herring, devicetree, Hanjie Lin, Victor Wan, Marek Vasut,
	Martin Blumenstingl, Richard Weinberger, Neil Armstrong,
	linux-kernel, Boris Brezillon, Jian Hu, Liang Yang, linux-mtd,
	Kevin Hilman, Carlo Caione, linux-amlogic, Brian Norris,
	David Woodhouse, linux-arm-kernel, Jerome Brunet

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

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] MAINTAINERS: Add entry for Amlogic NAND controller driver
  2019-01-21  8:21     ` Miquel Raynal
@ 2019-01-21  8:59       ` Liang Yang
  2019-01-21  9:10         ` Miquel Raynal
  0 siblings, 1 reply; 7+ messages in thread
From: Liang Yang @ 2019-01-21  8:59 UTC (permalink / raw)
  To: Miquel Raynal, Jianxin Pan
  Cc: Rob Herring, Hanjie Lin, Victor Wan, Marek Vasut,
	Martin Blumenstingl, Richard Weinberger, Neil Armstrong,
	linux-kernel, Boris Brezillon, devicetree, Jian Hu, linux-mtd,
	Kevin Hilman, Carlo Caione, linux-amlogic, Brian Norris,
	David Woodhouse, linux-arm-kernel, Jerome Brunet

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

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] MAINTAINERS: Add entry for Amlogic NAND controller driver
  2019-01-21  8:59       ` Liang Yang
@ 2019-01-21  9:10         ` Miquel Raynal
  0 siblings, 0 replies; 7+ messages in thread
From: Miquel Raynal @ 2019-01-21  9:10 UTC (permalink / raw)
  To: Liang Yang
  Cc: Rob Herring, Hanjie Lin, Victor Wan, Jianxin Pan, Marek Vasut,
	Martin Blumenstingl, Richard Weinberger, Neil Armstrong,
	linux-kernel, Boris Brezillon, devicetree, Jian Hu, linux-mtd,
	Kevin Hilman, Carlo Caione, linux-amlogic, Brian Norris,
	David Woodhouse, linux-arm-kernel, Jerome Brunet

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

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [PATCH] MAINTAINERS: Add entry for Amlogic NAND controller driver
  2019-01-19 17:02 [PATCH] MAINTAINERS: Add entry for Amlogic NAND controller driver Jianxin Pan
  2019-01-20 15:06 ` Miquel Raynal
@ 2019-01-25 12:29 ` Miquel Raynal
  1 sibling, 0 replies; 7+ messages in thread
From: Miquel Raynal @ 2019-01-25 12:29 UTC (permalink / raw)
  To: Jianxin Pan
  Cc: Rob Herring, devicetree, Hanjie Lin, Victor Wan, Marek Vasut,
	Martin Blumenstingl, Richard Weinberger, Neil Armstrong,
	linux-kernel, Boris Brezillon, Jian Hu, Liang Yang, linux-mtd,
	Kevin Hilman, Carlo Caione, linux-amlogic, Brian Norris,
	David Woodhouse, linux-arm-kernel, Jerome Brunet

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

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

end of thread, other threads:[~2019-01-25 12:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-19 17:02 [PATCH] MAINTAINERS: Add entry for Amlogic NAND controller driver Jianxin Pan
2019-01-20 15:06 ` Miquel Raynal
2019-01-21  4:18   ` Jianxin Pan
2019-01-21  8:21     ` Miquel Raynal
2019-01-21  8:59       ` Liang Yang
2019-01-21  9:10         ` Miquel Raynal
2019-01-25 12:29 ` Miquel Raynal

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