linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Update 68k Mac entry
@ 2020-12-05  3:46 Finn Thain
  2020-12-05 10:53 ` Michael Ellerman
  2020-12-07  7:35 ` Geert Uytterhoeven
  0 siblings, 2 replies; 3+ messages in thread
From: Finn Thain @ 2020-12-05  3:46 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Michael Ellerman, Benjamin Herrenschmidt, Joshua Thompson,
	linuxppc-dev, linux-m68k, linux-kernel

Two files under drivers/macintosh are actually m68k-only. I think that
patches for these files should be reviewed in the appropriate forum and
merged via the appropriate tree, rather than falling to the powerpc
maintainers to deal with. Update the "M68K ON APPLE MACINTOSH" section
accordingly.

Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Joshua Thompson <funaho@jurai.org>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-m68k@lists.linux-m68k.org
Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
---
 MAINTAINERS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 867157311dc8..e8fa0c9645d6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -10322,6 +10322,8 @@ L:	linux-m68k@lists.linux-m68k.org
 S:	Maintained
 W:	http://www.mac.linux-m68k.org/
 F:	arch/m68k/mac/
+F:	drivers/macintosh/adb-iop.c
+F:	drivers/macintosh/via-macii.c
 
 M68K ON HP9000/300
 M:	Philip Blundell <philb@gnu.org>
-- 
2.26.2


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

* Re: [PATCH] MAINTAINERS: Update 68k Mac entry
  2020-12-05  3:46 [PATCH] MAINTAINERS: Update 68k Mac entry Finn Thain
@ 2020-12-05 10:53 ` Michael Ellerman
  2020-12-07  7:35 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Ellerman @ 2020-12-05 10:53 UTC (permalink / raw)
  To: Finn Thain, Geert Uytterhoeven
  Cc: Benjamin Herrenschmidt, Joshua Thompson, linuxppc-dev,
	linux-m68k, linux-kernel

Finn Thain <fthain@telegraphics.com.au> writes:
> Two files under drivers/macintosh are actually m68k-only. I think that
> patches for these files should be reviewed in the appropriate forum and
> merged via the appropriate tree, rather than falling to the powerpc
> maintainers to deal with. Update the "M68K ON APPLE MACINTOSH" section
> accordingly.
>
> Cc: Michael Ellerman <mpe@ellerman.id.au>
> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Cc: Joshua Thompson <funaho@jurai.org>
> Cc: linuxppc-dev@lists.ozlabs.org
> Cc: linux-m68k@lists.linux-m68k.org
> Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
> ---
>  MAINTAINERS | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Michael Ellerman <mpe@ellerman.id.au>

cheers

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 867157311dc8..e8fa0c9645d6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -10322,6 +10322,8 @@ L:	linux-m68k@lists.linux-m68k.org
>  S:	Maintained
>  W:	http://www.mac.linux-m68k.org/
>  F:	arch/m68k/mac/
> +F:	drivers/macintosh/adb-iop.c
> +F:	drivers/macintosh/via-macii.c
>  
>  M68K ON HP9000/300
>  M:	Philip Blundell <philb@gnu.org>
> -- 
> 2.26.2

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

* Re: [PATCH] MAINTAINERS: Update 68k Mac entry
  2020-12-05  3:46 [PATCH] MAINTAINERS: Update 68k Mac entry Finn Thain
  2020-12-05 10:53 ` Michael Ellerman
@ 2020-12-07  7:35 ` Geert Uytterhoeven
  1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-12-07  7:35 UTC (permalink / raw)
  To: Finn Thain
  Cc: Michael Ellerman, Benjamin Herrenschmidt, Joshua Thompson,
	linuxppc-dev, linux-m68k, Linux Kernel Mailing List

Hi Finn,

On Sat, Dec 5, 2020 at 4:49 AM Finn Thain <fthain@telegraphics.com.au> wrote:
> Two files under drivers/macintosh are actually m68k-only. I think that
> patches for these files should be reviewed in the appropriate forum and
> merged via the appropriate tree, rather than falling to the powerpc
> maintainers to deal with. Update the "M68K ON APPLE MACINTOSH" section
> accordingly.
>
> Cc: Michael Ellerman <mpe@ellerman.id.au>
> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
> Cc: Joshua Thompson <funaho@jurai.org>
> Cc: linuxppc-dev@lists.ozlabs.org
> Cc: linux-m68k@lists.linux-m68k.org
> Signed-off-by: Finn Thain <fthain@telegraphics.com.au>

Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
i.e. will queue in the m68k for-v5.11 branch.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

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

end of thread, other threads:[~2020-12-07  7:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-05  3:46 [PATCH] MAINTAINERS: Update 68k Mac entry Finn Thain
2020-12-05 10:53 ` Michael Ellerman
2020-12-07  7:35 ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).