From: Haavard Skinnemoen <hskinnemoen@atmel.com>
To: David Woodhouse <dwmw2@infradead.org>
Cc: linux-kernel@vger.kernel.org, Haavard Skinnemoen <hskinnemoen@atmel.com>
Subject: [PATCH] MTD jedec_probe: Recognize Atmel AT49BV6416
Date: Fri, 04 Aug 2006 10:28:33 +0200 [thread overview]
Message-ID: <11546801142874-git-send-email-hskinnemoen@atmel.com> (raw)
Atmel AT49BV6416 is used on the AT32STK1000 development board for
AVR32. This patch makes jedec_probe recognize it.
Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com>
---
drivers/mtd/chips/jedec_probe.c | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c
index 8f39d0a..173530b 100644
--- a/drivers/mtd/chips/jedec_probe.c
+++ b/drivers/mtd/chips/jedec_probe.c
@@ -67,6 +67,7 @@ #define AT49BV16X 0x00C0
#define AT49BV16XT 0x00C2
#define AT49BV32X 0x00C8
#define AT49BV32XT 0x00C9
+#define AT49BV6416 0x00D6
/* Fujitsu */
#define MBM29F040C 0x00A4
@@ -630,6 +631,20 @@ static const struct amd_flash_info jedec
ERASEINFO(0x02000,8)
}
}, {
+ .mfr_id = MANUFACTURER_ATMEL,
+ .dev_id = AT49BV6416,
+ .name = "Atmel AT49BV6416",
+ .uaddr = {
+ [1] = MTD_UADDR_0x0555_0x0AAA, /* x16 */
+ },
+ .DevSize = SIZE_8MiB,
+ .CmdSet = P_ID_AMD_STD,
+ .NumEraseRegions = 2,
+ .regions = {
+ ERASEINFO(0x02000, 8),
+ ERASEINFO(0x10000, 127)
+ }
+ }, {
.mfr_id = MANUFACTURER_FUJITSU,
.dev_id = MBM29F040C,
.name = "Fujitsu MBM29F040C",
--
1.4.0
next reply other threads:[~2006-08-04 8:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-04 8:28 Haavard Skinnemoen [this message]
2006-08-04 8:28 ` [PATCH] MTD: Add lock/unlock operations for " Haavard Skinnemoen
2006-08-04 8:41 ` David Woodhouse
2006-08-09 9:06 ` Haavard Skinnemoen
2006-08-17 1:18 ` Josh Boyer
2006-08-04 8:39 ` [PATCH] MTD jedec_probe: Recognize " David Woodhouse
2006-08-04 8:52 ` Haavard Skinnemoen
2006-08-04 9:01 ` David Woodhouse
2006-08-04 9:06 ` David Woodhouse
2006-08-04 10:28 ` Haavard Skinnemoen
2006-08-07 15:00 ` Haavard Skinnemoen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11546801142874-git-send-email-hskinnemoen@atmel.com \
--to=hskinnemoen@atmel.com \
--cc=dwmw2@infradead.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®