linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
To: Simon <horms@verge.net.au>,
	Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Cc: Linux-SH <linux-sh@vger.kernel.org>,
	Magnus <magnus.damm@gmail.com>,
	linux-kernel@vger.kernel.org,
	"goda (RSO)" <yusuke.goda.sx@renesas.com>,
	linux-mtd@lists.infradead.org,
	Kuninori Morimoto <kuninori.morimoto.gx@gmail.com>
Subject: [PATCH] mtd: m25p80: add support for the Spansion s25fl008k chip
Date: Thu, 16 May 2013 07:14:25 +0000	[thread overview]
Message-ID: <87ip2jwg4z.wl%kuninori.morimoto.gx@renesas.com> (raw)
In-Reply-To: <87li7fwgk8.wl%kuninori.morimoto.gx@renesas.com>

Signed-off-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
---
 drivers/mtd/devices/m25p80.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 5b6b072..058172c 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -777,6 +777,7 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "s25sl016a",  INFO(0x010214,      0,  64 * 1024,  32, 0) },
 	{ "s25sl032a",  INFO(0x010215,      0,  64 * 1024,  64, 0) },
 	{ "s25sl064a",  INFO(0x010216,      0,  64 * 1024, 128, 0) },
+	{ "s25fl008k",  INFO(0xef4014,      0,  64 * 1024,  16, SECT_4K) },
 	{ "s25fl016k",  INFO(0xef4015,      0,  64 * 1024,  32, SECT_4K) },
 	{ "s25fl064k",  INFO(0xef4017,      0,  64 * 1024, 128, SECT_4K) },
 
-- 
1.7.9.5


  parent reply	other threads:[~2013-05-16  7:14 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-16  7:05 ARM: shmobile: r8a7778/bockw: add I2C/HSPI/MMC support Kuninori Morimoto
2013-05-16  7:13 ` [PATCH] spi: hspi: fixup long delay time Kuninori Morimoto
2013-05-16  7:14 ` Kuninori Morimoto [this message]
2014-02-11  8:51   ` [PATCH] mtd: m25p80: add support for the Spansion s25fl008k chip Geert Uytterhoeven
2014-02-23  2:25     ` Brian Norris
2013-05-23  3:13 ` ARM: shmobile: r8a7778/bockw: add I2C/HSPI/MMC support Kuninori Morimoto
2013-05-23  3:14   ` [PATCH 01/17 v2] spi: hspi: fixup long delay time Kuninori Morimoto
2013-05-25  1:47     ` Simon Horman
2013-05-25 14:32       ` Mark Brown
2013-05-26 13:28         ` Simon Horman
2013-05-27  0:59           ` [PATCH] " Kuninori Morimoto
2013-05-27 12:17             ` Mark Brown
2013-05-23  3:15   ` [PATCH 02/17 v2] mtd: m25p80: add support for the Spansion s25fl008k chip Kuninori Morimoto
2013-05-25  1:49     ` Simon Horman
2013-05-27  1:02       ` [PATCH] " Kuninori Morimoto
2013-05-27  0:52 ` ARM: shmobile: r8a7778/bockw: add I2C/HSPI/MMC support Kuninori Morimoto
2013-05-28  4:20 ` Kuninori Morimoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ip2jwg4z.wl%kuninori.morimoto.gx@renesas.com \
    --to=kuninori.morimoto.gx@renesas.com \
    --cc=artem.bityutskiy@linux.intel.com \
    --cc=horms@verge.net.au \
    --cc=kuninori.morimoto.gx@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=yusuke.goda.sx@renesas.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).