Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-11-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:41 Mon 27 Oct , Ilko Iliev wrote: > This patch fix the problem that only the [NB_DATAFLASH_AREA -1] dataflash > partition can be defined to use the area to the end of dataflash size. > Now it is possible to have only one dataflash partition from 0 to the end of > of dataflash size. plea

Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-11-19 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:22 Wed 19 Nov , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <[EMAIL PROTECTED]> you wrote: > > > > > This patch fix the problem that only the [NB_DATAFLASH_AREA -1] dataflash > > > partition can be defined to use the area to the end of dataflash size. >

Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-11-18 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > > > This patch fix the problem that only the [NB_DATAFLASH_AREA -1] dataflash > > partition can be defined to use the area to the end of dataflash size. > > Now it is possible to have only one dataflash partition f

Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-11-02 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <[EMAIL PROTECTED]> you wrote: > > > Is there anybody around volunteering to become custodian for > > Dataflash support? > If we can keep it with AT91? > > Nearly all at91 ref board had dataflash Does that mean you want to take that duty as part

Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-10-31 Thread Jean-Christophe PLAGNIOL-VILLARD
On 17:05 Fri 31 Oct , Wolfgang Denk wrote: > Dear Scott Wood, > > In message <[EMAIL PROTECTED]> you wrote: > > > > > I tend to use a broad view summarizing all types of flash based > > > storage devices (NAND, OneNAND, Dataflash, etc.). As such, I would > > > see this on Scott's desk

Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-10-31 Thread Wolfgang Denk
Dear Scott Wood, In message <[EMAIL PROTECTED]> you wrote: > > > I tend to use a broad view summarizing all types of flash based > > storage devices (NAND, OneNAND, Dataflash, etc.). As such, I would > > see this on Scott's desk... > > I barely have enough time to keep up with NAND, I kn

Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-10-31 Thread Scott Wood
Wolfgang Denk wrote: > In message <[EMAIL PROTECTED]> you wrote: diff --git a/drivers/mtd/dataflash.c b/drivers/mtd/dataflash.c index 201e518..43746e7 100644 --- a/drivers/mtd/dataflash.c +++ b/drivers/mtd/dataflash.c >>> Who is supposed to handle this one? >>> >>> Stefan is it

Re: [U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-10-28 Thread Jean-Christophe PLAGNIOL-VILLARD
On 16:41 Mon 27 Oct , Ilko Iliev wrote: > This patch fix the problem that only the [NB_DATAFLASH_AREA -1] dataflash > partition can be defined to use the area to the end of dataflash size. > Now it is possible to have only one dataflash partition from 0 to the end of > of dataflash size. > >

[U-Boot] [PATCH] dataflash: fix a problem with the last partition

2008-10-27 Thread Ilko Iliev
This patch fix the problem that only the [NB_DATAFLASH_AREA -1] dataflash partition can be defined to use the area to the end of dataflash size. Now it is possible to have only one dataflash partition from 0 to the end of of dataflash size. Signed-off-by: Ilko Iliev <[EMAIL PROTECTED]> --- driv