linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: David Woodhouse <dwmw2@infradead.org>,
	Brian Norris <computersforpeace@gmail.com>
Cc: Yusuke Goda <yusuke.goda.sx@renesas.com>,
	linux-mtd@lists.infradead.org,
	Geert Uytterhoeven <geert+renesas@linux-m68k.org>,
	Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
	linux-sh@vger.kernel.org
Subject: [PATCH] mtd: m25p80: add support for the Spansion s25fl008k chip
Date: Tue, 11 Feb 2014 08:51:18 +0000	[thread overview]
Message-ID: <1392108678-29099-1-git-send-email-geert@linux-m68k.org> (raw)
In-Reply-To: <87ip2jwg4z.wl%kuninori.morimoto.gx@renesas.com>

From: Kuninori Morimoto <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>
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
---
"s25fl008k" is in active use since v3.11-rc1

 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 b5d4b1ee01ee..db8575cf5408 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -972,6 +972,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


  reply	other threads:[~2014-02-11  8:51 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 ` [PATCH] mtd: m25p80: add support for the Spansion s25fl008k chip Kuninori Morimoto
2014-02-11  8:51   ` Geert Uytterhoeven [this message]
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=1392108678-29099-1-git-send-email-geert@linux-m68k.org \
    --to=geert@linux-m68k.org \
    --cc=computersforpeace@gmail.com \
    --cc=dwmw2@infradead.org \
    --cc=geert+renesas@linux-m68k.org \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=linux-sh@vger.kernel.org \
    --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).