* [PATCH v2] mtd: spi-nor: Add support for Fujitsu MB85RS1MT FRAM
@ 2014-10-29 9:10 Rostislav Lisovy
2014-11-05 21:04 ` Brian Norris
0 siblings, 1 reply; 2+ messages in thread
From: Rostislav Lisovy @ 2014-10-29 9:10 UTC (permalink / raw)
To: David Woodhouse, Brian Norris, linux-mtd, linux-kernel
Cc: Marek Vasut, Rostislav Lisovy, Rafal Milecki, lisovy,
michal.vokac, Ben Hutchings
Tested with this particular FRAM chip
Signed-off-by: Rostislav Lisovy <lisovy@merica.cz>
Acked-by: Marek Vasut <marex@denx.de>
---
Changes since v1:
* Rebased to the newest linux-next
drivers/mtd/spi-nor/spi-nor.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
index a98c134..37a1c39 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -507,6 +507,9 @@ static const struct spi_device_id spi_nor_ids[] = {
{ "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) },
+ /* Fujitsu */
+ { "mb85rs1mt", INFO(0x047f27, 0, 128 * 1024, 1, SPI_NOR_NO_ERASE) },
+
/* GigaDevice */
{ "gd25q32", INFO(0xc84016, 0, 64 * 1024, 64, SECT_4K) },
{ "gd25q64", INFO(0xc84017, 0, 64 * 1024, 128, SECT_4K) },
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] mtd: spi-nor: Add support for Fujitsu MB85RS1MT FRAM
2014-10-29 9:10 [PATCH v2] mtd: spi-nor: Add support for Fujitsu MB85RS1MT FRAM Rostislav Lisovy
@ 2014-11-05 21:04 ` Brian Norris
0 siblings, 0 replies; 2+ messages in thread
From: Brian Norris @ 2014-11-05 21:04 UTC (permalink / raw)
To: Rostislav Lisovy
Cc: Marek Vasut, Rostislav Lisovy, Ben Hutchings, Rafal Milecki,
linux-kernel, linux-mtd, michal.vokac, David Woodhouse
On Wed, Oct 29, 2014 at 10:10:47AM +0100, Rostislav Lisovy wrote:
> Tested with this particular FRAM chip
>
> Signed-off-by: Rostislav Lisovy <lisovy@merica.cz>
> Acked-by: Marek Vasut <marex@denx.de>
> ---
> Changes since v1:
> * Rebased to the newest linux-next
Pushed to l2-mtd.git.
Brian
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-05 21:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-29 9:10 [PATCH v2] mtd: spi-nor: Add support for Fujitsu MB85RS1MT FRAM Rostislav Lisovy
2014-11-05 21:04 ` Brian Norris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox