From: Bo Shen <voice.shen@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] sf: add missing Atmel at25df321 spi flash support
Date: Fri, 11 Oct 2013 09:24:03 +0800 [thread overview]
Message-ID: <52575333.30009@atmel.com> (raw)
In-Reply-To: <CAD6G_RSJbaQz4pqHwxt6Y0Z7iBm_W4DQ_MQ0zJHZGKBnDd4z=A@mail.gmail.com>
Hi Jagan,
On 10/10/2013 22:14, Jagan Teki wrote:
> Thanks for this.
>
> On Thu, Oct 10, 2013 at 10:37 AM, Bo Shen <voice.shen@atmel.com> wrote:
>> 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},
>
> Did you tested Atmel flash with new probe support?
Yes, tested with AT25DF321 (the missing one). It works well.
For AT45 series, not tested yet, as in mainline, for AT45 series, they
are using dataflash driver. I am planning to move AT45 series using SF,
but too busy and this just in work queue.
Best Regards,
Bo Shen
next prev parent reply other threads:[~2013-10-11 1:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Bo Shen [this message]
2013-10-12 1:20 ` [U-Boot] [PATCH 1/3] sf: add missing Atmel at25df321 spi flash support Bo Shen
2013-10-14 8:14 ` Jagan Teki
2013-10-14 8:32 ` Bo Shen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52575333.30009@atmel.com \
--to=voice.shen@atmel.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox