* [PATCH 2.6.27.6] MTD: jedec_probe: add SST39SF040 chip
@ 2008-11-18 1:09 Michał Mirosław
2009-05-12 22:37 ` [PATCH/RESEND 2.6.29.3] MTD: Add SST39SF040 chip to jedec_probe Michał Mirosław
0 siblings, 1 reply; 3+ messages in thread
From: Michał Mirosław @ 2008-11-18 1:09 UTC (permalink / raw)
To: linux-mtd; +Cc: dwmw2
Detect SST39SF040 chip (512kB, a bit bigger than SST39SF020A).
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
--- linux-2.6.27.6-brfix1/drivers/mtd/chips/jedec_probe.c 2008-11-16 14:24:30.000000000 +0100
+++ rechot/drivers/mtd/chips/jedec_probe.c 2008-11-18 01:28:10.000000000 +0100
@@ -165,6 +165,7 @@
#define SST39LF040 0x00D7
#define SST39SF010A 0x00B5
#define SST39SF020A 0x00B6
+#define SST39SF040 0x00B7
#define SST49LF004B 0x0060
#define SST49LF040B 0x0050
#define SST49LF008A 0x005a
@@ -1392,6 +1393,18 @@
}
}, {
.mfr_id = MANUFACTURER_SST,
+ .dev_id = SST39SF040,
+ .name = "SST 39SF040",
+ .devtypes = CFI_DEVICETYPE_X8,
+ .uaddr = MTD_UADDR_0x5555_0x2AAA,
+ .dev_size = SIZE_512KiB,
+ .cmd_set = P_ID_AMD_STD,
+ .nr_regions = 1,
+ .regions = {
+ ERASEINFO(0x01000,128),
+ }
+ }, {
+ .mfr_id = MANUFACTURER_SST,
.dev_id = SST49LF040B,
.name = "SST 49LF040B",
.devtypes = CFI_DEVICETYPE_X8,
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH/RESEND 2.6.29.3] MTD: Add SST39SF040 chip to jedec_probe
2008-11-18 1:09 [PATCH 2.6.27.6] MTD: jedec_probe: add SST39SF040 chip Michał Mirosław
@ 2009-05-12 22:37 ` Michał Mirosław
2009-05-15 14:15 ` Artem Bityutskiy
0 siblings, 1 reply; 3+ messages in thread
From: Michał Mirosław @ 2009-05-12 22:37 UTC (permalink / raw)
To: linux-mtd, dwmw2; +Cc: linux-kernel
Add SST39SF040 chip (like SST39SF020A but bigger - 4Mbit).
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
--- linux-2.6.27.6-brfix1/drivers/mtd/chips/jedec_probe.c 2008-11-16 14:24:30.000000000 +0100
+++ rechot/drivers/mtd/chips/jedec_probe.c 2008-11-18 01:28:10.000000000 +0100
@@ -165,6 +165,7 @@
#define SST39LF040 0x00D7
#define SST39SF010A 0x00B5
#define SST39SF020A 0x00B6
+#define SST39SF040 0x00B7
#define SST49LF004B 0x0060
#define SST49LF040B 0x0050
#define SST49LF008A 0x005a
@@ -1392,6 +1393,18 @@
}
}, {
.mfr_id = MANUFACTURER_SST,
+ .dev_id = SST39SF040,
+ .name = "SST 39SF040",
+ .devtypes = CFI_DEVICETYPE_X8,
+ .uaddr = MTD_UADDR_0x5555_0x2AAA,
+ .dev_size = SIZE_512KiB,
+ .cmd_set = P_ID_AMD_STD,
+ .nr_regions = 1,
+ .regions = {
+ ERASEINFO(0x01000,128),
+ }
+ }, {
+ .mfr_id = MANUFACTURER_SST,
.dev_id = SST49LF040B,
.name = "SST 49LF040B",
.devtypes = CFI_DEVICETYPE_X8,
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH/RESEND 2.6.29.3] MTD: Add SST39SF040 chip to jedec_probe
2009-05-12 22:37 ` [PATCH/RESEND 2.6.29.3] MTD: Add SST39SF040 chip to jedec_probe Michał Mirosław
@ 2009-05-15 14:15 ` Artem Bityutskiy
0 siblings, 0 replies; 3+ messages in thread
From: Artem Bityutskiy @ 2009-05-15 14:15 UTC (permalink / raw)
To: Michał Mirosław; +Cc: dwmw2, linux-mtd, linux-kernel
On Wed, 2009-05-13 at 00:37 +0200, Michał Mirosław wrote:
> Add SST39SF040 chip (like SST39SF020A but bigger - 4Mbit).
>
> Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Taken to l2-mtd-2.6.git.
--
Best regards,
Artem Bityutskiy (Битюцкий Артём)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-05-15 14:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-18 1:09 [PATCH 2.6.27.6] MTD: jedec_probe: add SST39SF040 chip Michał Mirosław
2009-05-12 22:37 ` [PATCH/RESEND 2.6.29.3] MTD: Add SST39SF040 chip to jedec_probe Michał Mirosław
2009-05-15 14:15 ` Artem Bityutskiy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).