The patch titled Subject: MAINTAINERS: fix GTA02 entry and mark as orphan has been added to the -mm tree. Its filename is maintainers-fix-gta02-entry-and-mark-as-orphan.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/maintainers-fix-gta02-entry-and-mark-as-orphan.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/maintainers-fix-gta02-entry-and-mark-as-orphan.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Jann Horn <jannh@xxxxxxxxxx> Subject: MAINTAINERS: fix GTA02 entry and mark as orphan The entry for GTA02 never had paths listed; fix that. commit 9d76295ac608 ("[ARM] GTA02/FreeRunner: Add machine definition"), which added the entry for GTA02, created two new files named arch/arm/mach-s3c2442/{include/mach/gta02.h,mach-gta02.c}, which were then renamed in commit dd6f01b5ccba ("ARM: S3C2440: move mach-s3c2440/* into mach-s3c24xx/") to arch/arm/mach-s3c24xx/{include/mach/gta02.h,mach-gta02.c}. Also, the GTA02 maintainer's email address is from a domain that doesn't have an MX record anymore and appears to have expired. Remove the maintainer and mark the subsystem as orphan. Link: http://lkml.kernel.org/r/20190215140444.37060-1-jannh@xxxxxxxxxx Signed-off-by: Jann Horn <jannh@xxxxxxxxxx> Cc: Nelson Castillo <arhuaco@xxxxxxxxxxxxxxxxx> Cc: Nelson Castillo <nelsoneci@xxxxxxxxx> Cc: Andy Green <andy@xxxxxxxxxxx> Cc: Ben Dooks <ben-linux@xxxxxxxxx> Cc: Russell King <rmk+kernel@xxxxxxxxxxxxxxxx> Cc: Catalin Marinas <catalin.marinas@xxxxxxx> Cc: Will Deacon <will.deacon@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/MAINTAINERS~maintainers-fix-gta02-entry-and-mark-as-orphan +++ a/MAINTAINERS @@ -1906,10 +1906,11 @@ F: drivers/usb/host/ehci-w90x900.c F: drivers/video/fbdev/nuc900fb.c ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT -M: Nelson Castillo <arhuaco@xxxxxxxxxxxxxxxxx> L: openmoko-kernel@xxxxxxxxxxxxxxxxxx (subscribers-only) W: http://wiki.openmoko.org/wiki/Neo_FreeRunner -S: Supported +S: Orphan +F: arch/arm/mach-s3c24xx/mach-gta02.c +F: arch/arm/mach-s3c24xx/gta02.h ARM/Orion SoC/Technologic Systems TS-78xx platform support M: Alexander Clouter <alex@xxxxxxxxxxxxx> _ Patches currently in -mm which might be from jannh@xxxxxxxxxx are maintainers-fix-gta02-entry-and-mark-as-orphan.patch