Re: ping, was Re: [PATCH 1/2] pmac-zilog: add platform driver, version 3

2010-01-31 Thread Geert Uytterhoeven
On Sun, Jan 31, 2010 at 08:25, wrote: > As I understand it, this patch needs Ben's ack before it (and the others) > can be merged into linux-next (?) He gave his ack on IRC. Still have to add them to m68k-queue and for-next, though. Gr{oetje,eeting}s,

ping, was Re: [PATCH 1/2] pmac-zilog: add platform driver, version 3

2010-01-30 Thread fthain
Hi Geert, As I understand it, this patch needs Ben's ack before it (and the others) can be merged into linux-next (?) Finn On Thu, 14 Jan 2010, Geert Uytterhoeven wrote: > Thanks, applied. > > Gr{oetje,eeting}s, > > Geert ___

Re: [PATCH 1/2] pmac-zilog: add platform driver, version 3

2010-01-14 Thread Geert Uytterhoeven
On Sun, Jan 10, 2010 at 17:29, Finn Thain wrote: > Add platform driver support to the pmac-zilog driver, for m68k macs. > Place the powermac-specific code inside #ifdef CONFIG_PPC_PMAC. > > Signed-off-by: Finn Thain > > --- > > This patch should be applied after "[PATCH 3/13] pmac-zilog: cleanup"

Re: [PATCH 1/2] pmac-zilog: add platform driver

2010-01-08 Thread fthain
On Fri, 8 Jan 2010, Geert Uytterhoeven wrote: > On Sat, Jan 2, 2010 at 17:39, Finn Thain > wrote: > > On Sat, 2 Jan 2010, Geert Uytterhoeven wrote: > >> On Tue, Nov 17, 2009 at 10:04, Finn Thain > >> wrote: BTW, there are a few other minor > >> checkpatch issues with some of the other patch

Re: [PATCH 1/2] pmac-zilog: add platform driver

2010-01-08 Thread Geert Uytterhoeven
On Sat, Jan 2, 2010 at 17:39, Finn Thain wrote: > On Sat, 2 Jan 2010, Geert Uytterhoeven wrote: >> On Tue, Nov 17, 2009 at 10:04, Finn Thain wrote: >> BTW, there are a few other minor checkpatch issues with some of the >> other patches in the series, too. > > I ran checkpatch on all those patches

Re: [PATCH 1/2] pmac-zilog: add platform driver

2010-01-07 Thread Geert Uytterhoeven
On Tue, Nov 17, 2009 at 10:04, Finn Thain wrote: > Add platform driver to the pmac-zilog driver for mac 68k, putting the > powermac-specific bits inside #ifdef CONFIG_PPC_PMAC. > --- linux-2.6.31.orig/drivers/serial/pmac_zilog.c       2009-11-17 > 17:07:28.0 +1100 > +++ linux-2.6.31/driv

Re: [PATCH 1/2] pmac-zilog: add platform driver

2010-01-07 Thread Geert Uytterhoeven
On Sat, Jan 2, 2010 at 17:39, Finn Thain wrote: > On Sat, 2 Jan 2010, Geert Uytterhoeven wrote: >> On Tue, Nov 17, 2009 at 10:04, Finn Thain >> wrote: >> > Add platform driver to the pmac-zilog driver for mac 68k, putting the >> > powermac-specific bits inside #ifdef CONFIG_PPC_PMAC. >> >> > ---

Re: [PATCH 1/2] pmac-zilog: add platform driver

2010-01-02 Thread Finn Thain
On Sat, 2 Jan 2010, Geert Uytterhoeven wrote: > On Tue, Nov 17, 2009 at 10:04, Finn Thain > wrote: > > Add platform driver to the pmac-zilog driver for mac 68k, putting the > > powermac-specific bits inside #ifdef CONFIG_PPC_PMAC. > > > --- linux-2.6.31.orig/drivers/serial/pmac_zilog.c      

Re: [PATCH 1/2] pmac-zilog: add platform driver

2010-01-02 Thread Geert Uytterhoeven
On Tue, Nov 17, 2009 at 10:04, Finn Thain wrote: > Add platform driver to the pmac-zilog driver for mac 68k, putting the > powermac-specific bits inside #ifdef CONFIG_PPC_PMAC. > --- linux-2.6.31.orig/drivers/serial/pmac_zilog.c       2009-11-17 > 17:07:28.0 +1100 > +++ linux-2.6.31/driv

Re: [PATCH 1/2] pmac-zilog: add platform driver

2009-12-23 Thread Geert Uytterhoeven
On Tue, Nov 17, 2009 at 10:04, Finn Thain wrote: > Add platform driver to the pmac-zilog driver for mac 68k, putting the > powermac-specific bits inside #ifdef CONFIG_PPC_PMAC. Ben, OK for you? > This patch should be applied after "[PATCH 3/13] pmac-zilog: cleanup". It > renders obsolete the ver