public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/3] sf: add missing Atmel at25df321 spi flash support
@ 2013-10-10  5:07 Bo Shen
  2013-10-10  5:07 ` [U-Boot] [PATCH 2/3] sf: change indentation in <sf_probe.c> Bo Shen
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Bo Shen @ 2013-10-10  5:07 UTC (permalink / raw)
  To: u-boot

As the spi flash transfer to multiple parts, it is forgot to add
Atmel AT25DF321 spi flash support, which broken several Atmel EK
boards which this chip. So, add it

Signed-off-by: Bo Shen <voice.shen@atmel.com>
---
 drivers/mtd/spi/sf_probe.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c
index 4251b1b..6e19d79 100644
--- a/drivers/mtd/spi/sf_probe.c
+++ b/drivers/mtd/spi/sf_probe.c
@@ -46,6 +46,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
 	{"AT45DB161D",	   0x1f2600, 0x0,	64 * 1024,    32,	       SECT_4K},
 	{"AT45DB321D",	   0x1f2700, 0x0,	64 * 1024,    64,	       SECT_4K},
 	{"AT45DB641D",	   0x1f2800, 0x0,	64 * 1024,   128,	       SECT_4K},
+	{"AT25DF321",      0x1f4701, 0x0,	64 * 1024,    64,	       SECT_4K},
 #endif
 #ifdef CONFIG_SPI_FLASH_EON		/* EON */
 	{"EN25Q32B",	   0x1c3016, 0x0,	64 * 1024,    64,	             0},
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2013-10-14  8:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-10  5:07 [U-Boot] [PATCH 1/3] sf: add missing Atmel at25df321 spi flash support Bo Shen
2013-10-10  5:07 ` [U-Boot] [PATCH 2/3] sf: change indentation in <sf_probe.c> Bo Shen
2013-10-10 16:43   ` Jagan Teki
2013-10-10  5:07 ` [U-Boot] [PATCH 3/3] sf: using the same license header format Bo Shen
2013-10-10 16:42   ` Jagan Teki
2013-10-10 16:46     ` Tom Rini
2013-10-10 17:13       ` Jagan Teki
2013-10-10 21:39     ` Wolfgang Denk
     [not found] ` <CAD6G_RSJbaQz4pqHwxt6Y0Z7iBm_W4DQ_MQ0zJHZGKBnDd4z=A@mail.gmail.com>
2013-10-11  1:24   ` [U-Boot] [PATCH 1/3] sf: add missing Atmel at25df321 spi flash support Bo Shen
2013-10-12  1:20     ` Bo Shen
2013-10-14  8:14       ` Jagan Teki
2013-10-14  8:32         ` Bo Shen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox