All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sf: params: Added support for Spansion S25FL512S_512K
@ 2014-04-25 13:47 Michal Simek
  2014-05-06 11:40 ` Michal Simek
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2014-04-25 13:47 UTC (permalink / raw)
  To: u-boot

From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>

Added support for Spansion chip "S25FL512S_512K".

Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 drivers/mtd/spi/sf_params.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c
index eb372b7..ac886fd 100644
--- a/drivers/mtd/spi/sf_params.c
+++ b/drivers/mtd/spi/sf_params.c
@@ -60,6 +60,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
 	{"S25FL256S_64K",  0x010219, 0x4d01,	64 * 1024,   512, RD_FULL,		     WR_QPP},
 	{"S25FL512S_256K", 0x010220, 0x4d00,   256 * 1024,   256, RD_FULL,		     WR_QPP},
 	{"S25FL512S_64K",  0x010220, 0x4d01,    64 * 1024,  1024, RD_FULL,		     WR_QPP},
+	{"S25FL512S_512K", 0x010220, 0x4f00,   256 * 1024,   256, RD_FULL,		     WR_QPP},
 #endif
 #ifdef CONFIG_SPI_FLASH_STMICRO		/* STMICRO */
 	{"M25P10",	   0x202011, 0x0,	32 * 1024,     4,	0,			  0},
--
1.8.2.3

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140425/fdb7f438/attachment.pgp>

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

* [U-Boot] [PATCH] sf: params: Added support for Spansion S25FL512S_512K
  2014-04-25 13:47 [U-Boot] [PATCH] sf: params: Added support for Spansion S25FL512S_512K Michal Simek
@ 2014-05-06 11:40 ` Michal Simek
  2014-05-06 14:43   ` Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Michal Simek @ 2014-05-06 11:40 UTC (permalink / raw)
  To: u-boot

Hi Jagan,

On 04/25/2014 03:47 PM, Michal Simek wrote:
> From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
> 
> Added support for Spansion chip "S25FL512S_512K".
> 
> Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> 
>  drivers/mtd/spi/sf_params.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c
> index eb372b7..ac886fd 100644
> --- a/drivers/mtd/spi/sf_params.c
> +++ b/drivers/mtd/spi/sf_params.c
> @@ -60,6 +60,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
>  	{"S25FL256S_64K",  0x010219, 0x4d01,	64 * 1024,   512, RD_FULL,		     WR_QPP},
>  	{"S25FL512S_256K", 0x010220, 0x4d00,   256 * 1024,   256, RD_FULL,		     WR_QPP},
>  	{"S25FL512S_64K",  0x010220, 0x4d01,    64 * 1024,  1024, RD_FULL,		     WR_QPP},
> +	{"S25FL512S_512K", 0x010220, 0x4f00,   256 * 1024,   256, RD_FULL,		     WR_QPP},
>  #endif
>  #ifdef CONFIG_SPI_FLASH_STMICRO		/* STMICRO */
>  	{"M25P10",	   0x202011, 0x0,	32 * 1024,     4,	0,			  0},
> --
> 1.8.2.3
> 

can you please add this patch to your spi custodian repo?

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140506/9e3b3dad/attachment.pgp>

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

* [U-Boot] [PATCH] sf: params: Added support for Spansion S25FL512S_512K
  2014-05-06 11:40 ` Michal Simek
@ 2014-05-06 14:43   ` Jagan Teki
  2014-05-23 16:40     ` Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2014-05-06 14:43 UTC (permalink / raw)
  To: u-boot

On leave - Will take it on Monday.

On Tue, May 6, 2014 at 5:10 PM, Michal Simek <monstr@monstr.eu> wrote:
> Hi Jagan,
>
> On 04/25/2014 03:47 PM, Michal Simek wrote:
>> From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
>>
>> Added support for Spansion chip "S25FL512S_512K".
>>
>> Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>> ---
>>
>>  drivers/mtd/spi/sf_params.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c
>> index eb372b7..ac886fd 100644
>> --- a/drivers/mtd/spi/sf_params.c
>> +++ b/drivers/mtd/spi/sf_params.c
>> @@ -60,6 +60,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
>>       {"S25FL256S_64K",  0x010219, 0x4d01,    64 * 1024,   512, RD_FULL,                   WR_QPP},
>>       {"S25FL512S_256K", 0x010220, 0x4d00,   256 * 1024,   256, RD_FULL,                   WR_QPP},
>>       {"S25FL512S_64K",  0x010220, 0x4d01,    64 * 1024,  1024, RD_FULL,                   WR_QPP},
>> +     {"S25FL512S_512K", 0x010220, 0x4f00,   256 * 1024,   256, RD_FULL,                   WR_QPP},
>>  #endif
>>  #ifdef CONFIG_SPI_FLASH_STMICRO              /* STMICRO */
>>       {"M25P10",         0x202011, 0x0,       32 * 1024,     4,       0,                        0},
>> --
>> 1.8.2.3
>>
>
> can you please add this patch to your spi custodian repo?
>
> Thanks,
> Michal
>
>
> --
> Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
> w: www.monstr.eu p: +42-0-721842854
> Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
> Maintainer of Linux kernel - Xilinx Zynq ARM architecture
> Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform
>
>



-- 
Jagan.

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

* [U-Boot] [PATCH] sf: params: Added support for Spansion S25FL512S_512K
  2014-05-06 14:43   ` Jagan Teki
@ 2014-05-23 16:40     ` Jagan Teki
  0 siblings, 0 replies; 4+ messages in thread
From: Jagan Teki @ 2014-05-23 16:40 UTC (permalink / raw)
  To: u-boot

> On Tue, May 6, 2014 at 5:10 PM, Michal Simek <monstr@monstr.eu> wrote:
>> Hi Jagan,
>>
>> On 04/25/2014 03:47 PM, Michal Simek wrote:
>>> From: Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
>>>
>>> Added support for Spansion chip "S25FL512S_512K".
>>>
>>> Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
>>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>>> ---
>>>
>>>  drivers/mtd/spi/sf_params.c | 1 +
>>>  1 file changed, 1 insertion(+)
>>>
>>> diff --git a/drivers/mtd/spi/sf_params.c b/drivers/mtd/spi/sf_params.c
>>> index eb372b7..ac886fd 100644
>>> --- a/drivers/mtd/spi/sf_params.c
>>> +++ b/drivers/mtd/spi/sf_params.c
>>> @@ -60,6 +60,7 @@ const struct spi_flash_params spi_flash_params_table[] = {
>>>       {"S25FL256S_64K",  0x010219, 0x4d01,    64 * 1024,   512, RD_FULL,                   WR_QPP},
>>>       {"S25FL512S_256K", 0x010220, 0x4d00,   256 * 1024,   256, RD_FULL,                   WR_QPP},
>>>       {"S25FL512S_64K",  0x010220, 0x4d01,    64 * 1024,  1024, RD_FULL,                   WR_QPP},
>>> +     {"S25FL512S_512K", 0x010220, 0x4f00,   256 * 1024,   256, RD_FULL,                   WR_QPP},
>>>  #endif
>>>  #ifdef CONFIG_SPI_FLASH_STMICRO              /* STMICRO */
>>>       {"M25P10",         0x202011, 0x0,       32 * 1024,     4,       0,                        0},
>>> --
>>> 1.8.2.3

Applied to u-boot-spi/master

thanks!
-- 
Jagan.

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

end of thread, other threads:[~2014-05-23 16:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-25 13:47 [U-Boot] [PATCH] sf: params: Added support for Spansion S25FL512S_512K Michal Simek
2014-05-06 11:40 ` Michal Simek
2014-05-06 14:43   ` Jagan Teki
2014-05-23 16:40     ` 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.