All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: spi-nor: Add at25df321 spi-nor flash support
@ 2016-07-26  8:37 Jagan Teki
  2016-07-29  0:34 ` Wenyou.Yang
  0 siblings, 1 reply; 3+ messages in thread
From: Jagan Teki @ 2016-07-26  8:37 UTC (permalink / raw)
  To: linux-mtd
  Cc: David Woodhouse, linux-kernel, Jagan Teki, Brian Norris, Wenyou Yang

Add Atmel at25df321 spi-nor flash to the list of spi_nor_ids.

Cc: Brian Norris <computersforpeace@gmail.com>
Cc: Wenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: Jagan Teki <jteki@openedev.com>
---
 drivers/mtd/spi-nor/spi-nor.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index d0fc165..ec47451 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -799,6 +799,7 @@ static const struct flash_info spi_nor_ids[] = {
 	{ "at25fs040",  INFO(0x1f6604, 0, 64 * 1024,   8, SECT_4K) },
 
 	{ "at25df041a", INFO(0x1f4401, 0, 64 * 1024,   8, SECT_4K) },
+	{ "at25df321",  INFO(0x1f4700, 0, 64 * 1024,  64, SECT_4K) },
 	{ "at25df321a", INFO(0x1f4701, 0, 64 * 1024,  64, SECT_4K) },
 	{ "at25df641",  INFO(0x1f4800, 0, 64 * 1024, 128, SECT_4K) },
 
-- 
2.7.4

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

* RE: [PATCH] mtd: spi-nor: Add at25df321 spi-nor flash support
  2016-07-26  8:37 [PATCH] mtd: spi-nor: Add at25df321 spi-nor flash support Jagan Teki
@ 2016-07-29  0:34 ` Wenyou.Yang
  2016-11-28  8:23   ` Cyrille Pitchen
  0 siblings, 1 reply; 3+ messages in thread
From: Wenyou.Yang @ 2016-07-29  0:34 UTC (permalink / raw)
  To: jteki, linux-mtd; +Cc: dwmw2, linux-kernel, computersforpeace, wenyou.yang



> -----Original Message-----
> From: Jagan Teki [mailto:jteki@openedev.com]
> Sent: 2016年7月26日 16:38
> To: linux-mtd@lists.infradead.org
> Cc: David Woodhouse <dwmw2@infradead.org>; linux-kernel@vger.kernel.org;
> Jagan Teki <jteki@openedev.com>; Brian Norris
> <computersforpeace@gmail.com>; Wenyou Yang <wenyou.yang@atmel.com>
> Subject: [PATCH] mtd: spi-nor: Add at25df321 spi-nor flash support
> 
> Add Atmel at25df321 spi-nor flash to the list of spi_nor_ids.
> 
> Cc: Brian Norris <computersforpeace@gmail.com>
> Cc: Wenyou Yang <wenyou.yang@atmel.com>
> Signed-off-by: Jagan Teki <jteki@openedev.com>

Acked-by Wenyou Yang <wenyou.yang@atmel.com>

> ---
>  drivers/mtd/spi-nor/spi-nor.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index
> d0fc165..ec47451 100644
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -799,6 +799,7 @@ static const struct flash_info spi_nor_ids[] = {
>  	{ "at25fs040",  INFO(0x1f6604, 0, 64 * 1024,   8, SECT_4K) },
> 
>  	{ "at25df041a", INFO(0x1f4401, 0, 64 * 1024,   8, SECT_4K) },
> +	{ "at25df321",  INFO(0x1f4700, 0, 64 * 1024,  64, SECT_4K) },
>  	{ "at25df321a", INFO(0x1f4701, 0, 64 * 1024,  64, SECT_4K) },
>  	{ "at25df641",  INFO(0x1f4800, 0, 64 * 1024, 128, SECT_4K) },
> 
> --
> 2.7.4


Best Regards,
Wenyou Yang

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

* Re: [PATCH] mtd: spi-nor: Add at25df321 spi-nor flash support
  2016-07-29  0:34 ` Wenyou.Yang
@ 2016-11-28  8:23   ` Cyrille Pitchen
  0 siblings, 0 replies; 3+ messages in thread
From: Cyrille Pitchen @ 2016-11-28  8:23 UTC (permalink / raw)
  To: Wenyou.Yang, jteki, linux-mtd
  Cc: computersforpeace, dwmw2, linux-kernel, wenyou.yang

Le 29/07/2016 à 02:34, Wenyou.Yang@microchip.com a écrit :
> 
> 
>> -----Original Message-----
>> From: Jagan Teki [mailto:jteki@openedev.com]
>> Sent: 2016年7月26日 16:38
>> To: linux-mtd@lists.infradead.org
>> Cc: David Woodhouse <dwmw2@infradead.org>; linux-kernel@vger.kernel.org;
>> Jagan Teki <jteki@openedev.com>; Brian Norris
>> <computersforpeace@gmail.com>; Wenyou Yang <wenyou.yang@atmel.com>
>> Subject: [PATCH] mtd: spi-nor: Add at25df321 spi-nor flash support
>>
>> Add Atmel at25df321 spi-nor flash to the list of spi_nor_ids.
>>
>> Cc: Brian Norris <computersforpeace@gmail.com>
>> Cc: Wenyou Yang <wenyou.yang@atmel.com>
>> Signed-off-by: Jagan Teki <jteki@openedev.com>
> 
> Acked-by Wenyou Yang <wenyou.yang@atmel.com>
> 

 Applied to git://github.com/spi-nor/linux.git

Thanks!

Wenyou, I've fixed your "Acked-by:" tag when merging the patch :)

>> ---
>>  drivers/mtd/spi-nor/spi-nor.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c index
>> d0fc165..ec47451 100644
>> --- a/drivers/mtd/spi-nor/spi-nor.c
>> +++ b/drivers/mtd/spi-nor/spi-nor.c
>> @@ -799,6 +799,7 @@ static const struct flash_info spi_nor_ids[] = {
>>  	{ "at25fs040",  INFO(0x1f6604, 0, 64 * 1024,   8, SECT_4K) },
>>
>>  	{ "at25df041a", INFO(0x1f4401, 0, 64 * 1024,   8, SECT_4K) },
>> +	{ "at25df321",  INFO(0x1f4700, 0, 64 * 1024,  64, SECT_4K) },
>>  	{ "at25df321a", INFO(0x1f4701, 0, 64 * 1024,  64, SECT_4K) },
>>  	{ "at25df641",  INFO(0x1f4800, 0, 64 * 1024, 128, SECT_4K) },
>>
>> --
>> 2.7.4
> 
> 
> Best Regards,
> Wenyou Yang
> 
> ______________________________________________________
> Linux MTD discussion mailing list
> http://lists.infradead.org/mailman/listinfo/linux-mtd/
> 

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

end of thread, other threads:[~2016-11-28  8:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-26  8:37 [PATCH] mtd: spi-nor: Add at25df321 spi-nor flash support Jagan Teki
2016-07-29  0:34 ` Wenyou.Yang
2016-11-28  8:23   ` Cyrille Pitchen

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.