linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Add staging branch for HyperBus
@ 2020-02-27  5:12 Vignesh Raghavendra
  2020-03-09 14:03 ` Miquel Raynal
  2020-03-12  9:11 ` Vignesh Raghavendra
  0 siblings, 2 replies; 5+ messages in thread
From: Vignesh Raghavendra @ 2020-02-27  5:12 UTC (permalink / raw)
  To: Vignesh Raghavendra, Miquel Raynal, Richard Weinberger; +Cc: linux-mtd

Update HyperBus entry with branch used to stage patches under
mtd.git. Also, add mailing list and patchwork queue information.

Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
v2: Update commit desc to include all changes being made

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

diff --git a/MAINTAINERS b/MAINTAINERS
index a0d86490c2c6..4b9930263dc7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7769,6 +7769,9 @@ F:	Documentation/ABI/testing/debugfs-hyperv
 
 HYPERBUS SUPPORT
 M:	Vignesh Raghavendra <vigneshr@ti.com>
+L:	linux-mtd@lists.infradead.org
+Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next
 S:	Supported
 F:	drivers/mtd/hyperbus/
 F:	include/linux/mtd/hyperbus.h
-- 
2.25.1


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH v2] MAINTAINERS: Add staging branch for HyperBus
  2020-02-27  5:12 [PATCH v2] MAINTAINERS: Add staging branch for HyperBus Vignesh Raghavendra
@ 2020-03-09 14:03 ` Miquel Raynal
  2020-03-12  9:11 ` Vignesh Raghavendra
  1 sibling, 0 replies; 5+ messages in thread
From: Miquel Raynal @ 2020-03-09 14:03 UTC (permalink / raw)
  To: Vignesh Raghavendra, Miquel Raynal, Richard Weinberger; +Cc: linux-mtd

On Thu, 2020-02-27 at 05:12:12 UTC, Vignesh Raghavendra wrote:
> Update HyperBus entry with branch used to stage patches under
> mtd.git. Also, add mailing list and patchwork queue information.
> 
> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
> Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git mtd/next, thanks.

Miquel

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH v2] MAINTAINERS: Add staging branch for HyperBus
  2020-02-27  5:12 [PATCH v2] MAINTAINERS: Add staging branch for HyperBus Vignesh Raghavendra
  2020-03-09 14:03 ` Miquel Raynal
@ 2020-03-12  9:11 ` Vignesh Raghavendra
  2020-03-12 20:50   ` Stephen Rothwell
  1 sibling, 1 reply; 5+ messages in thread
From: Vignesh Raghavendra @ 2020-03-12  9:11 UTC (permalink / raw)
  To: Miquel Raynal, Richard Weinberger, Stephen Rothwell; +Cc: linux-mtd

Hi Stephen,

On 27/02/20 10:42 am, Vignesh Raghavendra wrote:
> Update HyperBus entry with branch used to stage patches under
> mtd.git. Also, add mailing list and patchwork queue information.
> 
> Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
> Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
> v2: Update commit desc to include all changes being made
> 
>  MAINTAINERS | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a0d86490c2c6..4b9930263dc7 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -7769,6 +7769,9 @@ F:	Documentation/ABI/testing/debugfs-hyperv
>  
>  HYPERBUS SUPPORT
>  M:	Vignesh Raghavendra <vigneshr@ti.com>
> +L:	linux-mtd@lists.infradead.org
> +Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next


Could you add CFI branch of mtd.git to linux-next:

git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git

branch: cfi/next

I am planning to use this branch to stage patches for CFI flashes and
for newly added HyperBus framework.

Miquel has already applied this patch to mtd/next


-- 
Regards
Vignesh

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH v2] MAINTAINERS: Add staging branch for HyperBus
  2020-03-12  9:11 ` Vignesh Raghavendra
@ 2020-03-12 20:50   ` Stephen Rothwell
  2020-03-13 13:27     ` Vignesh Raghavendra
  0 siblings, 1 reply; 5+ messages in thread
From: Stephen Rothwell @ 2020-03-12 20:50 UTC (permalink / raw)
  To: Vignesh Raghavendra; +Cc: Richard Weinberger, linux-mtd, Miquel Raynal


