* [PATCH] Update email addresses and firmware URL for Dreamcast drivers
@ 2026-03-28 19:09 Adrian McMenamin
2026-03-30 9:35 ` Dan Carpenter
0 siblings, 1 reply; 2+ messages in thread
From: Adrian McMenamin @ 2026-03-28 19:09 UTC (permalink / raw)
To: kernel-janitors
None of what follows alters compiled code, it merely updates contact
details and the address for sound firmware. Hopefully this is the
correct list for this. If not, please let me know
Use current email and firmware address for various Dreamcast drivers
diff --git a/Documentation/fb/pvr2fb.rst b/Documentation/fb/pvr2fb.rst
index 315ce085a585..6887044044d1 100644
--- a/Documentation/fb/pvr2fb.rst
+++ b/Documentation/fb/pvr2fb.rst
@@ -63,4 +63,4 @@ on any 2.6 series kernel.
Paul Mundt <lethal@linuxdc.org>
-Updated by Adrian McMenamin <adrian@mcmen.demon.co.uk>
+Updated by Adrian McMenamin <adrianmcmenamin@gmail.com>
diff --git a/drivers/cdrom/gdrom.c b/drivers/cdrom/gdrom.c
index 4ba4dd06cbf4..cab4c7af2bbd 100644
--- a/drivers/cdrom/gdrom.c
+++ b/drivers/cdrom/gdrom.c
@@ -876,6 +876,6 @@ static void __exit exit_gdrom(void)
module_init(init_gdrom);
module_exit(exit_gdrom);
-MODULE_AUTHOR("Adrian McMenamin <adrian@mcmen.demon.co.uk>");
+MODULE_AUTHOR("Adrian McMenamin <adrianmcmenamin@gmail.com>");
MODULE_DESCRIPTION("SEGA Dreamcast GD-ROM Driver");
MODULE_LICENSE("GPL");
diff --git a/drivers/input/joystick/maplecontrol.c
b/drivers/input/joystick/maplecontrol.c
index 7f36f73844a9..c393aecccbf4 100644
--- a/drivers/input/joystick/maplecontrol.c
+++ b/drivers/input/joystick/maplecontrol.c
@@ -15,7 +15,7 @@
#include <linux/timer.h>
#include <linux/maple.h>
-MODULE_AUTHOR("Adrian McMenamin <adrian@mcmen.demon.co.uk>");
+MODULE_AUTHOR("Adrian McMenamin <adrianmcmenamin@gmail.com>");
MODULE_DESCRIPTION("SEGA Dreamcast controller driver");
MODULE_LICENSE("GPL");
diff --git a/drivers/input/keyboard/maple_keyb.c
b/drivers/input/keyboard/maple_keyb.c
index 80a5181313e1..7531ff1b2008 100644
--- a/drivers/input/keyboard/maple_keyb.c
+++ b/drivers/input/keyboard/maple_keyb.c
@@ -19,7 +19,7 @@ static DEFINE_MUTEX(maple_keyb_mutex);
#define NR_SCANCODES 256
-MODULE_AUTHOR("Adrian McMenamin <adrian@mcmen.demon.co.uk");
+MODULE_AUTHOR("Adrian McMenamin <adrianmcmenamin@gmail.com");
MODULE_DESCRIPTION("SEGA Dreamcast keyboard driver");
MODULE_LICENSE("GPL");
diff --git a/drivers/input/mouse/maplemouse.c b/drivers/input/mouse/maplemouse.c
index c99f7e234219..93defe596691 100644
--- a/drivers/input/mouse/maplemouse.c
+++ b/drivers/input/mouse/maplemouse.c
@@ -15,7 +15,7 @@
#include <linux/timer.h>
#include <linux/maple.h>
-MODULE_AUTHOR("Adrian McMenamin <adrian@mcmen.demon.co.uk>");
+MODULE_AUTHOR("Adrian McMenamin <adrianmcmenamin@gmail.com>");
MODULE_DESCRIPTION("SEGA Dreamcast mouse driver");
MODULE_LICENSE("GPL");
diff --git a/sound/sh/aica.c b/sound/sh/aica.c
index 9438c3a68ee9..ed262e2263d1 100644
--- a/sound/sh/aica.c
+++ b/sound/sh/aica.c
@@ -2,10 +2,10 @@
/*
*
* Copyright Adrian McMenamin 2005, 2006, 2007
-* <adrian@mcmen.demon.co.uk>
+* <adrianmcmenamin@gmail.com>
* Requires firmware (BSD licenced) available from:
-* http://linuxdc.cvs.sourceforge.net/linuxdc/linux-sh-dc/sound/oss/aica/firmware/
-* or the maintainer
+* https://www.alsa-project.org/files/pub/firmware/
+* (aica_firmware.bin)
*/
#include <linux/init.h>
@@ -29,7 +29,7 @@
#include <mach/sysasic.h>
#include "aica.h"
-MODULE_AUTHOR("Adrian McMenamin <adrian@mcmen.demon.co.uk>");
+MODULE_AUTHOR("Adrian McMenamin <adrianmcmenamin@gmail.com>");
MODULE_DESCRIPTION("Dreamcast AICA sound (pcm) driver");
MODULE_LICENSE("GPL");
MODULE_FIRMWARE("aica_firmware.bin");
diff --git a/sound/sh/aica.h b/sound/sh/aica.h
index 021b132e088e..75e25dbf58a8 100644
--- a/sound/sh/aica.h
+++ b/sound/sh/aica.h
@@ -3,7 +3,7 @@
* Header file for ALSA driver for
* Sega Dreamcast Yamaha AICA sound
* Copyright Adrian McMenamin
- * <adrian@mcmen.demon.co.uk>
+ * <adrianmcmenamin@gmail.com>
* 2006
*/
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Update email addresses and firmware URL for Dreamcast drivers
2026-03-28 19:09 [PATCH] Update email addresses and firmware URL for Dreamcast drivers Adrian McMenamin
@ 2026-03-30 9:35 ` Dan Carpenter
0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2026-03-30 9:35 UTC (permalink / raw)
To: Adrian McMenamin; +Cc: kernel-janitors
Hi Adrian,
Kernel janitors doesn't really merge any code. You need to send it to
the relevant lists from the scripts/get_maintainer.pl script.
On Sat, Mar 28, 2026 at 07:09:05PM +0000, Adrian McMenamin wrote:
> None of what follows alters compiled code, it merely updates contact
> details and the address for sound firmware. Hopefully this is the
> correct list for this. If not, please let me know
>
>
> Use current email and firmware address for various Dreamcast drivers
>
>
>
* The subject needs to have a subsystem prefix
* The commit message needs to say something like:
"Update contact details and the address for sound firmware for
for various Dreamcast drivers."
The other meta information is unnecessary or you could put it under
the --- cut off line below the Signed-off-by line.
* You need to have a Signed-off-by line.
> diff --git a/sound/sh/aica.c b/sound/sh/aica.c
> index 9438c3a68ee9..ed262e2263d1 100644
> --- a/sound/sh/aica.c
> +++ b/sound/sh/aica.c
> @@ -2,10 +2,10 @@
> /*
> *
> * Copyright Adrian McMenamin 2005, 2006, 2007
> -* <adrian@mcmen.demon.co.uk>
> +* <adrianmcmenamin@gmail.com>
> * Requires firmware (BSD licenced) available from:
> -* http://linuxdc.cvs.sourceforge.net/linuxdc/linux-sh-dc/sound/oss/aica/firmware/
> -* or the maintainer
> +* https://www.alsa-project.org/files/pub/firmware/
> +* (aica_firmware.bin)
> */
>
I don't know the ALSA devs will care either way but I would probably
put this change in a separate patch from the email changes.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-30 9:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-28 19:09 [PATCH] Update email addresses and firmware URL for Dreamcast drivers Adrian McMenamin
2026-03-30 9:35 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox