All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: spi-nor: Add support for mr25h40
@ 2016-10-05  8:22 IWAMOTO Masahiko
  2016-10-24  8:09 ` Jagan Teki
  0 siblings, 1 reply; 4+ messages in thread
From: IWAMOTO Masahiko @ 2016-10-05  8:22 UTC (permalink / raw)
  To: linux-mtd, dwmw2, computersforpeace
  Cc: IWAMOTO Masahiko, PACKHAM Chris, YAMAMOTO Hiroyuki


Add Everspin mr25h40 512KB MRAM to the list of supported chips.

Signed-off-by: Masahiko Iwamoto <iwamoto@allied-telesis.co.jp>
---
 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..bbdbbd7 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -825,6 +825,7 @@ static const struct flash_info spi_nor_ids[] = {
        /* Everspin */
        { "mr25h256", CAT25_INFO( 32 * 1024, 1, 256, 2, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
        { "mr25h10",  CAT25_INFO(128 * 1024, 1, 256, 3, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
+       { "mr25h40",  CAT25_INFO(512 * 1024, 1, 256, 3, SPI_NOR_NO_ERASE | SPI_NOR_NO_FR) },
 
        /* Fujitsu */
        { "mb85rs1mt", INFO(0x047f27, 0, 128 * 1024, 1, SPI_NOR_NO_ERASE) },
-- 
2.7.4

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

* Re: [PATCH] mtd: spi-nor: Add support for mr25h40
  2016-10-05  8:22 [PATCH] mtd: spi-nor: Add support for mr25h40 IWAMOTO Masahiko
@ 2016-10-24  8:09 ` Jagan Teki
  2016-10-24 13:07   ` Marek Vasut
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2016-10-24  8:09 UTC (permalink / raw)
  To: IWAMOTO Masahiko
  Cc: linux-mtd, dwmw2, computersforpeace, YAMAMOTO Hiroyuki, PACKHAM Chris

On Wed, Oct 5, 2016 at 1:52 PM, IWAMOTO Masahiko
<iwamoto@allied-telesis.co.jp> wrote:
>
> Add Everspin mr25h40 512KB MRAM to the list of supported chips.
>
> Signed-off-by: Masahiko Iwamoto <iwamoto@allied-telesis.co.jp>

Reviewed-by: Jagan Teki <jagan@openedev.com>

thanks!
-- 
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.

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

* Re: [PATCH] mtd: spi-nor: Add support for mr25h40
  2016-10-24  8:09 ` Jagan Teki
@ 2016-10-24 13:07   ` Marek Vasut
  2016-11-28  8:28     ` Cyrille Pitchen
  0 siblings, 1 reply; 4+ messages in thread
From: Marek Vasut @ 2016-10-24 13:07 UTC (permalink / raw)
  To: Jagan Teki, IWAMOTO Masahiko
  Cc: dwmw2, computersforpeace, linux-mtd, PACKHAM Chris, YAMAMOTO Hiroyuki

On 10/24/2016 10:09 AM, Jagan Teki wrote:
> On Wed, Oct 5, 2016 at 1:52 PM, IWAMOTO Masahiko
> <iwamoto@allied-telesis.co.jp> wrote:
>>
>> Add Everspin mr25h40 512KB MRAM to the list of supported chips.
>>
>> Signed-off-by: Masahiko Iwamoto <iwamoto@allied-telesis.co.jp>
> 
> Reviewed-by: Jagan Teki <jagan@openedev.com>
> 
> thanks!
> 
Acked-by: Marek Vasut <marex@denx.de>

-- 
Best regards,
Marek Vasut

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

* Re: [PATCH] mtd: spi-nor: Add support for mr25h40
  2016-10-24 13:07   ` Marek Vasut
@ 2016-11-28  8:28     ` Cyrille Pitchen
  0 siblings, 0 replies; 4+ messages in thread
From: Cyrille Pitchen @ 2016-11-28  8:28 UTC (permalink / raw)
  To: linux-mtd

Le 24/10/2016 à 15:07, Marek Vasut a écrit :
> On 10/24/2016 10:09 AM, Jagan Teki wrote:
>> On Wed, Oct 5, 2016 at 1:52 PM, IWAMOTO Masahiko
>> <iwamoto@allied-telesis.co.jp> wrote:
>>>
>>> Add Everspin mr25h40 512KB MRAM to the list of supported chips.
>>>
>>> Signed-off-by: Masahiko Iwamoto <iwamoto@allied-telesis.co.jp>
>>
>> Reviewed-by: Jagan Teki <jagan@openedev.com>
>>
>> thanks!
>>
> Acked-by: Marek Vasut <marex@denx.de>
> 

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

Thanks!


The patch didn't apply as is due to space instead of tab at the beginning
of lines but I've fixed it.

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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-05  8:22 [PATCH] mtd: spi-nor: Add support for mr25h40 IWAMOTO Masahiko
2016-10-24  8:09 ` Jagan Teki
2016-10-24 13:07   ` Marek Vasut
2016-11-28  8:28     ` 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.