All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Baumann <Andrew.Baumann@microsoft.com>
To: "Peter Maydell" <peter.maydell@linaro.org>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>
Cc: Guenter Roeck <linux@roeck-us.net>,
	QEMU Developers <qemu-devel@nongnu.org>,
	qemu-arm <qemu-arm@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH for 3.1 v2 1/7] MAINTAINERS: Add an entry for the Raspberry Pi machines
Date: Mon, 5 Nov 2018 17:06:45 +0000	[thread overview]
Message-ID: <MWHPR21MB018970A4F8FA0E42B5DD48229ECA0@MWHPR21MB0189.namprd21.prod.outlook.com> (raw)
In-Reply-To: <CAFEAcA-DZMivo-epUmM6NxPzCUbGCfSU+SxEjszTNLdVaB8UxQ@mail.gmail.com>

> From: Peter Maydell <peter.maydell@linaro.org>
> Sent: Monday, 5 November 2018 07:26
> 
> On 2 November 2018 at 00:12, Philippe Mathieu-Daudé <f4bug@amsat.org>
> wrote:
> > So far the Raspi machines use the BCM2836 SoC which includes a BCM2835
> > for the peripherals.
> >
> > Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> > ---
> >  MAINTAINERS | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS index f2360efe3e..c41ea5ed3f
> > 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -683,6 +683,12 @@ F: hw/arm/nrf51_soc.c
> >  F: hw/arm/microbit.c
> >  F: include/hw/arm/nrf51_soc.h
> >
> > +Raspberry Pi
> > +L: qemu-arm@nongnu.org
> > +S: Odd Fixes
> > +F: hw/*/bcm283*
> > +F: include/hw/*/bcm283*
> > +
> 
> We should also have F:hw/arm/raspi.c
> 
> Andrew, as the original submitter of the Raspberry Pi code would you like to
> be listed as a maintainer for it?

Thanks for asking; probably not -- I'm happy to review the odd patch if my input would be helpful, but I haven't worked on it for years, and I don't have spare cycles, so I'd just be a bottleneck.

Andrew

  reply	other threads:[~2018-11-05 17:10 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-02  0:12 [Qemu-devel] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem) Philippe Mathieu-Daudé
2018-11-02  0:12 ` [Qemu-devel] [PATCH for 3.1 v2 1/7] MAINTAINERS: Add an entry for the Raspberry Pi machines Philippe Mathieu-Daudé
2018-11-05 15:25   ` Peter Maydell
2018-11-05 17:06     ` Andrew Baumann [this message]
2018-11-05 17:57       ` Peter Maydell
2018-11-05 17:59         ` Andrew Baumann
2018-11-02  0:12 ` [Qemu-devel] [PATCH for 3.2 v2 2/7] hw/misc/bcm2835_property: Handle the 'domain state' property Philippe Mathieu-Daudé
2018-11-05 15:33   ` Peter Maydell
2018-11-02  0:12 ` [Qemu-devel] [PATCH for 3.2 v2 3/7] hw/arm/bcm2835: Use 0x prefix for hex numbers Philippe Mathieu-Daudé
2018-11-05 15:39   ` Peter Maydell
2018-11-05 16:12     ` Philippe Mathieu-Daudé
2018-11-02  0:13 ` [Qemu-devel] [PATCH for 3.2 v2 4/7] hw/arm/bcm2835: Rename some definitions Philippe Mathieu-Daudé
2018-11-05 15:39   ` Peter Maydell
2018-11-02  0:13 ` [Qemu-devel] [PATCH for 3.2 v2 5/7] hw/arm/bcm2835: Add various unimplemented peripherals Philippe Mathieu-Daudé
2018-11-05 15:51   ` Peter Maydell
2018-11-02  0:13 ` [Qemu-devel] [PATCH for 3.2 v2 6/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem) Philippe Mathieu-Daudé
2018-11-05 16:02   ` Peter Maydell
2018-11-02  0:13 ` [Qemu-devel] [PATCH for 3.2 v2 7/7] MAINTAINERS: Volunteer to review Raspi patches Philippe Mathieu-Daudé
2018-11-05 15:51   ` Peter Maydell
2018-11-02  2:52 ` [Qemu-devel] [PATCH for 3.2 v2 0/7] hw/arm/bcm2835: Add basic support for cprman (clock subsystem) Guenter Roeck
2018-11-02  7:32   ` Philippe Mathieu-Daudé
2018-11-02  7:48     ` Philippe Mathieu-Daudé
2018-11-02 13:26       ` Guenter Roeck
2018-11-03 15:33 ` no-reply
2018-11-05 15:20 ` Peter Maydell
2018-11-06  3:28 ` no-reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MWHPR21MB018970A4F8FA0E42B5DD48229ECA0@MWHPR21MB0189.namprd21.prod.outlook.com \
    --to=andrew.baumann@microsoft.com \
    --cc=f4bug@amsat.org \
    --cc=linux@roeck-us.net \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.