Re: [PATCH 4/13] pmac-zilog, mac68k: replace mac68k SCC code with platform device

2009-11-16 Thread Benjamin Herrenschmidt
On Wed, 2009-11-04 at 00:40 +1100, Finn Thain wrote: > Remove the old 68k Mac serial port code and a lot of related cruft. Add > platform driver support to the pmac-zilog driver, putting the powermac- > specific bits inside #ifdef CONFIG_PPC_PMAC. Add new platform devices to > mac68k. > > Teste

[PATCH 4/13] pmac-zilog, mac68k: replace mac68k SCC code with platform device

2009-11-03 Thread Finn Thain
Remove the old 68k Mac serial port code and a lot of related cruft. Add platform driver support to the pmac-zilog driver, putting the powermac- specific bits inside #ifdef CONFIG_PPC_PMAC. Add new platform devices to mac68k. Tested on a beige G3 PowerMac and a variety of 68k Macs. Signed-off-b