All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mtd: m25p80: n25q064 is Micron, not Intel/Numonyx
@ 2013-02-22 22:07 Brian Norris
  2013-02-22 22:19 ` Peter Korsgaard
  2013-03-08 12:01 ` Artem Bityutskiy
  0 siblings, 2 replies; 4+ messages in thread
From: Brian Norris @ 2013-02-22 22:07 UTC (permalink / raw)
  To: Artem Bityutskiy; +Cc: Brian Norris, linux-mtd

Signed-off-by: Brian Norris <computersforpeace@gmail.com>
---
 drivers/mtd/devices/m25p80.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/devices/m25p80.c b/drivers/mtd/devices/m25p80.c
index 5b6b072..ae3c8c6 100644
--- a/drivers/mtd/devices/m25p80.c
+++ b/drivers/mtd/devices/m25p80.c
@@ -740,7 +740,6 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "160s33b",  INFO(0x898911, 0, 64 * 1024,  32, 0) },
 	{ "320s33b",  INFO(0x898912, 0, 64 * 1024,  64, 0) },
 	{ "640s33b",  INFO(0x898913, 0, 64 * 1024, 128, 0) },
-	{ "n25q064",  INFO(0x20ba17, 0, 64 * 1024, 128, 0) },
 
 	/* Macronix */
 	{ "mx25l2005a",  INFO(0xc22012, 0, 64 * 1024,   4, SECT_4K) },
@@ -755,6 +754,7 @@ static const struct spi_device_id m25p_ids[] = {
 	{ "mx25l25655e", INFO(0xc22619, 0, 64 * 1024, 512, 0) },
 
 	/* Micron */
+	{ "n25q064",  INFO(0x20ba17, 0, 64 * 1024, 128, 0) },
 	{ "n25q128a11",  INFO(0x20bb18, 0, 64 * 1024, 256, 0) },
 	{ "n25q128a13",  INFO(0x20ba18, 0, 64 * 1024, 256, 0) },
 	{ "n25q256a", INFO(0x20ba19, 0, 64 * 1024, 512, SECT_4K) },
-- 
1.8.1.1

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

* Re: [PATCH] mtd: m25p80: n25q064 is Micron, not Intel/Numonyx
  2013-02-22 22:07 [PATCH] mtd: m25p80: n25q064 is Micron, not Intel/Numonyx Brian Norris
@ 2013-02-22 22:19 ` Peter Korsgaard
  2013-02-22 23:43   ` Brian Norris
  2013-03-08 12:01 ` Artem Bityutskiy
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2013-02-22 22:19 UTC (permalink / raw)
  To: Brian Norris; +Cc: linux-mtd, Artem Bityutskiy

>>>>> "Brian" == Brian Norris <computersforpeace@gmail.com> writes:

 Brian> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Acked-by: Peter Korsgaard <jacmet@sunsite.dk>

-- 
Bye, Peter Korsgaard

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

* Re: [PATCH] mtd: m25p80: n25q064 is Micron, not Intel/Numonyx
  2013-02-22 22:19 ` Peter Korsgaard
@ 2013-02-22 23:43   ` Brian Norris
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Norris @ 2013-02-22 23:43 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: linux-mtd, Artem Bityutskiy

2013/2/22 Peter Korsgaard <jacmet@sunsite.dk>:
>>>>>> "Brian" == Brian Norris <computersforpeace@gmail.com> writes:
>
>  Brian> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
>
> Acked-by: Peter Korsgaard <jacmet@sunsite.dk>

BTW, I neglected to mention: the datasheet I have actually says
Numonyx, but it has been integrated into the Micron line, and the ID
follows the Micron pattern. So it makes sense to file this under the
Micron ID section.

Brian

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

* Re: [PATCH] mtd: m25p80: n25q064 is Micron, not Intel/Numonyx
  2013-02-22 22:07 [PATCH] mtd: m25p80: n25q064 is Micron, not Intel/Numonyx Brian Norris
  2013-02-22 22:19 ` Peter Korsgaard
@ 2013-03-08 12:01 ` Artem Bityutskiy
  1 sibling, 0 replies; 4+ messages in thread
From: Artem Bityutskiy @ 2013-03-08 12:01 UTC (permalink / raw)
  To: Brian Norris; +Cc: linux-mtd

On Fri, 2013-02-22 at 14:07 -0800, Brian Norris wrote:
> Signed-off-by: Brian Norris <computersforpeace@gmail.com>

Pushed to l2-mtd.git, thanks!

-- 
Best Regards,
Artem Bityutskiy

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

end of thread, other threads:[~2013-03-08 12:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-22 22:07 [PATCH] mtd: m25p80: n25q064 is Micron, not Intel/Numonyx Brian Norris
2013-02-22 22:19 ` Peter Korsgaard
2013-02-22 23:43   ` Brian Norris
2013-03-08 12:01 ` Artem Bityutskiy

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.