* Re: [PATCH] MAINTAINERS: Exclude m68k-only drivers from powerpc entry
@ 2023-05-31 12:59 ` Geert Uytterhoeven
0 siblings, 0 replies; 12+ messages in thread
From: Geert Uytterhoeven @ 2023-05-31 12:59 UTC (permalink / raw)
To: Michael Ellerman; +Cc: linux-m68k, linuxppc-dev, linux-kernel, Finn Thain
Hi Michael,
CC Finn
On Wed, May 31, 2023 at 2:50 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
> The powerpc section has a "F:" entry for drivers/macintosh, matching all
> files in or below drivers/macintosh. That is correct for the most part,
> but there are a couple of m68k-only drivers in the directory, so exclude
> those.
>
> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Thanks for your patch!
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -11916,6 +11916,8 @@ L: linuxppc-dev@lists.ozlabs.org
> S: Odd Fixes
> F: arch/powerpc/platforms/powermac/
> F: drivers/macintosh/
> +X: drivers/macintosh/adb-iop.c
> +X: drivers/macintosh/via-macii.c
>
> LINUX FOR POWERPC (32-BIT AND 64-BIT)
> M: Michael Ellerman <mpe@ellerman.id.au>
LGTM, as there are already entries for these two files under
"M68K ON APPLE MACINTOSH".
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Which leads us to a related topic: Is Joshua still around? Should Finn
be added or replace Joshua in the "M68K ON APPLE MACINTOSH" entry?
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] 12+ messages in thread* Re: [PATCH] MAINTAINERS: Exclude m68k-only drivers from powerpc entry
2023-05-31 12:59 ` Geert Uytterhoeven
@ 2023-06-01 0:22 ` Finn Thain
-1 siblings, 0 replies; 12+ messages in thread
From: Finn Thain @ 2023-06-01 0:22 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Michael Ellerman, Joshua Thompson, linuxppc-dev, linux-m68k,
linux-kernel
[-- Attachment #1: Type: text/plain, Size: 1520 bytes --]
On Wed, 31 May 2023, Geert Uytterhoeven wrote:
> On Wed, May 31, 2023 at 2:50 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
> > The powerpc section has a "F:" entry for drivers/macintosh, matching
> > all files in or below drivers/macintosh. That is correct for the most
> > part, but there are a couple of m68k-only drivers in the directory, so
> > exclude those.
> >
> > Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
>
> Thanks for your patch!
>
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -11916,6 +11916,8 @@ L: linuxppc-dev@lists.ozlabs.org
> > S: Odd Fixes
> > F: arch/powerpc/platforms/powermac/
> > F: drivers/macintosh/
> > +X: drivers/macintosh/adb-iop.c
> > +X: drivers/macintosh/via-macii.c
> >
> > LINUX FOR POWERPC (32-BIT AND 64-BIT)
> > M: Michael Ellerman <mpe@ellerman.id.au>
>
> LGTM, as there are already entries for these two files under
> "M68K ON APPLE MACINTOSH".
Right. I should have addded those "X files" in commit 2ae92e8b9b7.
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
>
> Which leads us to a related topic: Is Joshua still around? Should Finn
> be added or replace Joshua in the "M68K ON APPLE MACINTOSH" entry?
>
CC Joshua.
If he's not around perhaps we'll see some bounces.
Anyway, I'd be willing to either share the M68K ON APPLE MACINTOSH role or
replace Joshua if he no longer wants that job.
But I hope he does still want it as there's always driver work to do.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Exclude m68k-only drivers from powerpc entry
@ 2023-06-01 0:22 ` Finn Thain
0 siblings, 0 replies; 12+ messages in thread
From: Finn Thain @ 2023-06-01 0:22 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: linux-m68k, linuxppc-dev, linux-kernel, Joshua Thompson
[-- Attachment #1: Type: text/plain, Size: 1520 bytes --]
On Wed, 31 May 2023, Geert Uytterhoeven wrote:
> On Wed, May 31, 2023 at 2:50 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
> > The powerpc section has a "F:" entry for drivers/macintosh, matching
> > all files in or below drivers/macintosh. That is correct for the most
> > part, but there are a couple of m68k-only drivers in the directory, so
> > exclude those.
> >
> > Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
>
> Thanks for your patch!
>
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -11916,6 +11916,8 @@ L: linuxppc-dev@lists.ozlabs.org
> > S: Odd Fixes
> > F: arch/powerpc/platforms/powermac/
> > F: drivers/macintosh/
> > +X: drivers/macintosh/adb-iop.c
> > +X: drivers/macintosh/via-macii.c
> >
> > LINUX FOR POWERPC (32-BIT AND 64-BIT)
> > M: Michael Ellerman <mpe@ellerman.id.au>
>
> LGTM, as there are already entries for these two files under
> "M68K ON APPLE MACINTOSH".
Right. I should have addded those "X files" in commit 2ae92e8b9b7.
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
>
> Which leads us to a related topic: Is Joshua still around? Should Finn
> be added or replace Joshua in the "M68K ON APPLE MACINTOSH" entry?
>
CC Joshua.
If he's not around perhaps we'll see some bounces.
Anyway, I'd be willing to either share the M68K ON APPLE MACINTOSH role or
replace Joshua if he no longer wants that job.
But I hope he does still want it as there's always driver work to do.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Exclude m68k-only drivers from powerpc entry
2023-06-01 0:22 ` Finn Thain
@ 2023-06-01 7:30 ` Michael Ellerman
-1 siblings, 0 replies; 12+ messages in thread
From: Michael Ellerman @ 2023-06-01 7:30 UTC (permalink / raw)
To: Finn Thain, Geert Uytterhoeven
Cc: Joshua Thompson, linuxppc-dev, linux-m68k, linux-kernel
Finn Thain <fthain@linux-m68k.org> writes:
> On Wed, 31 May 2023, Geert Uytterhoeven wrote:
>> On Wed, May 31, 2023 at 2:50 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
>> > The powerpc section has a "F:" entry for drivers/macintosh, matching
>> > all files in or below drivers/macintosh. That is correct for the most
>> > part, but there are a couple of m68k-only drivers in the directory, so
>> > exclude those.
>> >
>> > Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
>>
>> Thanks for your patch!
>>
>> > --- a/MAINTAINERS
>> > +++ b/MAINTAINERS
>> > @@ -11916,6 +11916,8 @@ L: linuxppc-dev@lists.ozlabs.org
>> > S: Odd Fixes
>> > F: arch/powerpc/platforms/powermac/
>> > F: drivers/macintosh/
>> > +X: drivers/macintosh/adb-iop.c
>> > +X: drivers/macintosh/via-macii.c
>> >
>> > LINUX FOR POWERPC (32-BIT AND 64-BIT)
>> > M: Michael Ellerman <mpe@ellerman.id.au>
>>
>> LGTM, as there are already entries for these two files under
>> "M68K ON APPLE MACINTOSH".
>
> Right. I should have addded those "X files" in commit 2ae92e8b9b7.
Or I should have suggested it when I acked that commit :}
cheers
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Exclude m68k-only drivers from powerpc entry
@ 2023-06-01 7:30 ` Michael Ellerman
0 siblings, 0 replies; 12+ messages in thread
From: Michael Ellerman @ 2023-06-01 7:30 UTC (permalink / raw)
To: Finn Thain, Geert Uytterhoeven
Cc: linux-m68k, linuxppc-dev, linux-kernel, Joshua Thompson
Finn Thain <fthain@linux-m68k.org> writes:
> On Wed, 31 May 2023, Geert Uytterhoeven wrote:
>> On Wed, May 31, 2023 at 2:50 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
>> > The powerpc section has a "F:" entry for drivers/macintosh, matching
>> > all files in or below drivers/macintosh. That is correct for the most
>> > part, but there are a couple of m68k-only drivers in the directory, so
>> > exclude those.
>> >
>> > Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
>>
>> Thanks for your patch!
>>
>> > --- a/MAINTAINERS
>> > +++ b/MAINTAINERS
>> > @@ -11916,6 +11916,8 @@ L: linuxppc-dev@lists.ozlabs.org
>> > S: Odd Fixes
>> > F: arch/powerpc/platforms/powermac/
>> > F: drivers/macintosh/
>> > +X: drivers/macintosh/adb-iop.c
>> > +X: drivers/macintosh/via-macii.c
>> >
>> > LINUX FOR POWERPC (32-BIT AND 64-BIT)
>> > M: Michael Ellerman <mpe@ellerman.id.au>
>>
>> LGTM, as there are already entries for these two files under
>> "M68K ON APPLE MACINTOSH".
>
> Right. I should have addded those "X files" in commit 2ae92e8b9b7.
Or I should have suggested it when I acked that commit :}
cheers
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Exclude m68k-only drivers from powerpc entry
2023-05-31 12:59 ` Geert Uytterhoeven
@ 2023-06-01 7:30 ` Michael Ellerman
-1 siblings, 0 replies; 12+ messages in thread
From: Michael Ellerman @ 2023-06-01 7:30 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linuxppc-dev, linux-m68k, linux-kernel, Finn Thain
Geert Uytterhoeven <geert@linux-m68k.org> writes:
> Hi Michael,
>
> CC Finn
>
> On Wed, May 31, 2023 at 2:50 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
>> The powerpc section has a "F:" entry for drivers/macintosh, matching all
>> files in or below drivers/macintosh. That is correct for the most part,
>> but there are a couple of m68k-only drivers in the directory, so exclude
>> those.
>>
>> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
>
> Thanks for your patch!
>
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -11916,6 +11916,8 @@ L: linuxppc-dev@lists.ozlabs.org
>> S: Odd Fixes
>> F: arch/powerpc/platforms/powermac/
>> F: drivers/macintosh/
>> +X: drivers/macintosh/adb-iop.c
>> +X: drivers/macintosh/via-macii.c
>>
>> LINUX FOR POWERPC (32-BIT AND 64-BIT)
>> M: Michael Ellerman <mpe@ellerman.id.au>
>
> LGTM, as there are already entries for these two files under
> "M68K ON APPLE MACINTOSH".
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Thanks.
cheers
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH] MAINTAINERS: Exclude m68k-only drivers from powerpc entry
@ 2023-06-01 7:30 ` Michael Ellerman
0 siblings, 0 replies; 12+ messages in thread
From: Michael Ellerman @ 2023-06-01 7:30 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: linux-m68k, linuxppc-dev, linux-kernel, Finn Thain
Geert Uytterhoeven <geert@linux-m68k.org> writes:
> Hi Michael,
>
> CC Finn
>
> On Wed, May 31, 2023 at 2:50 PM Michael Ellerman <mpe@ellerman.id.au> wrote:
>> The powerpc section has a "F:" entry for drivers/macintosh, matching all
>> files in or below drivers/macintosh. That is correct for the most part,
>> but there are a couple of m68k-only drivers in the directory, so exclude
>> those.
>>
>> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
>
> Thanks for your patch!
>
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -11916,6 +11916,8 @@ L: linuxppc-dev@lists.ozlabs.org
>> S: Odd Fixes
>> F: arch/powerpc/platforms/powermac/
>> F: drivers/macintosh/
>> +X: drivers/macintosh/adb-iop.c
>> +X: drivers/macintosh/via-macii.c
>>
>> LINUX FOR POWERPC (32-BIT AND 64-BIT)
>> M: Michael Ellerman <mpe@ellerman.id.au>
>
> LGTM, as there are already entries for these two files under
> "M68K ON APPLE MACINTOSH".
> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Thanks.
cheers
^ permalink raw reply [flat|nested] 12+ messages in thread