mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Leave the cumana_1 and oak drivers to the RISCPC maintainers
@ 2026-08-18  1:00 Finn Thain
  2026-08-18  7:59 ` Michael Schmitz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Finn Thain @ 2026-08-18  1:00 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen
  Cc: Michael Schmitz, Russell King, Arnd Bergmann, linux-kernel

The NCR5380 entry in MAINTAINERS includes drivers/scsi/arm/cumana_1.c and
drivers/scsi/arm/oak.c. However, those two files are also covered by the
drivers/scsi/arm/ pathname in the ARM/RISCPC entry.

The latter entry is more effective than the former because, AIUI, neither
Michael nor I have access to the necessary hardware. IMHO, such access is
a pre-requisite for the 'maintainer' role for device drivers.

To work on these particular drivers would require an old GCC compiler,
having support for -march=armv3m, which is a problem for contributors.

Cc: Michael Schmitz <schmitzmic@gmail.com>
Cc: Russell King <linux@armlinux.org.uk>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Finn Thain <fthain@linux-m68k.org>
---
 MAINTAINERS | 2 --
 1 file changed, 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8014b9f8253e..e36df6b23326 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -18571,8 +18571,6 @@ L:	linux-scsi@vger.kernel.org
 S:	Maintained
 F:	Documentation/scsi/g_NCR5380.rst
 F:	drivers/scsi/NCR5380.*
-F:	drivers/scsi/arm/cumana_1.c
-F:	drivers/scsi/arm/oak.c
 F:	drivers/scsi/atari_scsi.*
 F:	drivers/scsi/dmx3191d.c
 F:	drivers/scsi/g_NCR5380.*
-- 
2.52.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Leave the cumana_1 and oak drivers to the RISCPC maintainers
  2026-08-18  1:00 [PATCH] MAINTAINERS: Leave the cumana_1 and oak drivers to the RISCPC maintainers Finn Thain
@ 2026-08-18  7:59 ` Michael Schmitz
  2026-08-24  2:11 ` Martin K. Petersen (Oracle)
  2026-08-26 15:20 ` Martin K. Petersen (Oracle)
  2 siblings, 0 replies; 4+ messages in thread
From: Michael Schmitz @ 2026-08-18  7:59 UTC (permalink / raw)
  To: Finn Thain, James E.J. Bottomley, Martin K. Petersen
  Cc: Russell King, Arnd Bergmann, linux-kernel, linux-scsi

Hi Finn,

thanks for your patch!

Am 18.08.2026 um 13:00 schrieb Finn Thain:
> The NCR5380 entry in MAINTAINERS includes drivers/scsi/arm/cumana_1.c and
> drivers/scsi/arm/oak.c. However, those two files are also covered by the
> drivers/scsi/arm/ pathname in the ARM/RISCPC entry.
>
> The latter entry is more effective than the former because, AIUI, neither
> Michael nor I have access to the necessary hardware. IMHO, such access is
> a pre-requisite for the 'maintainer' role for device drivers.
>
> To work on these particular drivers would require an old GCC compiler,
> having support for -march=armv3m, which is a problem for contributors.
>
> Cc: Michael Schmitz <schmitzmic@gmail.com>
> Cc: Russell King <linux@armlinux.org.uk>
> Cc: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Finn Thain <fthain@linux-m68k.org>

Acked-by: Michael Schmitz <schmitzmic@gmail.com>

> ---
>  MAINTAINERS | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8014b9f8253e..e36df6b23326 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -18571,8 +18571,6 @@ L:	linux-scsi@vger.kernel.org
>  S:	Maintained
>  F:	Documentation/scsi/g_NCR5380.rst
>  F:	drivers/scsi/NCR5380.*
> -F:	drivers/scsi/arm/cumana_1.c
> -F:	drivers/scsi/arm/oak.c
>  F:	drivers/scsi/atari_scsi.*
>  F:	drivers/scsi/dmx3191d.c
>  F:	drivers/scsi/g_NCR5380.*
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Leave the cumana_1 and oak drivers to the RISCPC maintainers
  2026-08-18  1:00 [PATCH] MAINTAINERS: Leave the cumana_1 and oak drivers to the RISCPC maintainers Finn Thain
  2026-08-18  7:59 ` Michael Schmitz
@ 2026-08-24  2:11 ` Martin K. Petersen (Oracle)
  2026-08-26 15:20 ` Martin K. Petersen (Oracle)
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen (Oracle) @ 2026-08-24  2:11 UTC (permalink / raw)
  To: Finn Thain
  Cc: James E.J. Bottomley, Michael Schmitz, Russell King,
	Arnd Bergmann, linux-kernel


Finn,

> The NCR5380 entry in MAINTAINERS includes drivers/scsi/arm/cumana_1.c
> and drivers/scsi/arm/oak.c. However, those two files are also covered
> by the drivers/scsi/arm/ pathname in the ARM/RISCPC entry.

Applied to 7.3/scsi-staging, thanks!

-- 
Martin K. Petersen

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Leave the cumana_1 and oak drivers to the RISCPC maintainers
  2026-08-18  1:00 [PATCH] MAINTAINERS: Leave the cumana_1 and oak drivers to the RISCPC maintainers Finn Thain
  2026-08-18  7:59 ` Michael Schmitz
  2026-08-24  2:11 ` Martin K. Petersen (Oracle)
@ 2026-08-26 15:20 ` Martin K. Petersen (Oracle)
  2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen (Oracle) @ 2026-08-26 15:20 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen, Finn Thain
  Cc: Michael Schmitz, Russell King, Arnd Bergmann, linux-kernel

On Tue, 18 Aug 2026 11:00:24 +1000, Finn Thain wrote:

> The NCR5380 entry in MAINTAINERS includes drivers/scsi/arm/cumana_1.c and
> drivers/scsi/arm/oak.c. However, those two files are also covered by the
> drivers/scsi/arm/ pathname in the ARM/RISCPC entry.
> 
> The latter entry is more effective than the former because, AIUI, neither
> Michael nor I have access to the necessary hardware. IMHO, such access is
> a pre-requisite for the 'maintainer' role for device drivers.
> 
> [...]

Applied to 7.3/scsi-queue, thanks!

[1/1] MAINTAINERS: Leave the cumana_1 and oak drivers to the RISCPC maintainers
      https://git.kernel.org/mkp/scsi/c/764587d7d768

-- 
Martin K. Petersen

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-08-26 15:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18  1:00 [PATCH] MAINTAINERS: Leave the cumana_1 and oak drivers to the RISCPC maintainers Finn Thain
2026-08-18  7:59 ` Michael Schmitz
2026-08-24  2:11 ` Martin K. Petersen (Oracle)
2026-08-26 15:20 ` Martin K. Petersen (Oracle)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®