Message ID | fbac2cd8632bb719f48cd1368910abd310548a0e.1607139987.git.fthain@telegraphics.com.au (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | MAINTAINERS: Update 68k Mac entry | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | success | Successfully applied on branch powerpc/merge (466556ab940c1dfc7aee8db02a8329f1f3efed3d) |
snowpatch_ozlabs/build-ppc64le | success | Build succeeded |
snowpatch_ozlabs/build-ppc64be | success | Build succeeded |
snowpatch_ozlabs/build-ppc64e | success | Build succeeded |
snowpatch_ozlabs/build-pmac32 | success | Build succeeded |
snowpatch_ozlabs/checkpatch | success | total: 0 errors, 0 warnings, 0 checks, 8 lines checked |
snowpatch_ozlabs/needsstable | success | Patch has no Fixes tags |
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
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
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>
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(+)