Re: [PATCH 2/6] MTD: Add support for the SST 39VF1601 flash chip [try #5]

2007-11-09 Thread David Woodhouse

On Fri, 2007-11-09 at 15:34 +, David Howells wrote:
> Add support for the SST 39VF1601 flash chip.
> 
> Signed-off-by: David Howells <[EMAIL PROTECTED]>

Applied.

-- 
dwmw2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 2/6] MTD: Add support for the SST 39VF1601 flash chip [try #5]

2007-11-09 Thread David Howells
Add support for the SST 39VF1601 flash chip.

Signed-off-by: David Howells <[EMAIL PROTECTED]>
---

 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 a67b23b..5074b5e 100644
--- a/drivers/mtd/chips/jedec_probe.c
+++ b/drivers/mtd/chips/jedec_probe.c
@@ -1527,6 +1527,21 @@ static const struct amd_flash_info jedec_table[] = {
ERASEINFO(0x1000,256),
ERASEINFO(0x1000,256)
}
+   }, {
+   .mfr_id = MANUFACTURER_SST, /* should be CFI */
+   .dev_id = SST39VF1601,
+   .name   = "SST 39VF1601",
+   .uaddr  = {
+   [0] = MTD_UADDR_0x_0x2AAA,  /* x8 */
+   [1] = MTD_UADDR_0x_0x2AAA   /* x16 */
+   },
+   .DevSize= SIZE_2MiB,
+   .CmdSet = P_ID_AMD_STD,
+   .NumEraseRegions= 2,
+   .regions= {
+   ERASEINFO(0x1000,256),
+   ERASEINFO(0x1000,256)
+   }
 
}, {
.mfr_id = MANUFACTURER_ST,

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 2/6] MTD: Add support for the SST 39VF1601 flash chip [try #5]

2007-11-09 Thread David Howells
Add support for the SST 39VF1601 flash chip.

Signed-off-by: David Howells [EMAIL PROTECTED]
---

 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 a67b23b..5074b5e 100644
--- a/drivers/mtd/chips/jedec_probe.c
+++ b/drivers/mtd/chips/jedec_probe.c
@@ -1527,6 +1527,21 @@ static const struct amd_flash_info jedec_table[] = {
ERASEINFO(0x1000,256),
ERASEINFO(0x1000,256)
}
+   }, {
+   .mfr_id = MANUFACTURER_SST, /* should be CFI */
+   .dev_id = SST39VF1601,
+   .name   = SST 39VF1601,
+   .uaddr  = {
+   [0] = MTD_UADDR_0x_0x2AAA,  /* x8 */
+   [1] = MTD_UADDR_0x_0x2AAA   /* x16 */
+   },
+   .DevSize= SIZE_2MiB,
+   .CmdSet = P_ID_AMD_STD,
+   .NumEraseRegions= 2,
+   .regions= {
+   ERASEINFO(0x1000,256),
+   ERASEINFO(0x1000,256)
+   }
 
}, {
.mfr_id = MANUFACTURER_ST,

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 2/6] MTD: Add support for the SST 39VF1601 flash chip [try #5]

2007-11-09 Thread David Woodhouse

On Fri, 2007-11-09 at 15:34 +, David Howells wrote:
 Add support for the SST 39VF1601 flash chip.
 
 Signed-off-by: David Howells [EMAIL PROTECTED]

Applied.

-- 
dwmw2

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/