Re: [Cbe-oss-dev] [PATCH 01/15] [PS3] Add udbg driver using the PS3 gelic Ethernet device

2011-08-30 Thread Benjamin Herrenschmidt
On Thu, 2011-08-11 at 19:32 +0200, Andre Heider wrote: > On Thu, Aug 11, 2011 at 2:13 PM, Arnd Bergmann wrote: > > On Thursday 04 August 2011, Geoff Levand wrote: > >> > + * > >> > + * udbg debug output routine via GELIC UDP broadcasts > >> > + * Copyright (C) 2010 Hector Martin > >> > + * Copyri

Re: [Cbe-oss-dev] [PATCH 01/15] [PS3] Add udbg driver using the PS3 gelic Ethernet device

2011-08-11 Thread Andre Heider
On Thu, Aug 11, 2011 at 2:13 PM, Arnd Bergmann wrote: > On Thursday 04 August 2011, Geoff Levand wrote: >> > + * >> > + * udbg debug output routine via GELIC UDP broadcasts >> > + * Copyright (C) 2010 Hector Martin >> > + * Copyright (C) 2011 Andre Heider >> >> Some of this seems to be taken fro

Re: [Cbe-oss-dev] [PATCH 01/15] [PS3] Add udbg driver using the PS3 gelic Ethernet device

2011-08-11 Thread Arnd Bergmann
On Thursday 04 August 2011, Geoff Levand wrote: > > + * > > + * udbg debug output routine via GELIC UDP broadcasts > > + * Copyright (C) 2010 Hector Martin > > + * Copyright (C) 2011 Andre Heider > > Some of this seems to be taken from the gelic driver, so shouldn't > the copyright info from the

Re: [PATCH 01/15] [PS3] Add udbg driver using the PS3 gelic Ethernet device

2011-08-04 Thread Andre Heider
On Thu, Aug 4, 2011 at 12:32 AM, Geoff Levand wrote: > On 08/01/2011 01:02 PM, Andre Heider wrote: >> --- /dev/null >> +++ b/arch/powerpc/platforms/ps3/gelic_udbg.c >> @@ -0,0 +1,272 @@ >> +/* >> + * arch/powerpc/platforms/ps3/gelic_udbg.c > > Don't put file names in files.  When the file gets mov

Re: [PATCH 01/15] [PS3] Add udbg driver using the PS3 gelic Ethernet device

2011-08-03 Thread Geoff Levand
On 08/01/2011 01:02 PM, Andre Heider wrote: > --- /dev/null > +++ b/arch/powerpc/platforms/ps3/gelic_udbg.c > @@ -0,0 +1,272 @@ > +/* > + * arch/powerpc/platforms/ps3/gelic_udbg.c Don't put file names in files. When the file gets moved, then this will no longer be correct. > + * > + * udbg debug

[PATCH 01/15] [PS3] Add udbg driver using the PS3 gelic Ethernet device

2011-08-01 Thread Andre Heider
From: Hector Martin Signed-off-by: Hector Martin [a.heider: Various cleanups to make checkpatch.pl happy] Signed-off-by: Andre Heider --- arch/powerpc/Kconfig.debug |8 + arch/powerpc/include/asm/udbg.h |1 + arch/powerpc/kernel/udbg.c |2 + arch/p