* [PATCH v3] powerpc/g5: Enable all windfarms by default
@ 2026-05-05 18:47 Linus Walleij
2026-05-06 11:41 ` Michael Ellerman
0 siblings, 1 reply; 8+ messages in thread
From: Linus Walleij @ 2026-05-05 18:47 UTC (permalink / raw)
To: Madhavan Srinivasan, Michael Ellerman, Nicholas Piggin,
Christophe Leroy (CS GROUP)
Cc: linuxppc-dev, linux-kernel, Linus Walleij
The G5 defconfig is clearly intended for the G5 Powermac
series, and that should enable all the available
windfarm drivers, or the machine will overheat a short
while after booting and shut itself down, which is
annoying.
Signed-off-by: Linus Walleij <linusw@kernel.org>
---
I wonder why this never gets applied. Am I doing something wrong?
Is the patch stupid? No-one cares?
---
Changes in v3:
- Rebased on v7.1-rc1
- Link to v2: https://lore.kernel.org/r/20260120-powermac-g5-config-v2-1-cd8f1c8bfbae@kernel.org
Changes in v2:
- Rebased on v6.19-rc1
- Link to v1: https://lore.kernel.org/r/20251205-powermac-g5-config-v1-1-8609aa97c1c0@kernel.org
To: Madhavan Srinivasan <maddy@linux.ibm.com>
To: Michael Ellerman <mpe@ellerman.id.au>
To: Nicholas Piggin <npiggin@gmail.com>
To: "Christophe Leroy (CS GROUP)" <chleroy@kernel.org>
Cc: linuxppc-dev@lists.ozlabs.org
Cc: linux-kernel@vger.kernel.org
---
arch/powerpc/configs/g5_defconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/powerpc/configs/g5_defconfig b/arch/powerpc/configs/g5_defconfig
index 04bbb37f5978..f74ccc06f4c1 100644
--- a/arch/powerpc/configs/g5_defconfig
+++ b/arch/powerpc/configs/g5_defconfig
@@ -85,6 +85,8 @@ CONFIG_PMAC_SMU=y
CONFIG_MAC_EMUMOUSEBTN=y
CONFIG_WINDFARM=y
CONFIG_WINDFARM_PM81=y
+CONFIG_WINDFARM_PM72=y
+CONFIG_WINDFARM_RM31=y
CONFIG_WINDFARM_PM91=y
CONFIG_WINDFARM_PM112=y
CONFIG_WINDFARM_PM121=y
---
base-commit: 254f49634ee16a731174d2ae34bc50bd5f45e731
change-id: 20251205-powermac-g5-config-69128e93d584
Best regards,
--
Linus Walleij <linusw@kernel.org>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH v3] powerpc/g5: Enable all windfarms by default
2026-05-05 18:47 [PATCH v3] powerpc/g5: Enable all windfarms by default Linus Walleij
@ 2026-05-06 11:41 ` Michael Ellerman
2026-05-06 17:30 ` Linus Walleij
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Michael Ellerman @ 2026-05-06 11:41 UTC (permalink / raw)
To: Linus Walleij, Madhavan Srinivasan, Michael Ellerman,
Nicholas Piggin, Christophe Leroy (CS GROUP)
Cc: linuxppc-dev, linux-kernel
On 6/5/2026 04:47, Linus Walleij wrote:
> The G5 defconfig is clearly intended for the G5 Powermac
> series, and that should enable all the available
> windfarm drivers, or the machine will overheat a short
> while after booting and shut itself down, which is
> annoying.
>
> Signed-off-by: Linus Walleij <linusw@kernel.org>
> ---
> I wonder why this never gets applied. Am I doing something wrong?
> Is the patch stupid? No-one cares?
Sorry it didn't get picked up.
I don't have any G5s anymore, but the ones I did have used the other
windfarm drivers so I never hit this.
You might be the last person on earth booting Linux on those :)
> ---
> Changes in v3:
> - Rebased on v7.1-rc1
> - Link to v2: https://lore.kernel.org/r/20260120-powermac-g5-config-v2-1-cd8f1c8bfbae@kernel.org
>
> Changes in v2:
> - Rebased on v6.19-rc1
> - Link to v1: https://lore.kernel.org/r/20251205-powermac-g5-config-v1-1-8609aa97c1c0@kernel.org
>
> To: Madhavan Srinivasan <maddy@linux.ibm.com>
> To: Michael Ellerman <mpe@ellerman.id.au>
> To: Nicholas Piggin <npiggin@gmail.com>
> To: "Christophe Leroy (CS GROUP)" <chleroy@kernel.org>
> Cc: linuxppc-dev@lists.ozlabs.org
> Cc: linux-kernel@vger.kernel.org
> ---
> arch/powerpc/configs/g5_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/arch/powerpc/configs/g5_defconfig b/arch/powerpc/configs/g5_defconfig
> index 04bbb37f5978..f74ccc06f4c1 100644
> --- a/arch/powerpc/configs/g5_defconfig
> +++ b/arch/powerpc/configs/g5_defconfig
> @@ -85,6 +85,8 @@ CONFIG_PMAC_SMU=y
> CONFIG_MAC_EMUMOUSEBTN=y
> CONFIG_WINDFARM=y
> CONFIG_WINDFARM_PM81=y
> +CONFIG_WINDFARM_PM72=y
> +CONFIG_WINDFARM_RM31=y
> CONFIG_WINDFARM_PM91=y
> CONFIG_WINDFARM_PM112=y
> CONFIG_WINDFARM_PM121=y
>
Ack, LGTM.
Maddy can you pick this one up for next?
cheers
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v3] powerpc/g5: Enable all windfarms by default
2026-05-06 11:41 ` Michael Ellerman
@ 2026-05-06 17:30 ` Linus Walleij
2026-05-07 2:29 ` Madhavan Srinivasan
2026-05-07 12:50 ` Michael Ellerman
2026-05-07 2:28 ` Madhavan Srinivasan
2026-05-07 8:52 ` Segher Boessenkool
2 siblings, 2 replies; 8+ messages in thread
From: Linus Walleij @ 2026-05-06 17:30 UTC (permalink / raw)
To: Michael Ellerman
Cc: Madhavan Srinivasan, Michael Ellerman, Nicholas Piggin,
Christophe Leroy (CS GROUP), linuxppc-dev, linux-kernel
On Wed, May 6, 2026 at 1:41 PM Michael Ellerman <mpe@kernel.org> wrote:
> I don't have any G5s anymore, but the ones I did have used the other
> windfarm drivers so I never hit this.
>
> You might be the last person on earth booting Linux on those :)
Not really, Sean (Action Retro) did this thing and follow-ups on
YouTube:
https://www.youtube.com/watch?v=g-Ugfqj1ank
Including installing a contemporary graphics card:
https://www.youtube.com/watch?v=WPDd1Y0flSg
This likely means he inspired a whole bunch of geeks to
go and do the same. :)
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v3] powerpc/g5: Enable all windfarms by default
2026-05-06 11:41 ` Michael Ellerman
2026-05-06 17:30 ` Linus Walleij
@ 2026-05-07 2:28 ` Madhavan Srinivasan
2026-05-07 8:52 ` Segher Boessenkool
2 siblings, 0 replies; 8+ messages in thread
From: Madhavan Srinivasan @ 2026-05-07 2:28 UTC (permalink / raw)
To: Michael Ellerman, Linus Walleij, Michael Ellerman,
Nicholas Piggin, Christophe Leroy (CS GROUP)
Cc: linuxppc-dev, linux-kernel
On 5/6/26 5:11 PM, Michael Ellerman wrote:
> On 6/5/2026 04:47, Linus Walleij wrote:
>> The G5 defconfig is clearly intended for the G5 Powermac
>> series, and that should enable all the available
>> windfarm drivers, or the machine will overheat a short
>> while after booting and shut itself down, which is
>> annoying.
>>
>> Signed-off-by: Linus Walleij <linusw@kernel.org>
>> ---
>> I wonder why this never gets applied. Am I doing something wrong?
>> Is the patch stupid? No-one cares?
>
> Sorry it didn't get picked up.
>
> I don't have any G5s anymore, but the ones I did have used the other
> windfarm drivers so I never hit this.
>
> You might be the last person on earth booting Linux on those :)
>
>> ---
>> Changes in v3:
>> - Rebased on v7.1-rc1
>> - Link to v2:
>> https://lore.kernel.org/r/20260120-powermac-g5-config-v2-1-cd8f1c8bfbae@kernel.org
>>
>> Changes in v2:
>> - Rebased on v6.19-rc1
>> - Link to v1:
>> https://lore.kernel.org/r/20251205-powermac-g5-config-v1-1-8609aa97c1c0@kernel.org
>>
>> To: Madhavan Srinivasan <maddy@linux.ibm.com>
>> To: Michael Ellerman <mpe@ellerman.id.au>
>> To: Nicholas Piggin <npiggin@gmail.com>
>> To: "Christophe Leroy (CS GROUP)" <chleroy@kernel.org>
>> Cc: linuxppc-dev@lists.ozlabs.org
>> Cc: linux-kernel@vger.kernel.org
>> ---
>> arch/powerpc/configs/g5_defconfig | 2 ++
>> 1 file changed, 2 insertions(+)
>>
>> diff --git a/arch/powerpc/configs/g5_defconfig
>> b/arch/powerpc/configs/g5_defconfig
>> index 04bbb37f5978..f74ccc06f4c1 100644
>> --- a/arch/powerpc/configs/g5_defconfig
>> +++ b/arch/powerpc/configs/g5_defconfig
>> @@ -85,6 +85,8 @@ CONFIG_PMAC_SMU=y
>> CONFIG_MAC_EMUMOUSEBTN=y
>> CONFIG_WINDFARM=y
>> CONFIG_WINDFARM_PM81=y
>> +CONFIG_WINDFARM_PM72=y
>> +CONFIG_WINDFARM_RM31=y
>> CONFIG_WINDFARM_PM91=y
>> CONFIG_WINDFARM_PM112=y
>> CONFIG_WINDFARM_PM121=y
>>
>
> Ack, LGTM.
>
> Maddy can you pick this one up for next?
Sure will do.
Thanks.
>
> cheers
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v3] powerpc/g5: Enable all windfarms by default
2026-05-06 17:30 ` Linus Walleij
@ 2026-05-07 2:29 ` Madhavan Srinivasan
2026-05-07 12:50 ` Michael Ellerman
1 sibling, 0 replies; 8+ messages in thread
From: Madhavan Srinivasan @ 2026-05-07 2:29 UTC (permalink / raw)
To: Linus Walleij, Michael Ellerman
Cc: Michael Ellerman, Nicholas Piggin, Christophe Leroy (CS GROUP),
linuxppc-dev, linux-kernel
On 5/6/26 11:00 PM, Linus Walleij wrote:
> On Wed, May 6, 2026 at 1:41 PM Michael Ellerman <mpe@kernel.org> wrote:
>
>> I don't have any G5s anymore, but the ones I did have used the other
>> windfarm drivers so I never hit this.
>>
>> You might be the last person on earth booting Linux on those :)
> Not really, Sean (Action Retro) did this thing and follow-ups on
> YouTube:
> https://www.youtube.com/watch?v=g-Ugfqj1ank
>
> Including installing a contemporary graphics card:
> https://www.youtube.com/watch?v=WPDd1Y0flSg
>
> This likely means he inspired a whole bunch of geeks to
> go and do the same. :)
Interesting and good to know. Thanks for the links
Maddy
> Yours,
> Linus Walleij
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v3] powerpc/g5: Enable all windfarms by default
2026-05-06 11:41 ` Michael Ellerman
2026-05-06 17:30 ` Linus Walleij
2026-05-07 2:28 ` Madhavan Srinivasan
@ 2026-05-07 8:52 ` Segher Boessenkool
2026-05-07 8:58 ` Linus Walleij
2 siblings, 1 reply; 8+ messages in thread
From: Segher Boessenkool @ 2026-05-07 8:52 UTC (permalink / raw)
To: Michael Ellerman
Cc: Linus Walleij, Madhavan Srinivasan, Michael Ellerman,
Nicholas Piggin, Christophe Leroy (CS GROUP), linuxppc-dev,
linux-kernel
On Wed, May 06, 2026 at 09:41:51PM +1000, Michael Ellerman wrote:
> Sorry it didn't get picked up.
>
> I don't have any G5s anymore,
I don't have any functioning ones either :-(
> but the ones I did have used the other
> windfarm drivers so I never hit this.
Yeah, the oldest PowerMac G5 and RackMac were not super big sellers
either, relatively to the newer models. And of course all Apple
hardware of the time (as well as all by other manufacturers) had failing
power supplies, so there "naturally" be fewer working machines over\
time. Problems that solve themselves!
> You might be the last person on earth booting Linux on those :)
Booting, yes, but it won't run for even a minute ;-)
> > diff --git a/arch/powerpc/configs/g5_defconfig b/arch/powerpc/configs/g5_defconfig
> > index 04bbb37f5978..f74ccc06f4c1 100644
> > --- a/arch/powerpc/configs/g5_defconfig
> > +++ b/arch/powerpc/configs/g5_defconfig
> > @@ -85,6 +85,8 @@ CONFIG_PMAC_SMU=y
> > CONFIG_MAC_EMUMOUSEBTN=y
> > CONFIG_WINDFARM=y
> > CONFIG_WINDFARM_PM81=y
> > +CONFIG_WINDFARM_PM72=y
> > +CONFIG_WINDFARM_RM31=y
> > CONFIG_WINDFARM_PM91=y
> > CONFIG_WINDFARM_PM112=y
> > CONFIG_WINDFARM_PM121=y
> >
>
> Ack, LGTM.
>
> Maddy can you pick this one up for next?
Is this all supported models? Might be better to do that immediately,
not wait for patches to trickle in over the years :-)
Thanks everyone!
Segher
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v3] powerpc/g5: Enable all windfarms by default
2026-05-07 8:52 ` Segher Boessenkool
@ 2026-05-07 8:58 ` Linus Walleij
0 siblings, 0 replies; 8+ messages in thread
From: Linus Walleij @ 2026-05-07 8:58 UTC (permalink / raw)
To: Segher Boessenkool
Cc: Michael Ellerman, Madhavan Srinivasan, Michael Ellerman,
Nicholas Piggin, Christophe Leroy (CS GROUP), linuxppc-dev,
linux-kernel
On Thu, May 7, 2026 at 10:53 AM Segher Boessenkool
<segher@kernel.crashing.org> wrote:
> On Wed, May 06, 2026 at 09:41:51PM +1000, Michael Ellerman wrote:
> > You might be the last person on earth booting Linux on those :)
>
> Booting, yes, but it won't run for even a minute ;-)
Yeah what I think happen with Debian (which works) is that they have
this driver in the initramfs or rootfs as a module so it gets probed soon
enough, but it feels way safer to compile in vital stuff like this.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH v3] powerpc/g5: Enable all windfarms by default
2026-05-06 17:30 ` Linus Walleij
2026-05-07 2:29 ` Madhavan Srinivasan
@ 2026-05-07 12:50 ` Michael Ellerman
1 sibling, 0 replies; 8+ messages in thread
From: Michael Ellerman @ 2026-05-07 12:50 UTC (permalink / raw)
To: Linus Walleij
Cc: Madhavan Srinivasan, Nicholas Piggin, Christophe Leroy (CS GROUP),
linuxppc-dev, linux-kernel
On 7/5/2026 03:30, Linus Walleij wrote:
> On Wed, May 6, 2026 at 1:41 PM Michael Ellerman <mpe@kernel.org> wrote:
>
>> I don't have any G5s anymore, but the ones I did have used the other
>> windfarm drivers so I never hit this.
>>
>> You might be the last person on earth booting Linux on those :)
>
> Not really, Sean (Action Retro) did this thing and follow-ups on
> YouTube:
> https://www.youtube.com/watch?v=g-Ugfqj1ank
>
> Including installing a contemporary graphics card:
> https://www.youtube.com/watch?v=WPDd1Y0flSg
Nice.
But the driver you enabled, PM72, is for PowerMac7,2, which is 2-3 years
older, and does not have PCI-E.
So if you have one of those it's even more special.
> This likely means he inspired a whole bunch of geeks to
> go and do the same. :)
Hopefully one of them volunteers to be powermac maintainer ;)
cheers
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2026-05-07 12:50 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-05 18:47 [PATCH v3] powerpc/g5: Enable all windfarms by default Linus Walleij
2026-05-06 11:41 ` Michael Ellerman
2026-05-06 17:30 ` Linus Walleij
2026-05-07 2:29 ` Madhavan Srinivasan
2026-05-07 12:50 ` Michael Ellerman
2026-05-07 2:28 ` Madhavan Srinivasan
2026-05-07 8:52 ` Segher Boessenkool
2026-05-07 8:58 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox