Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-22 Thread Michael Lawnick
Stefan Roese denx.de> writes: > > On Friday 19 September 2008, Michael Lawnick wrote: > > > BTW: Which NOR FLASH driver are you using? The common CFI driver? It has > > > no real connection to the MTD layer which is needed for the UBI port from > > > Kyungmin. Did you think about this? > > > > W

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-19 Thread Stefan Roese
On Friday 19 September 2008, Michael Lawnick wrote: > > BTW: Which NOR FLASH driver are you using? The common CFI driver? It has > > no real connection to the MTD layer which is needed for the UBI port from > > Kyungmin. Did you think about this? > > We are using CFI driver for AM29GL512. > As said

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-19 Thread Michael Lawnick
Stefan Roese denx.de> writes: > > On Friday 19 September 2008, Michael Lawnick wrote: > > how far have you got? > > We are planning to integrate UBI in u-boot too (NOR flashes), so if all is > > already done - or will be in next time - we could spare some hours ... > > We also have a project to

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-19 Thread Stefan Roese
On Friday 19 September 2008, Michael Lawnick wrote: > how far have you got? > We are planning to integrate UBI in u-boot too (NOR flashes), so if all is > already done - or will be in next time - we could spare some hours ... We also have a project to integrate UBI support into U-Boot. The real UB

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-19 Thread Michael Lawnick
Kyungmin Park infradead.org> writes: > > It's preparation for UBI codes. > UBI uses partition and get & put mtd devices > ... Hi, how far have you got? We are planning to integrate UBI in u-boot too (NOR flashes), so if all is already done - or will be in next time - we could spare some hours

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-08 Thread Kyungmin Park
On Tue, Sep 9, 2008 at 4:30 AM, Scott Wood <[EMAIL PROTECTED]> wrote: > On Fri, Aug 29, 2008 at 05:13:23PM +0900, Kyungmin Park wrote: >> It's preparation for UBI codes. >> UBI uses partition and get & put mtd devices > > Please import the latest MTD code; there have been several cleanups/fixes > i

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-08 Thread Scott Wood
On Fri, Aug 29, 2008 at 05:13:23PM +0900, Kyungmin Park wrote: > It's preparation for UBI codes. > UBI uses partition and get & put mtd devices Please import the latest MTD code; there have been several cleanups/fixes in mtdpart.c recently (in particular, the patches from Atsushi Nemoto dated Jul

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-08 Thread Stefan Roese
Kyungmi, On Monday 08 September 2008, Kyungmin Park wrote: > >> It's preparation for UBI codes. > >> UBI uses partition and get & put mtd devices > > > > Please co-ordinate any UBI-related work with Stefan Roese. > > > > I will not apply any UBI related patches unless I have his ACK. I have no ob

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-07 Thread Kyungmin Park
Dear Wolfgang, > In message <[EMAIL PROTECTED]> you wrote: >> It's preparation for UBI codes. >> UBI uses partition and get & put mtd devices > > Please co-ordinate any UBI-related work with Stefan Roese. > > I will not apply any UBI related patches unless I have his ACK. > Sure, I agreed your op

Re: [U-Boot] [PATCH] Add MTD core & partition

2008-09-06 Thread Wolfgang Denk
Dear Kyungmin Park, In message <[EMAIL PROTECTED]> you wrote: > It's preparation for UBI codes. > UBI uses partition and get & put mtd devices Please co-ordinate any UBI-related work with Stefan Roese. I will not apply any UBI related patches unless I have his ACK. Best regards, Wolfgang Denk

[U-Boot] [PATCH] Add MTD core & partition

2008-08-29 Thread Kyungmin Park
It's preparation for UBI codes. UBI uses partition and get & put mtd devices Signed-off-by: Kyungmin Park <[EMAIL PROTECTED]> --- diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile index 6538f7a..d225a68 100644 --- a/drivers/mtd/Makefile +++ b/drivers/mtd/Makefile @@ -25,6 +25,7 @@ include $