All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] SPI: Winbond: Add W25Q32 to spi flash table
@ 2013-02-07 10:07 Rajeshwari Shinde
  2013-02-08  4:26 ` Simon Glass
  0 siblings, 1 reply; 4+ messages in thread
From: Rajeshwari Shinde @ 2013-02-07 10:07 UTC (permalink / raw)
  To: u-boot

Add W25Q32 to Winbond spi flash table as it is required for snow

Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
---
 drivers/mtd/spi/winbond.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c
index f6aab3d..f47634e 100644
--- a/drivers/mtd/spi/winbond.c
+++ b/drivers/mtd/spi/winbond.c
@@ -67,6 +67,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
 		.nr_blocks		= 128,
 		.name			= "W25Q80",
 	},
+	{
+		.id			= 0x6016,
+		.nr_blocks		= 64,
+		.name			= "W25Q32",
+	},
 };
 
 struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode)
-- 
1.7.4.4

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

* [U-Boot] [PATCH] SPI: Winbond: Add W25Q32 to spi flash table
  2013-02-07 10:07 [U-Boot] [PATCH] SPI: Winbond: Add W25Q32 to spi flash table Rajeshwari Shinde
@ 2013-02-08  4:26 ` Simon Glass
  2013-03-22  6:21   ` Rajeshwari Birje
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Glass @ 2013-02-08  4:26 UTC (permalink / raw)
  To: u-boot

On Thu, Feb 7, 2013 at 2:07 AM, Rajeshwari Shinde
<rajeshwari.s@samsung.com> wrote:
> Add W25Q32 to Winbond spi flash table as it is required for snow
>
> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>

Acked-by: Simon Glass <sjg@chromium.org>

> ---
>  drivers/mtd/spi/winbond.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c
> index f6aab3d..f47634e 100644
> --- a/drivers/mtd/spi/winbond.c
> +++ b/drivers/mtd/spi/winbond.c
> @@ -67,6 +67,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
>                 .nr_blocks              = 128,
>                 .name                   = "W25Q80",
>         },
> +       {
> +               .id                     = 0x6016,
> +               .nr_blocks              = 64,
> +               .name                   = "W25Q32",
> +       },
>  };
>
>  struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode)
> --
> 1.7.4.4
>

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

* [U-Boot] [PATCH] SPI: Winbond: Add W25Q32 to spi flash table
  2013-02-08  4:26 ` Simon Glass
@ 2013-03-22  6:21   ` Rajeshwari Birje
  2013-05-23  7:43     ` Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Rajeshwari Birje @ 2013-03-22  6:21 UTC (permalink / raw)
  To: u-boot

Hi Minkyu Kang,

Please let me know if we can merge this into u-boot-samsung branch or
do I need to re-base on some other branch.

Regards,
Rajeshwari Shinde

On Fri, Feb 8, 2013 at 9:56 AM, Simon Glass <sjg@chromium.org> wrote:
> On Thu, Feb 7, 2013 at 2:07 AM, Rajeshwari Shinde
> <rajeshwari.s@samsung.com> wrote:
>> Add W25Q32 to Winbond spi flash table as it is required for snow
>>
>> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
>
> Acked-by: Simon Glass <sjg@chromium.org>
>
>> ---
>>  drivers/mtd/spi/winbond.c |    5 +++++
>>  1 files changed, 5 insertions(+), 0 deletions(-)
>>
>> diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c
>> index f6aab3d..f47634e 100644
>> --- a/drivers/mtd/spi/winbond.c
>> +++ b/drivers/mtd/spi/winbond.c
>> @@ -67,6 +67,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
>>                 .nr_blocks              = 128,
>>                 .name                   = "W25Q80",
>>         },
>> +       {
>> +               .id                     = 0x6016,
>> +               .nr_blocks              = 64,
>> +               .name                   = "W25Q32",
>> +       },
>>  };
>>
>>  struct spi_flash *spi_flash_probe_winbond(struct spi_slave *spi, u8 *idcode)
>> --
>> 1.7.4.4
>>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot



-- 
Regards,
Rajeshwari Shinde

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

* [U-Boot] [PATCH] SPI: Winbond: Add W25Q32 to spi flash table
  2013-03-22  6:21   ` Rajeshwari Birje
@ 2013-05-23  7:43     ` Jagan Teki
  0 siblings, 0 replies; 4+ messages in thread
From: Jagan Teki @ 2013-05-23  7:43 UTC (permalink / raw)
  To: u-boot

Hi Rajeshwari,

On Fri, Mar 22, 2013 at 11:51 AM, Rajeshwari Birje
<rajeshwari.birje@gmail.com> wrote:
> Hi Minkyu Kang,
>
> Please let me know if we can merge this into u-boot-samsung branch or
> do I need to re-base on some other branch.
>
> Regards,
> Rajeshwari Shinde
>
> On Fri, Feb 8, 2013 at 9:56 AM, Simon Glass <sjg@chromium.org> wrote:
>> On Thu, Feb 7, 2013 at 2:07 AM, Rajeshwari Shinde
>> <rajeshwari.s@samsung.com> wrote:
>>> Add W25Q32 to Winbond spi flash table as it is required for snow
>>>
>>> Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.com>
>>
>> Acked-by: Simon Glass <sjg@chromium.org>
>>
>>> ---
>>>  drivers/mtd/spi/winbond.c |    5 +++++
>>>  1 files changed, 5 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/drivers/mtd/spi/winbond.c b/drivers/mtd/spi/winbond.c
>>> index f6aab3d..f47634e 100644
>>> --- a/drivers/mtd/spi/winbond.c
>>> +++ b/drivers/mtd/spi/winbond.c
>>> @@ -67,6 +67,11 @@ static const struct winbond_spi_flash_params winbond_spi_flash_table[] = {
>>>                 .nr_blocks              = 128,
>>>                 .name                   = "W25Q80",
>>>         },
>>> +       {
>>> +               .id                     = 0x6016,
>>> +               .nr_blocks              = 64,
>>> +               .name                   = "W25Q32",
>>> +       },
>>>  };
>>>

Can you please check that the same part support has been added already in master
http://git.denx.de/?p=u-boot/u-boot-spi.git;a=commitdiff;h=772ba15474f73adc942e817cc072b6e9750836cc

Please let me know you are referring a different part.
And also the change in above link seems to have incorrect nr_blocks, i
will write a mail CC you as well.

Thanks,
Jagan.

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

end of thread, other threads:[~2013-05-23  7:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-07 10:07 [U-Boot] [PATCH] SPI: Winbond: Add W25Q32 to spi flash table Rajeshwari Shinde
2013-02-08  4:26 ` Simon Glass
2013-03-22  6:21   ` Rajeshwari Birje
2013-05-23  7:43     ` Jagan Teki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.