Re: [U-Boot] [PATCH] spi/atmel: add AT45DB321D support

2009-01-08 Thread Mike Frysinger
On Wednesday 07 January 2009 14:40:30 Ulf Samuelsson wrote: tis 2009-01-06 klockan 14:48 -0800 skrev Brad Bozarth: Hmm... looking in the datasheet I have, it says: Flexible Erase Options – Page Erase (512 Bytes) – Block Erase (4 Kbytes) – Sector Erase (64 Kbytes) – Chip Erase (32

Re: [U-Boot] [PATCH] spi/atmel: add AT45DB321D support

2009-01-08 Thread Mike Frysinger
On Thursday 08 January 2009 15:33:09 Brad Bozarth wrote: Linux - yes, it's supported. Uboot - I have another patch that allows power of 2 mode (I believe it's on the blackfin portal). istr said patch was against the Blackfin eeprom/spi driver and not the new common layer ? ive been largely

Re: [U-Boot] [PATCH] spi/atmel: add AT45DB321D support

2009-01-07 Thread Ulf Samuelsson
tis 2009-01-06 klockan 14:48 -0800 skrev Brad Bozarth: Hmm... looking in the datasheet I have, it says: Flexible Erase Options – Page Erase (512 Bytes) – Block Erase (4 Kbytes) – Sector Erase (64 Kbytes) – Chip Erase (32 Mbits) The dataflash is normally 528/1056 bytes per page. D versions

Re: [U-Boot] [PATCH] spi/atmel: add AT45DB321D support

2009-01-06 Thread Brad Bozarth
Hmm... looking in the datasheet I have, it says: Flexible Erase Options – Page Erase (512 Bytes) – Block Erase (4 Kbytes) – Sector Erase (64 Kbytes) – Chip Erase (32 Mbits) which would indicate a third combo, different from mine and yours :) --- 16 blocks/sector and 64 sectors... The code only

Re: [U-Boot] [PATCH] spi/atmel: add AT45DB321D support

2009-01-03 Thread Jean-Christophe PLAGNIOL-VILLARD
On 02:59 Tue 30 Dec , Mike Frysinger wrote: From: Brad Bozarth bfli...@yumbrad.com Signed-off-by: Brad Bozarth bfli...@yumbrad.com Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/spi/atmel.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff

[U-Boot] [PATCH] spi/atmel: add AT45DB321D support

2008-12-29 Thread Mike Frysinger
From: Brad Bozarth bfli...@yumbrad.com Signed-off-by: Brad Bozarth bfli...@yumbrad.com Signed-off-by: Mike Frysinger vap...@gentoo.org --- drivers/mtd/spi/atmel.c |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/spi/atmel.c b/drivers/mtd/spi/atmel.c