* [PATCH] mtd/spi: support en25s64 device
@ 2015-03-27 9:38 Shengzhou Liu
2015-03-27 16:34 ` Mark Brown
0 siblings, 1 reply; 2+ messages in thread
From: Shengzhou Liu @ 2015-03-27 9:38 UTC (permalink / raw)
To: linux-mtd, linuxppc-dev, broonie; +Cc: scottwood, Shengzhou Liu
Add support for EON en25s64 spi device.
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.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 0f8ec3c..f8acef7 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -524,6 +524,7 @@ static const struct spi_device_id spi_nor_ids[] = {
{ "en25q64", INFO(0x1c3017, 0, 64 * 1024, 128, SECT_4K) },
{ "en25qh128", INFO(0x1c7018, 0, 64 * 1024, 256, 0) },
{ "en25qh256", INFO(0x1c7019, 0, 64 * 1024, 512, 0) },
+ { "en25s64", INFO(0x1c3817, 0, 64 * 1024, 128, 0) },
/* ESMT */
{ "f25l32pa", INFO(0x8c2016, 0, 64 * 1024, 64, SECT_4K) },
--
2.1.0.27.g96db324
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] mtd/spi: support en25s64 device
2015-03-27 9:38 [PATCH] mtd/spi: support en25s64 device Shengzhou Liu
@ 2015-03-27 16:34 ` Mark Brown
0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-03-27 16:34 UTC (permalink / raw)
To: Shengzhou Liu; +Cc: scottwood, linuxppc-dev, linux-mtd
[-- Attachment #1: Type: text/plain, Size: 359 bytes --]
On Fri, Mar 27, 2015 at 05:38:30PM +0800, Shengzhou Liu wrote:
> Add support for EON en25s64 spi device.
>
> Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
> ---
> drivers/mtd/spi-nor/spi-nor.c | 1 +
> 1 file changed, 1 insertion(+)
This is a MTD driver, not a SPI driver - you need to send your patch to
the MTD maintainers not me.
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-27 16:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-27 9:38 [PATCH] mtd/spi: support en25s64 device Shengzhou Liu
2015-03-27 16:34 ` Mark Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).