* [PATCH][MTD][NOR]Add support for the SST 36VF3203 flash chip
@ 2008-03-03 18:01 Andrei Dolnikov
2008-03-18 16:31 ` Andrei Dolnikov
0 siblings, 1 reply; 2+ messages in thread
From: Andrei Dolnikov @ 2008-03-03 18:01 UTC (permalink / raw)
To: linux-mtd; +Cc: linuxppc-dev
Add support for the SST 36VF3203 flash chip. It is used on Emerson KSI8560 board.
Signed-off-by: Andrei Dolnikov <adolnikov@ru.mvista.com>
---
jedec_probe.c | 13 +++++++++++++
1 files changed, 13 insertions(+)
diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c
index 6405938..15e061b 100644
--- a/drivers/mtd/chips/jedec_probe.c
+++ b/drivers/mtd/chips/jedec_probe.c
@@ -160,6 +160,7 @@
#define SST49LF030A 0x001C
#define SST49LF040A 0x0051
#define SST49LF080A 0x005B
+#define SST36VF3203 0x7354
/* Toshiba */
#define TC58FVT160 0x00C2
@@ -1412,6 +1413,18 @@ static const struct amd_flash_info jedec_table[] = {
ERASEINFO(0x1000,256)
}
}, {
+ .mfr_id = MANUFACTURER_SST,
+ .dev_id = SST36VF3203,
+ .name = "SST 36VF3203",
+ .devtypes = CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8,
+ .uaddr = MTD_UADDR_0x0AAA_0x0555,
+ .dev_size = SIZE_4MiB,
+ .cmd_set = P_ID_AMD_STD,
+ .nr_regions = 1,
+ .regions = {
+ ERASEINFO(0x10000,64),
+ }
+ }, {
.mfr_id = MANUFACTURER_ST,
.dev_id = M29F800AB,
.name = "ST M29F800AB",
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][MTD][NOR]Add support for the SST 36VF3203 flash chip
2008-03-03 18:01 [PATCH][MTD][NOR]Add support for the SST 36VF3203 flash chip Andrei Dolnikov
@ 2008-03-18 16:31 ` Andrei Dolnikov
0 siblings, 0 replies; 2+ messages in thread
From: Andrei Dolnikov @ 2008-03-18 16:31 UTC (permalink / raw)
To: linux-mtd
Hello, mtd folks,
I've posted the patch a couple of weeks ago. Just wanted check if it can
be ACK-ed?
Thanks,
Andrei.
Andrei Dolnikov wrote:
> Add support for the SST 36VF3203 flash chip. It is used on Emerson KSI8560 board.
>
> Signed-off-by: Andrei Dolnikov <adolnikov@ru.mvista.com>
>
> ---
> jedec_probe.c | 13 +++++++++++++
> 1 files changed, 13 insertions(+)
>
> diff --git a/drivers/mtd/chips/jedec_probe.c b/drivers/mtd/chips/jedec_probe.c
> index 6405938..15e061b 100644
> --- a/drivers/mtd/chips/jedec_probe.c
> +++ b/drivers/mtd/chips/jedec_probe.c
> @@ -160,6 +160,7 @@
> #define SST49LF030A 0x001C
> #define SST49LF040A 0x0051
> #define SST49LF080A 0x005B
> +#define SST36VF3203 0x7354
>
> /* Toshiba */
> #define TC58FVT160 0x00C2
> @@ -1412,6 +1413,18 @@ static const struct amd_flash_info jedec_table[] = {
> ERASEINFO(0x1000,256)
> }
> }, {
> + .mfr_id = MANUFACTURER_SST,
> + .dev_id = SST36VF3203,
> + .name = "SST 36VF3203",
> + .devtypes = CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8,
> + .uaddr = MTD_UADDR_0x0AAA_0x0555,
> + .dev_size = SIZE_4MiB,
> + .cmd_set = P_ID_AMD_STD,
> + .nr_regions = 1,
> + .regions = {
> + ERASEINFO(0x10000,64),
> + }
> + }, {
> .mfr_id = MANUFACTURER_ST,
> .dev_id = M29F800AB,
> .name = "ST M29F800AB",
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-18 16:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-03 18:01 [PATCH][MTD][NOR]Add support for the SST 36VF3203 flash chip Andrei Dolnikov
2008-03-18 16:31 ` Andrei Dolnikov
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).