All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] MAINTAINERS: Add ASPEED BMCs
@ 2018-06-25 11:07 Joel Stanley
  2018-06-25 11:13 ` Philippe Mathieu-Daudé
  2018-06-25 13:54 ` Cédric Le Goater
  0 siblings, 2 replies; 4+ messages in thread
From: Joel Stanley @ 2018-06-25 11:07 UTC (permalink / raw)
  To: qemu-arm, Peter Maydell; +Cc: Andrew Jeffery, Cédric Le Goater, qemu-devel

This adds Cedric as the maintainer, with Andrew and I as reviewers, for
the ASPEED boards and the peripherals we use.

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 MAINTAINERS | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2874ddce6097..14bcf2ed3e3d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -644,6 +644,17 @@ M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
 S: Maintained
 F: hw/arm/msf2-som.c
 
+ASPEED BMCs
+M: Cédric Le Goater <clg@kaod.org>
+R: Andrew Jeffery <andrew@aj.id.au>
+R: Joel Stanley <joel@jms.id.au>
+L: qemu-arm@nongnu.org
+S: Maintained
+F: hw/*/*aspeed*
+F: include/*/*aspeed*
+F: hw/net/ftgmac100.c
+F: include/hw/net/ftgmac100.h
+
 CRIS Machines
 -------------
 Axis Dev88
-- 
2.17.1

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add ASPEED BMCs
  2018-06-25 11:07 [Qemu-devel] [PATCH] MAINTAINERS: Add ASPEED BMCs Joel Stanley
@ 2018-06-25 11:13 ` Philippe Mathieu-Daudé
  2018-06-25 11:59   ` Andrew Jeffery
  2018-06-25 13:54 ` Cédric Le Goater
  1 sibling, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-06-25 11:13 UTC (permalink / raw)
  To: Joel Stanley, qemu-arm, Peter Maydell
  Cc: Andrew Jeffery, Cédric Le Goater, qemu-devel

Hi Joel,

On 06/25/2018 08:07 AM, Joel Stanley wrote:
> This adds Cedric as the maintainer, with Andrew and I as reviewers, for
> the ASPEED boards and the peripherals we use.

Good idea, this should speed up ASPEED reviews.

> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2874ddce6097..14bcf2ed3e3d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -644,6 +644,17 @@ M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
>  S: Maintained
>  F: hw/arm/msf2-som.c
>  
> +ASPEED BMCs
> +M: Cédric Le Goater <clg@kaod.org>
> +R: Andrew Jeffery <andrew@aj.id.au>
> +R: Joel Stanley <joel@jms.id.au>
> +L: qemu-arm@nongnu.org
> +S: Maintained
> +F: hw/*/*aspeed*
> +F: include/*/*aspeed*

This line does not match, however include/hw/*/*aspeed* does.

With that fixed:
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

> +F: hw/net/ftgmac100.c
> +F: include/hw/net/ftgmac100.h
> +
>  CRIS Machines
>  -------------
>  Axis Dev88
> 

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add ASPEED BMCs
  2018-06-25 11:13 ` Philippe Mathieu-Daudé
@ 2018-06-25 11:59   ` Andrew Jeffery
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Jeffery @ 2018-06-25 11:59 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Joel Stanley, qemu-arm, Peter Maydell
  Cc: Cédric Le Goater, qemu-devel

On Mon, 25 Jun 2018, at 20:43, Philippe Mathieu-Daudé wrote:
> Hi Joel,
> 
> On 06/25/2018 08:07 AM, Joel Stanley wrote:
> > This adds Cedric as the maintainer, with Andrew and I as reviewers, for
> > the ASPEED boards and the peripherals we use.
> 
> Good idea, this should speed up ASPEED reviews.
> 
> > 
> > Signed-off-by: Joel Stanley <joel@jms.id.au>
> > ---
> >  MAINTAINERS | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 2874ddce6097..14bcf2ed3e3d 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -644,6 +644,17 @@ M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
> >  S: Maintained
> >  F: hw/arm/msf2-som.c
> >  
> > +ASPEED BMCs
> > +M: Cédric Le Goater <clg@kaod.org>
> > +R: Andrew Jeffery <andrew@aj.id.au>
> > +R: Joel Stanley <joel@jms.id.au>
> > +L: qemu-arm@nongnu.org
> > +S: Maintained
> > +F: hw/*/*aspeed*
> > +F: include/*/*aspeed*
> 
> This line does not match, however include/hw/*/*aspeed* does.
> 
> With that fixed:
> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

Similarly:

Reviewed-by: Andrew Jeffery <andrew@aj.id.au>

> 
> > +F: hw/net/ftgmac100.c
> > +F: include/hw/net/ftgmac100.h
> > +
> >  CRIS Machines
> >  -------------
> >  Axis Dev88
> > 

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

* Re: [Qemu-devel] [PATCH] MAINTAINERS: Add ASPEED BMCs
  2018-06-25 11:07 [Qemu-devel] [PATCH] MAINTAINERS: Add ASPEED BMCs Joel Stanley
  2018-06-25 11:13 ` Philippe Mathieu-Daudé
@ 2018-06-25 13:54 ` Cédric Le Goater
  1 sibling, 0 replies; 4+ messages in thread
From: Cédric Le Goater @ 2018-06-25 13:54 UTC (permalink / raw)
  To: Joel Stanley, qemu-arm, Peter Maydell; +Cc: Andrew Jeffery, qemu-devel

On 06/25/2018 01:07 PM, Joel Stanley wrote:
> This adds Cedric as the maintainer, with Andrew and I as reviewers, for
> the ASPEED boards and the peripherals we use.
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>

Acked-by: Cédric Le Goater <clg@kaod.org>

Thanks,

C.

> ---
>  MAINTAINERS | 11 +++++++++++
>  1 file changed, 11 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2874ddce6097..14bcf2ed3e3d 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -644,6 +644,17 @@ M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
>  S: Maintained
>  F: hw/arm/msf2-som.c
>  
> +ASPEED BMCs
> +M: Cédric Le Goater <clg@kaod.org>
> +R: Andrew Jeffery <andrew@aj.id.au>
> +R: Joel Stanley <joel@jms.id.au>
> +L: qemu-arm@nongnu.org
> +S: Maintained
> +F: hw/*/*aspeed*
> +F: include/*/*aspeed*
> +F: hw/net/ftgmac100.c
> +F: include/hw/net/ftgmac100.h
> +
>  CRIS Machines
>  -------------
>  Axis Dev88
> 

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

end of thread, other threads:[~2018-06-25 13:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-25 11:07 [Qemu-devel] [PATCH] MAINTAINERS: Add ASPEED BMCs Joel Stanley
2018-06-25 11:13 ` Philippe Mathieu-Daudé
2018-06-25 11:59   ` Andrew Jeffery
2018-06-25 13:54 ` Cédric Le Goater

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.