From: Sourav Poddar <sourav.poddar@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [UBOOT][PATCH 3/5] sf: macronix: Add support for MX66L51235F
Date: Thu, 19 Dec 2013 10:33:15 +0530 [thread overview]
Message-ID: <52B27E13.1060208@ti.com> (raw)
In-Reply-To: <CAD6G_RSgGwDPc4Zs0GXy9DUKSGeHdskqfNXetV5rnq9+EiOsVg@mail.gmail.com>
On Thursday 19 December 2013 12:21 AM, Jagan Teki wrote:
> On Thu, Nov 14, 2013 at 9:09 PM, Sourav Poddar<sourav.poddar@ti.com> wrote:
>> From: Jagannadha Sutradharudu Teki<jagannadha.sutradharudu-teki@xilinx.com>
>>
>> Signed-off-by: Jagannadha Sutradharudu Teki<jaganna@xilinx.com>
>> Signed-off-by: Sourav Poddar<sourav.poddar@ti.com>
>> ---
>> drivers/mtd/spi/sf_probe.c | 2 ++
>> 1 files changed, 2 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/mtd/spi/sf_probe.c b/drivers/mtd/spi/sf_probe.c
>> index 5eb8ffe..874ef8c 100644
>> --- a/drivers/mtd/spi/sf_probe.c
>> +++ b/drivers/mtd/spi/sf_probe.c
>> @@ -68,6 +68,7 @@ static const struct spi_flash_params spi_flash_params_table[] = {
>> {"MX25L25635F", 0xc22019, 0x0, 64 * 1024, 512, 0},
>> {"MX25L51235F", 0xc2201A, 0x0, 64 * 1024, 1024, 0},
>> {"MX25L12855E", 0xc22618, 0x0, 64 * 1024, 256, 0},
>> + {"MX66L51235F", 0xc2201a, 0x0, 64 * 1024, 1024, 0},
> What is this - this part is already available is int it?
>
I switched to your master branch and could not see this part added.
>> #endif
>> #ifdef CONFIG_SPI_FLASH_SPANSION /* SPANSION */
>> {"S25FL008A", 0x010213, 0x0, 64 * 1024, 16, 0},
>> @@ -207,6 +208,7 @@ static struct spi_flash *spi_flash_validate_params(struct spi_slave *spi,
>> flash->page_size = (ext_jedec == 0x4d00) ? 512 : 256;
>> flash->sector_size = params->sector_size;
>> flash->size = flash->sector_size * params->nr_sectors;
>> + flash->memory_map = spi->memory_map;
> This change is also there - please check.
>
Yes, this is there.
next prev parent reply other threads:[~2013-12-19 5:03 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-14 15:39 [U-Boot] [UBOOT][PATCH 0/5] qspi: Add AM437x support Sourav Poddar
2013-11-14 15:39 ` [U-Boot] [UBOOT][PATCH 1/5] am43xx: add qspi support Sourav Poddar
2013-11-14 15:39 ` [U-Boot] [UBOOT][PATCH 2/5] am437x_epos_evm: add SPL API, QSPI, and serial flash support Sourav Poddar
2013-11-14 15:39 ` [U-Boot] [UBOOT][PATCH 3/5] sf: macronix: Add support for MX66L51235F Sourav Poddar
2013-12-18 18:51 ` Jagan Teki
2013-12-19 5:03 ` Sourav Poddar [this message]
2013-12-19 5:52 ` Jagan Teki
2013-12-19 5:54 ` Sourav Poddar
2013-12-19 5:58 ` Jagan Teki
2013-11-14 15:39 ` [U-Boot] [UBOOT][PATCH 4/5] qspi/spi: Add AM43xx specifics changes Sourav Poddar
2013-11-14 15:39 ` [U-Boot] [UBOOT][PATCH 5/5] am43xx: add delay before xfer Sourav Poddar
2013-12-18 18:47 ` Jagan Teki
2013-12-19 5:05 ` Sourav Poddar
2013-12-19 5:54 ` Jagan Teki
2013-12-19 5:54 ` Sourav Poddar
2013-12-19 6:07 ` Jagan Teki
2013-11-15 4:39 ` [U-Boot] [UBOOT][PATCH 0/5] qspi: Add AM437x support Sourav Poddar
2013-11-25 10:58 ` Sourav Poddar
2013-12-19 6:54 ` Jagan Teki
2013-12-19 7:07 ` Sourav Poddar
2013-12-19 7:19 ` Jagan Teki
2013-12-19 7:20 ` Sourav Poddar
2013-12-19 8:47 ` Sourav Poddar
2013-12-19 8:51 ` Jagan Teki
2013-12-19 8:58 ` Sourav Poddar
2013-12-19 9:17 ` Jagan Teki
2013-12-19 9:20 ` Jagan Teki
2013-12-19 9:23 ` Sourav Poddar
2013-12-19 11:16 ` Sourav Poddar
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=52B27E13.1060208@ti.com \
--to=sourav.poddar@ti.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