Re: [RFC PATCH 08/10] macintosh: Remove ADB_MACIO

2024-11-17 Thread Michael Ellerman
Christophe Leroy writes: > Le 14/11/2024 à 14:11, Michael Ellerman a écrit : >> The macio-adb driver depends on PPC_CHRP, which has been removed, remove >> the driver also. >> >> Signed-off-by: Michael Ellerman >> --- >> drivers/macintosh/Kconfig | 9 -- >> drivers/macintosh/Makefile

Re: [RFC PATCH 08/10] macintosh: Remove ADB_MACIO

2024-11-16 Thread Christophe Leroy
Le 14/11/2024 à 14:11, Michael Ellerman a écrit : The macio-adb driver depends on PPC_CHRP, which has been removed, remove the driver also. Signed-off-by: Michael Ellerman --- drivers/macintosh/Kconfig | 9 -- drivers/macintosh/Makefile| 1 - drivers/macintosh/adb.c |

Re: [RFC PATCH 08/10] macintosh: Remove ADB_MACIO

2024-11-14 Thread Geert Uytterhoeven
On Thu, Nov 14, 2024 at 2:11 PM Michael Ellerman wrote: > The macio-adb driver depends on PPC_CHRP, which has been removed, remove > the driver also. > > Signed-off-by: Michael Ellerman Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- Th

Re: [RFC PATCH 08/10] macintosh: Remove ADB_MACIO

2024-11-14 Thread Geert Uytterhoeven
Hi Arnd, On Thu, Nov 14, 2024 at 4:42 PM Arnd Bergmann wrote: > I also found the promotional video from 1996 at > https://www.youtube.com/watch?v=NrvrIEPeSNA . Amazing to finally see this, 20y after mine died... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There'

Re: [RFC PATCH 08/10] macintosh: Remove ADB_MACIO

2024-11-14 Thread Arnd Bergmann
On Thu, Nov 14, 2024, at 14:11, Michael Ellerman wrote: > > -config ADB_MACIO > - bool "Include MacIO (CHRP) ADB driver" > - depends on ADB && PPC_CHRP && !PPC_PMAC64 The dependency looked weird to me, so I had to look up what that thing is. Apparently this originally had a PPC_PMAC depen

[RFC PATCH 08/10] macintosh: Remove ADB_MACIO

2024-11-14 Thread Michael Ellerman
The macio-adb driver depends on PPC_CHRP, which has been removed, remove the driver also. Signed-off-by: Michael Ellerman --- drivers/macintosh/Kconfig | 9 -- drivers/macintosh/Makefile| 1 - drivers/macintosh/adb.c | 4 - drivers/macintosh/macio-adb.c | 288