All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry
@ 2018-07-05  7:27 lzenz at dh-electronics.de
  2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add Macronix mx25l1633e entry lzenz at dh-electronics.de
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: lzenz at dh-electronics.de @ 2018-07-05  7:27 UTC (permalink / raw)
  To: u-boot

From: Ludwig Zenz <lzenz@dh-electronics.de>

Add support for the Gigadevice gd25q16c nor flash. (Tested on a imx6 board)

Signed-off-by: Ludwig Zenz <lzenz@dh-electronics.de>
---
 drivers/mtd/spi/spi_flash_ids.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
index 3b28341..7fc8109 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -62,6 +62,7 @@ const struct spi_flash_info spi_flash_ids[] = {
 	{"en25s64",	   INFO(0x1c3817, 0x0, 64 * 1024,   128, 0) },
 #endif
 #ifdef CONFIG_SPI_FLASH_GIGADEVICE	/* GIGADEVICE */
+	{"gd25q16c",	   INFO(0xc84015, 0x0, 64 * 1024,    32, RD_FULL | WR_QPP | SECT_4K) },
 	{"gd25q64b",	   INFO(0xc84017, 0x0, 64 * 1024,   128, SECT_4K) },
 	{"gd25q32b",       INFO(0xc84016, 0x0, 64 * 1024,    64, SECT_4K) },
 	{"gd25lq32",	   INFO(0xc86016, 0x0, 64 * 1024,    64, SECT_4K) },
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] sf: add Macronix mx25l1633e entry
  2018-07-05  7:27 [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry lzenz at dh-electronics.de
@ 2018-07-05  7:27 ` lzenz at dh-electronics.de
  2018-07-16  8:46   ` Jagan Teki
  2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add paired dev info for winbond w25q16jv lzenz at dh-electronics.de
  2018-07-16  8:45 ` [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry Jagan Teki
  2 siblings, 1 reply; 6+ messages in thread
From: lzenz at dh-electronics.de @ 2018-07-05  7:27 UTC (permalink / raw)
  To: u-boot

From: Ludwig Zenz <lzenz@dh-electronics.de>

Add support for the Macronix mx25l1633e nor flash. (Tested on a imx6 board)

Signed-off-by: Ludwig Zenz <lzenz@dh-electronics.de>
---
 drivers/mtd/spi/spi_flash_ids.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
index bcee009..3b28341 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -86,6 +86,7 @@ const struct spi_flash_info spi_flash_ids[] = {
 	{"mx25l12805",	   INFO(0xc22018, 0x0, 64 * 1024,   256, RD_FULL | WR_QPP) },
 	{"mx25l25635f",	   INFO(0xc22019, 0x0, 64 * 1024,   512, RD_FULL | WR_QPP) },
 	{"mx25l51235f",	   INFO(0xc2201a, 0x0, 64 * 1024,  1024, RD_FULL | WR_QPP) },
+	{"mx25l1633e",	   INFO(0xc22415, 0x0, 64 * 1024,    32, RD_FULL | WR_QPP | SECT_4K) },
 	{"mx25u6435f",	   INFO(0xc22537, 0x0, 64 * 1024,   128, RD_FULL | WR_QPP) },
 	{"mx25l12855e",	   INFO(0xc22618, 0x0, 64 * 1024,   256, RD_FULL | WR_QPP) },
 	{"mx25u1635e",     INFO(0xc22535, 0x0, 64 * 1024,  32, SECT_4K) },
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] sf: add paired dev info for winbond w25q16jv
  2018-07-05  7:27 [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry lzenz at dh-electronics.de
  2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add Macronix mx25l1633e entry lzenz at dh-electronics.de
@ 2018-07-05  7:27 ` lzenz at dh-electronics.de
  2018-07-16  8:47   ` Jagan Teki
  2018-07-16  8:45 ` [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry Jagan Teki
  2 siblings, 1 reply; 6+ messages in thread
From: lzenz at dh-electronics.de @ 2018-07-05  7:27 UTC (permalink / raw)
  To: u-boot

From: Ludwig Zenz <lzenz@dh-electronics.de>

This commit adds paired dev info for winbond w25q16jv (tested w25q16jvssiq with a i.mx6 board)

Signed-off-by: Ludwig Zenz <lzenz@dh-electronics.de>
---
 drivers/mtd/spi/spi_flash_ids.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/spi/spi_flash_ids.c b/drivers/mtd/spi/spi_flash_ids.c
index 9212373..bcee009 100644
--- a/drivers/mtd/spi/spi_flash_ids.c
+++ b/drivers/mtd/spi/spi_flash_ids.c
@@ -187,7 +187,7 @@ const struct spi_flash_info spi_flash_ids[] = {
 	 * Below paired flash devices has similar spi_flash params.
 	 * (s25fl129p_64k, s25fl128s_64k)
 	 * (w25q80bl, w25q80bv)
-	 * (w25q16cl, w25q16dv)
+	 * (w25q16cl, w25q16dv, w25q16jv)
 	 * (w25q32bv, w25q32fv_spi)
 	 * (w25q64cv, w25q64fv_spi)
 	 * (w25q128bv, w25q128fv_spi)
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry
  2018-07-05  7:27 [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry lzenz at dh-electronics.de
  2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add Macronix mx25l1633e entry lzenz at dh-electronics.de
  2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add paired dev info for winbond w25q16jv lzenz at dh-electronics.de
@ 2018-07-16  8:45 ` Jagan Teki
  2 siblings, 0 replies; 6+ messages in thread
From: Jagan Teki @ 2018-07-16  8:45 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 5, 2018 at 12:57 PM,  <lzenz@dh-electronics.de> wrote:
> From: Ludwig Zenz <lzenz@dh-electronics.de>
>
> Add support for the Gigadevice gd25q16c nor flash. (Tested on a imx6 board)
>
> Signed-off-by: Ludwig Zenz <lzenz@dh-electronics.de>
> ---

Applied to u-boot-spi/master

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] sf: add Macronix mx25l1633e entry
  2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add Macronix mx25l1633e entry lzenz at dh-electronics.de
@ 2018-07-16  8:46   ` Jagan Teki
  0 siblings, 0 replies; 6+ messages in thread
From: Jagan Teki @ 2018-07-16  8:46 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 5, 2018 at 12:57 PM,  <lzenz@dh-electronics.de> wrote:
> From: Ludwig Zenz <lzenz@dh-electronics.de>
>
> Add support for the Macronix mx25l1633e nor flash. (Tested on a imx6 board)
>
> Signed-off-by: Ludwig Zenz <lzenz@dh-electronics.de>
> ---

Applied to u-boot-spi/master

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [U-Boot] [PATCH] sf: add paired dev info for winbond w25q16jv
  2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add paired dev info for winbond w25q16jv lzenz at dh-electronics.de
@ 2018-07-16  8:47   ` Jagan Teki
  0 siblings, 0 replies; 6+ messages in thread
From: Jagan Teki @ 2018-07-16  8:47 UTC (permalink / raw)
  To: u-boot

On Thu, Jul 5, 2018 at 12:57 PM,  <lzenz@dh-electronics.de> wrote:
> From: Ludwig Zenz <lzenz@dh-electronics.de>
>
> This commit adds paired dev info for winbond w25q16jv (tested w25q16jvssiq with a i.mx6 board)
>
> Signed-off-by: Ludwig Zenz <lzenz@dh-electronics.de>
> ---

Applied to u-boot-spi/master

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-07-16  8:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-05  7:27 [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry lzenz at dh-electronics.de
2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add Macronix mx25l1633e entry lzenz at dh-electronics.de
2018-07-16  8:46   ` Jagan Teki
2018-07-05  7:27 ` [U-Boot] [PATCH] sf: add paired dev info for winbond w25q16jv lzenz at dh-electronics.de
2018-07-16  8:47   ` Jagan Teki
2018-07-16  8:45 ` [U-Boot] [PATCH] sf: add Gigadevice gd25q16c entry Jagan Teki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.