Re: [PATCH 10/44 take 2] [UBI] debug unit implementation

2007-02-19 Thread Artem Bityutskiy
On Sat, 2007-02-17 at 22:00 +0100, Arnd Bergmann wrote: > This whole file looks like it can be removed, as nothing in here > is really relevant for regular operation. I'm sure that much of it > was a good help in developing the code and finding the bugs in here, > but why would you want to merge

Re: [PATCH 10/44 take 2] [UBI] debug unit implementation

2007-02-19 Thread Artem Bityutskiy
On Sat, 2007-02-17 at 22:00 +0100, Arnd Bergmann wrote: This whole file looks like it can be removed, as nothing in here is really relevant for regular operation. I'm sure that much of it was a good help in developing the code and finding the bugs in here, but why would you want to merge it

Re: [PATCH 10/44 take 2] [UBI] debug unit implementation

2007-02-17 Thread Arnd Bergmann
On Saturday 17 February 2007 17:55, Artem Bityutskiy wrote: > > diff -auNrp tmp-from/drivers/mtd/ubi/debug.c tmp-to/drivers/mtd/ubi/debug.c > --- tmp-from/drivers/mtd/ubi/debug.c1970-01-01 02:00:00.0 +0200 > +++ tmp-to/drivers/mtd/ubi/debug.c  2007-02-17 18:07:26.0 +0200

[PATCH 10/44 take 2] [UBI] debug unit implementation

2007-02-17 Thread Artem Bityutskiy
diff -auNrp tmp-from/drivers/mtd/ubi/debug.c tmp-to/drivers/mtd/ubi/debug.c --- tmp-from/drivers/mtd/ubi/debug.c1970-01-01 02:00:00.0 +0200 +++ tmp-to/drivers/mtd/ubi/debug.c 2007-02-17 18:07:26.0 +0200 @@ -0,0 +1,634 @@ +/* + * Copyright (c) International Business

[PATCH 10/44 take 2] [UBI] debug unit implementation

2007-02-17 Thread Artem Bityutskiy
diff -auNrp tmp-from/drivers/mtd/ubi/debug.c tmp-to/drivers/mtd/ubi/debug.c --- tmp-from/drivers/mtd/ubi/debug.c1970-01-01 02:00:00.0 +0200 +++ tmp-to/drivers/mtd/ubi/debug.c 2007-02-17 18:07:26.0 +0200 @@ -0,0 +1,634 @@ +/* + * Copyright (c) International Business

Re: [PATCH 10/44 take 2] [UBI] debug unit implementation

2007-02-17 Thread Arnd Bergmann
On Saturday 17 February 2007 17:55, Artem Bityutskiy wrote: diff -auNrp tmp-from/drivers/mtd/ubi/debug.c tmp-to/drivers/mtd/ubi/debug.c --- tmp-from/drivers/mtd/ubi/debug.c1970-01-01 02:00:00.0 +0200 +++ tmp-to/drivers/mtd/ubi/debug.c  2007-02-17 18:07:26.0 +0200 This