[-- Attachment #1.1: Type: text/plain, Size: 2235 bytes --]

Hi Vignesh,

On Thu, 12 Mar 2020 14:41:19 +0530 Vignesh Raghavendra <vigneshr@ti.com> wrote:
>
> On 27/02/20 10:42 am, Vignesh Raghavendra wrote:
> > Update HyperBus entry with branch used to stage patches under
> > mtd.git. Also, add mailing list and patchwork queue information.
> > 
> > Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
> > Acked-by: Miquel Raynal <miquel.raynal@bootlin.com>
> > ---
> > v2: Update commit desc to include all changes being made
> > 
> >  MAINTAINERS | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index a0d86490c2c6..4b9930263dc7 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -7769,6 +7769,9 @@ F:	Documentation/ABI/testing/debugfs-hyperv
> >  
> >  HYPERBUS SUPPORT
> >  M:	Vignesh Raghavendra <vigneshr@ti.com>
> > +L:	linux-mtd@lists.infradead.org
> > +Q:	http://patchwork.ozlabs.org/project/linux-mtd/list/
> > +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git cfi/next  
> 
> 
> Could you add CFI branch of mtd.git to linux-next:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git
> 
> branch: cfi/next
> 
> I am planning to use this branch to stage patches for CFI flashes and
> for newly added HyperBus framework.
> 
> Miquel has already applied this patch to mtd/next

Added from today.

Thanks for adding your subsystem tree as a participant of linux-next.  As
you may know, this is not a judgement of your code.  The purpose of
linux-next is for integration testing and to lower the impact of
conflicts between subsystems in the next merge window. 

You will need to ensure that the patches/commits in your tree/series have
been:
     * submitted under GPL v2 (or later) and include the Contributor's
        Signed-off-by,
     * posted to the relevant mailing list,
     * reviewed by you (or another maintainer of your subsystem tree),
     * successfully unit tested, and 
     * destined for the current or next Linux merge window.

Basically, this should be just what you would send to Linus (or ask him
to fetch).  It is allowed to be rebased if you deem it necessary.

-- 
Cheers,
Stephen Rothwell 
sfr@canb.auug.org.au

[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

[-- Attachment #2: Type: text/plain, Size: 144 bytes --]

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [PATCH v2] MAINTAINERS: Add staging branch for HyperBus
  2020-03-12 20:50   ` Stephen Rothwell
@ 2020-03-13 13:27     ` Vignesh Raghavendra
  0 siblings, 0 replies; 5+ messages in thread
From: Vignesh Raghavendra @ 2020-03-13 13:27 UTC (permalink / raw)
  To: Stephen Rothwell; +Cc: Richard Weinberger, linux-mtd, Miquel Raynal

Hi Stephen,

On 13/03/20 2:20 am, Stephen Rothwell wrote:
> Hi Vignesh,
> 
[...]

>> Could you add CFI branch of mtd.git to linux-next:
>>
>> git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git
>>
>> branch: cfi/next
>>
>> I am planning to use this branch to stage patches for CFI flashes and
>> for newly added HyperBus framework.
>>
>> Miquel has already applied this patch to mtd/next
> 
> Added from today.
> 

Thanks!

> Thanks for adding your subsystem tree as a participant of linux-next.  As
> you may know, this is not a judgement of your code.  The purpose of
> linux-next is for integration testing and to lower the impact of
> conflicts between subsystems in the next merge window. 
> 
> You will need to ensure that the patches/commits in your tree/series have
> been:
>      * submitted under GPL v2 (or later) and include the Contributor's
>         Signed-off-by,
>      * posted to the relevant mailing list,
>      * reviewed by you (or another maintainer of your subsystem tree),
>      * successfully unit tested, and 
>      * destined for the current or next Linux merge window.
> 
> Basically, this should be just what you would send to Linus (or ask him
> to fetch).  It is allowed to be rebased if you deem it necessary.
> 

Understood.

-- 
Regards
Vignesh

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2020-03-13 13:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-27  5:12 [PATCH v2] MAINTAINERS: Add staging branch for HyperBus Vignesh Raghavendra
2020-03-09 14:03 ` Miquel Raynal
2020-03-12  9:11 ` Vignesh Raghavendra
2020-03-12 20:50   ` Stephen Rothwell
2020-03-13 13:27     ` Vignesh Raghavendra

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