* [U-Boot-Users] "3.micron":(1 of 1) [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
@ 2007-03-27 16:14 Ulf Samuelsson
2007-05-23 15:07 ` Ladislav Michl
0 siblings, 1 reply; 3+ messages in thread
From: Ulf Samuelsson @ 2007-03-27 16:14 UTC (permalink / raw)
To: u-boot
Author: Ulf Samuelsson <ulf@atmel.com>
Date: 2007-03-27
Subject: "3.micron":(1 of 1) [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
CHANGELOG:
[PATCH][NAND] Define the Vendor Id for Micron NAND Flash
Patch generated from files:
drivers_nand_nand_ids.c.patch
include_linux_mtd_nand.h.patch
Signed-off-by: Ulf Samuelsson
---------------------------------------------------------------------------------------------------------------------------------
diff -urN u-boot-1.2.0/drivers/nand/nand_ids.c u-boot-1.2.0-atmel/drivers/nand/nand_ids.c
--- u-boot-1.2.0/drivers/nand/nand_ids.c 2007-01-07 00:13:11.000000000 +0100
+++ u-boot-1.2.0-atmel/drivers/nand/nand_ids.c 2007-03-24 20:07:32.000000000 +0100
@@ -123,6 +123,7 @@
{NAND_MFR_NATIONAL, "National"},
{NAND_MFR_RENESAS, "Renesas"},
{NAND_MFR_STMICRO, "ST Micro"},
+ {NAND_MFR_MICRON, "Micron"},
{0x0, "Unknown"}
};
#endif
diff -urN u-boot-1.2.0/include/linux/mtd/nand.h u-boot-1.2.0-atmel/include/linux/mtd/nand.h
--- u-boot-1.2.0/include/linux/mtd/nand.h 2007-01-07 00:13:11.000000000 +0100
+++ u-boot-1.2.0-atmel/include/linux/mtd/nand.h 2007-03-24 20:07:32.000000000 +0100
@@ -348,6 +348,7 @@
#define NAND_MFR_NATIONAL 0x8f
#define NAND_MFR_RENESAS 0x07
#define NAND_MFR_STMICRO 0x20
+#define NAND_MFR_MICRON 0x2c
/**
* struct nand_flash_dev - NAND Flash Device ID Structure
--
Best Regards,
Ulf Samuelsson
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ulf.vcf
Type: text/x-vcard
Size: 301 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20070327/b630541e/attachment.vcf
^ permalink raw reply [flat|nested] 3+ messages in thread* [U-Boot-Users] "3.micron":(1 of 1) [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
2007-03-27 16:14 [U-Boot-Users] "3.micron":(1 of 1) [PATCH][NAND] Define the Vendor Id for Micron NAND Flash Ulf Samuelsson
@ 2007-05-23 15:07 ` Ladislav Michl
2007-05-24 11:33 ` Stefan Roese
0 siblings, 1 reply; 3+ messages in thread
From: Ladislav Michl @ 2007-05-23 15:07 UTC (permalink / raw)
To: u-boot
On Tue, Mar 27, 2007 at 06:14:32PM +0200, Ulf Samuelsson wrote:
> Author: Ulf Samuelsson <ulf@atmel.com>
> Date: 2007-03-27
>
> Subject: "3.micron":(1 of 1) [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
>
> CHANGELOG:
> [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
This patch contained trailing whitespace. Rediffed.
Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
diff --git a/drivers/nand/nand_ids.c b/drivers/nand/nand_ids.c
index 8b58736..70fdfd3 100644
--- a/drivers/nand/nand_ids.c
+++ b/drivers/nand/nand_ids.c
@@ -123,6 +123,7 @@ struct nand_manufacturers nand_manuf_ids[] = {
{NAND_MFR_NATIONAL, "National"},
{NAND_MFR_RENESAS, "Renesas"},
{NAND_MFR_STMICRO, "ST Micro"},
+ {NAND_MFR_MICRON, "Micron"},
{0x0, "Unknown"}
};
#endif
diff --git a/include/linux/mtd/nand.h b/include/linux/mtd/nand.h
index 4b48564..49ff80f 100644
--- a/include/linux/mtd/nand.h
+++ b/include/linux/mtd/nand.h
@@ -348,6 +348,7 @@ struct nand_chip {
#define NAND_MFR_NATIONAL 0x8f
#define NAND_MFR_RENESAS 0x07
#define NAND_MFR_STMICRO 0x20
+#define NAND_MFR_MICRON 0x2c
/**
* struct nand_flash_dev - NAND Flash Device ID Structure
^ permalink raw reply related [flat|nested] 3+ messages in thread* [U-Boot-Users] "3.micron":(1 of 1) [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
2007-05-23 15:07 ` Ladislav Michl
@ 2007-05-24 11:33 ` Stefan Roese
0 siblings, 0 replies; 3+ messages in thread
From: Stefan Roese @ 2007-05-24 11:33 UTC (permalink / raw)
To: u-boot
On Wednesday 23 May 2007, Ladislav Michl wrote:
> On Tue, Mar 27, 2007 at 06:14:32PM +0200, Ulf Samuelsson wrote:
> > Author: Ulf Samuelsson <ulf@atmel.com>
> > Date: 2007-03-27
> >
> > Subject: "3.micron":(1 of 1) [PATCH][NAND] Define the Vendor Id for
> > Micron NAND Flash
> >
> > CHANGELOG:
> > [PATCH][NAND] Define the Vendor Id for Micron NAND Flash
>
> This patch contained trailing whitespace. Rediffed.
>
> Signed-off-by: Ulf Samuelsson <ulf@atmel.com>
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
Applied to the u-boot-nand-flash repository.
Thanks.
Best regards,
Stefan
=====================================================================
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de
=====================================================================
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-05-24 11:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-27 16:14 [U-Boot-Users] "3.micron":(1 of 1) [PATCH][NAND] Define the Vendor Id for Micron NAND Flash Ulf Samuelsson
2007-05-23 15:07 ` Ladislav Michl
2007-05-24 11:33 ` Stefan Roese
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox