* [PATCH] mtd: spi-nor: add Spansion S25FL204K support
@ 2015-09-01 22:06 Antony Pavlov
2015-09-02 5:54 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Antony Pavlov @ 2015-09-01 22:06 UTC (permalink / raw)
To: barebox; +Cc: Brian Norris
Spansion S25FL204K is a 4-Mbit 3.0V Serial Flash Memory
with Uniform 4 kB Sectors.
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Acked-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
This barebox patch is based on the linux kernel patch
from git://git.infradead.org/l2-mtd.git (next branch).
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 b357e5a..27f4abc 100644
--- a/drivers/mtd/spi-nor/spi-nor.c
+++ b/drivers/mtd/spi-nor/spi-nor.c
@@ -541,6 +541,7 @@ static const struct spi_device_id spi_nor_ids[] = {
{ "s25fl016k", INFO(0xef4015, 0, 64 * 1024, 32, SECT_4K) },
{ "s25fl064k", INFO(0xef4017, 0, 64 * 1024, 128, SECT_4K) },
{ "s25fl132k", INFO(0x014016, 0, 64 * 1024, 64, 0) },
+ { "s25fl204k", INFO(0x014013, 0, 64 * 1024, 8, SECT_4K) },
/* SST -- large erase sizes are "overlays", "sectors" are 4K */
{ "sst25vf040b", INFO(0xbf258d, 0, 64 * 1024, 8, SECT_4K | SST_WRITE) },
--
2.5.0
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] mtd: spi-nor: add Spansion S25FL204K support
2015-09-01 22:06 [PATCH] mtd: spi-nor: add Spansion S25FL204K support Antony Pavlov
@ 2015-09-02 5:54 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2015-09-02 5:54 UTC (permalink / raw)
To: Antony Pavlov; +Cc: barebox, Brian Norris
On Wed, Sep 02, 2015 at 01:06:45AM +0300, Antony Pavlov wrote:
> Spansion S25FL204K is a 4-Mbit 3.0V Serial Flash Memory
> with Uniform 4 kB Sectors.
>
> Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
> Acked-by: Rafał Miłecki <zajec5@gmail.com>
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
> ---
> This barebox patch is based on the linux kernel patch
> from git://git.infradead.org/l2-mtd.git (next branch).
>
> drivers/mtd/spi-nor/spi-nor.c | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-02 5:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-01 22:06 [PATCH] mtd: spi-nor: add Spansion S25FL204K support Antony Pavlov
2015-09-02 5:54 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox