All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: qemu-devel@nongnu.org, qemu-ppc@nongnu.org
Cc: peter.maydell@linaro.org, dbarboza@redhat.com,
	hpussin@reactos.org, aik@ozlabs.ru,
	mark.cave-ayland@ilande.co.uk, groug@kaod.org, clg@kaod.org,
	David Gibson <david@gibson.dropbear.id.au>
Subject: [PATCH v2 4/5] MAINTAINERS: Add information for OpenPIC
Date: Fri, 24 Sep 2021 19:55:35 +1000	[thread overview]
Message-ID: <20210924095536.441849-5-david@gibson.dropbear.id.au> (raw)
In-Reply-To: <20210924095536.441849-1-david@gibson.dropbear.id.au>

The OpenPIC interrupt controller was once the de facto standard on ppc
machines.  In qemu it's now only used on some Macintosh and the
Freescale e500 machine.  It has no listed maintainer, and as far as I
know, no-one who's really familiar with it any more.

Since I'm moving away from the area, I no longer have capacity to do even
minimal maintenance of it under the auspices of the ppc targets in general.

Therefore, this patch lists the main part of openpic, and marks it as
"Odd Fixes" to be looked after by Mark Cave-Ayland who handles the
Macintosh targets.  The openpic_kvm variant is only used on e500, so
add it to the files for that machine type (itself already Orphaned).

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
---
 MAINTAINERS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index c82a634a70..937c191c8d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1256,6 +1256,8 @@ F: hw/pci-host/ppce500.c
 F: include/hw/ppc/ppc_e500.h
 F: include/hw/pci-host/ppce500.h
 F: pc-bios/u-boot.e500
+F: hw/intc/openpic_kvm.h
+F: include/hw/ppc/openpic_kvm.h
 
 mpc8544ds
 L: qemu-ppc@nongnu.org
@@ -2255,6 +2257,12 @@ F: net/can/*
 F: hw/net/can/*
 F: include/net/can_*.h
 
+OpenPIC interrupt controller
+M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
+S: Odd Fixes
+F: hw/intc/openpic.c
+F: include/hw/ppc/openpic.h
+
 Subsystems
 ----------
 Overall Audio backends
-- 
2.31.1



  parent reply	other threads:[~2021-09-24 10:18 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-24  9:55 [PATCH v2 0/5] Reduce load on ppc target maintainers David Gibson
2021-09-24  9:55 ` [PATCH v2 1/5] MAINTAINERS: Orphan obscure ppc platforms David Gibson
2021-09-24 11:01   ` Cédric Le Goater
2021-09-24  9:55 ` [PATCH v2 2/5] MAINTAINERS: Remove David & Greg as reviewers for a number of boards David Gibson
2021-09-24 10:53   ` BALATON Zoltan
2021-09-24 11:02   ` Cédric Le Goater
2021-09-24 11:53   ` Greg Kurz
2021-09-24  9:55 ` [PATCH v2 3/5] MAINTAINERS: Remove David & Greg as reviewers/co-maintainers of powernv David Gibson
2021-09-24 11:01   ` Cédric Le Goater
2021-09-24  9:55 ` David Gibson [this message]
2021-09-24 11:02   ` [PATCH v2 4/5] MAINTAINERS: Add information for OpenPIC Cédric Le Goater
2021-09-24 11:44   ` Greg Kurz
2021-09-24  9:55 ` [PATCH v2 5/5] MAINTAINERS: Demote sPAPR from "Supported" to "Maintained" David Gibson
2021-09-24 11:02   ` Cédric Le Goater
2021-09-24 11:11   ` Philippe Mathieu-Daudé
2021-09-24 14:33 ` [PATCH v2 0/5] Reduce load on ppc target maintainers Philippe Mathieu-Daudé
2021-09-24 15:16 ` Philippe Mathieu-Daudé
2021-09-27  4:26   ` David Gibson

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=20210924095536.441849-5-david@gibson.dropbear.id.au \
    --to=david@gibson.dropbear.id.au \
    --cc=aik@ozlabs.ru \
    --cc=clg@kaod.org \
    --cc=dbarboza@redhat.com \
    --cc=groug@kaod.org \
    --cc=hpussin@reactos.org \
    --cc=mark.cave-ayland@ilande.co.uk \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@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.