From a43d52ab96f97967f4c5d28d1607fb1179057786 Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Wed, 31 May 2023 22:50:23 +1000 Subject: MAINTAINERS: Exclude m68k-only drivers from powerpc entry The powerpc section has a "F:" entry for drivers/macintosh, matching all files in or below drivers/macintosh. That is correct for the most part, but there are a couple of m68k-only drivers in the directory, so exclude those. Acked-by: Geert Uytterhoeven Signed-off-by: Michael Ellerman Link: https://msgid.link/20230531125023.1121060-1-mpe@ellerman.id.au --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index e0ad886d3163..134591a7a899 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11912,6 +11912,8 @@ L: linuxppc-dev@lists.ozlabs.org S: Odd Fixes F: arch/powerpc/platforms/powermac/ F: drivers/macintosh/ +X: drivers/macintosh/adb-iop.c +X: drivers/macintosh/via-macii.c LINUX FOR POWERPC (32-BIT AND 64-BIT) M: Michael Ellerman -- cgit v1.2.3 From b8d96bac4a50b8c8adb195e8efae7ea5599c7abf Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Wed, 17 May 2023 17:48:19 +1000 Subject: powerpc: Mark powermac as orphan in MAINTAINERS Ben no longer has time to do any maintenance of the powermac code. Mark it as orphan. Signed-off-by: Michael Ellerman Link: https://msgid.link/20230517074819.52546-1-mpe@ellerman.id.au --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 134591a7a899..773df6da1148 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11907,9 +11907,8 @@ F: lib/linear_ranges.c F: lib/test_linear_ranges.c LINUX FOR POWER MACINTOSH -M: Benjamin Herrenschmidt L: linuxppc-dev@lists.ozlabs.org -S: Odd Fixes +S: Orphan F: arch/powerpc/platforms/powermac/ F: drivers/macintosh/ X: drivers/macintosh/adb-iop.c -- cgit v1.2.3 From 7cc99ed87e4aeb3738e6ea7dc4d3ae28ad943601 Mon Sep 17 00:00:00 2001 From: Nicholas Piggin Date: Thu, 8 Jun 2023 12:45:04 +1000 Subject: KVM: PPC: Update MAINTAINERS Michael is merging KVM PPC patches via the powerpc tree and KVM topic branches. He doesn't necessarily have time to be across all of KVM so is reluctant to call himself maintainer, but for the mechanics of how patches flow upstream, it is maintained and does make sense to have some contact people in MAINTAINERS. So add Michael Ellerman as KVM PPC maintainer and myself as reviewer. Split out the subarchs that don't get so much attention. Signed-off-by: Nicholas Piggin Signed-off-by: Michael Ellerman Link: https://msgid.link/20230608024504.58189-1-npiggin@gmail.com --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 773df6da1148..a0e0a194cf40 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11374,7 +11374,13 @@ F: arch/mips/include/uapi/asm/kvm* F: arch/mips/kvm/ KERNEL VIRTUAL MACHINE FOR POWERPC (KVM/powerpc) +M: Michael Ellerman +R: Nicholas Piggin L: linuxppc-dev@lists.ozlabs.org +L: kvm@vger.kernel.org +S: Maintained (Book3S 64-bit HV) +S: Odd fixes (Book3S 64-bit PR) +S: Orphan (Book3E and 32-bit) T: git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git topic/ppc-kvm F: arch/powerpc/include/asm/kvm* F: arch/powerpc/include/uapi/asm/kvm* -- cgit v1.2.3