summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-02 05:44:46 +0000
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-04-02 05:44:46 +0000
commitbf4af64e061d49308273988f6334a76b770c3dd2 (patch)
treead0b4b7665e57a0b05a7851d6ac42bb01a53c28b /target
parente337ad85295783eb0d6abf9a6e8e4eeec5336d6e (diff)
[generic] flash_chips: Removed forced recognition of Macronix MX29LV640T flash chip. It should be recognized by the CFI and not need forcing. User has not since replied.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26400 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-2.6.35/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch30
-rw-r--r--target/linux/generic/patches-2.6.36/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch30
-rw-r--r--target/linux/generic/patches-2.6.37/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch30
-rw-r--r--target/linux/generic/patches-2.6.38/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch30
4 files changed, 0 insertions, 120 deletions
diff --git a/target/linux/generic/patches-2.6.35/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch b/target/linux/generic/patches-2.6.35/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch
deleted file mode 100644
index e110162a8..000000000
--- a/target/linux/generic/patches-2.6.35/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/drivers/mtd/chips/jedec_probe.c
-+++ b/drivers/mtd/chips/jedec_probe.c
-@@ -105,6 +105,7 @@
- #define MX29LV040C 0x004F
- #define MX29LV160T 0x22C4
- #define MX29LV160B 0x2249
-+#define MX29LV640T 0x227e
- #define MX29F040 0x00A4
- #define MX29F016 0x00AD
- #define MX29F002T 0x00B0
-@@ -1162,6 +1163,19 @@ static const struct amd_flash_info jedec
- ERASEINFO(0x04000,1)
- }
- }, {
-+ .mfr_id = CFI_MFR_MACRONIX,
-+ .dev_id = MX29LV640T,
-+ .name = "Macronix MX29LV640T",
-+ .devtypes = CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8,
-+ .uaddr = MTD_UADDR_0x0AAA_0x0555,
-+ .dev_size = SIZE_8MiB,
-+ .cmd_set = P_ID_AMD_STD,
-+ .nr_regions = 2,
-+ .regions = {
-+ ERASEINFO(0x10000,127),
-+ ERASEINFO(0x02000,8)
-+ }
-+ }, {
- .mfr_id = CFI_MFR_NEC,
- .dev_id = UPD29F064115,
- .name = "NEC uPD29F064115",
diff --git a/target/linux/generic/patches-2.6.36/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch b/target/linux/generic/patches-2.6.36/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch
deleted file mode 100644
index e110162a8..000000000
--- a/target/linux/generic/patches-2.6.36/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/drivers/mtd/chips/jedec_probe.c
-+++ b/drivers/mtd/chips/jedec_probe.c
-@@ -105,6 +105,7 @@
- #define MX29LV040C 0x004F
- #define MX29LV160T 0x22C4
- #define MX29LV160B 0x2249
-+#define MX29LV640T 0x227e
- #define MX29F040 0x00A4
- #define MX29F016 0x00AD
- #define MX29F002T 0x00B0
-@@ -1162,6 +1163,19 @@ static const struct amd_flash_info jedec
- ERASEINFO(0x04000,1)
- }
- }, {
-+ .mfr_id = CFI_MFR_MACRONIX,
-+ .dev_id = MX29LV640T,
-+ .name = "Macronix MX29LV640T",
-+ .devtypes = CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8,
-+ .uaddr = MTD_UADDR_0x0AAA_0x0555,
-+ .dev_size = SIZE_8MiB,
-+ .cmd_set = P_ID_AMD_STD,
-+ .nr_regions = 2,
-+ .regions = {
-+ ERASEINFO(0x10000,127),
-+ ERASEINFO(0x02000,8)
-+ }
-+ }, {
- .mfr_id = CFI_MFR_NEC,
- .dev_id = UPD29F064115,
- .name = "NEC uPD29F064115",
diff --git a/target/linux/generic/patches-2.6.37/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch b/target/linux/generic/patches-2.6.37/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch
deleted file mode 100644
index e110162a8..000000000
--- a/target/linux/generic/patches-2.6.37/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/drivers/mtd/chips/jedec_probe.c
-+++ b/drivers/mtd/chips/jedec_probe.c
-@@ -105,6 +105,7 @@
- #define MX29LV040C 0x004F
- #define MX29LV160T 0x22C4
- #define MX29LV160B 0x2249
-+#define MX29LV640T 0x227e
- #define MX29F040 0x00A4
- #define MX29F016 0x00AD
- #define MX29F002T 0x00B0
-@@ -1162,6 +1163,19 @@ static const struct amd_flash_info jedec
- ERASEINFO(0x04000,1)
- }
- }, {
-+ .mfr_id = CFI_MFR_MACRONIX,
-+ .dev_id = MX29LV640T,
-+ .name = "Macronix MX29LV640T",
-+ .devtypes = CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8,
-+ .uaddr = MTD_UADDR_0x0AAA_0x0555,
-+ .dev_size = SIZE_8MiB,
-+ .cmd_set = P_ID_AMD_STD,
-+ .nr_regions = 2,
-+ .regions = {
-+ ERASEINFO(0x10000,127),
-+ ERASEINFO(0x02000,8)
-+ }
-+ }, {
- .mfr_id = CFI_MFR_NEC,
- .dev_id = UPD29F064115,
- .name = "NEC uPD29F064115",
diff --git a/target/linux/generic/patches-2.6.38/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch b/target/linux/generic/patches-2.6.38/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch
deleted file mode 100644
index e110162a8..000000000
--- a/target/linux/generic/patches-2.6.38/091-mtd-alice-gate-add-mx29lv640t-chip-support.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- a/drivers/mtd/chips/jedec_probe.c
-+++ b/drivers/mtd/chips/jedec_probe.c
-@@ -105,6 +105,7 @@
- #define MX29LV040C 0x004F
- #define MX29LV160T 0x22C4
- #define MX29LV160B 0x2249
-+#define MX29LV640T 0x227e
- #define MX29F040 0x00A4
- #define MX29F016 0x00AD
- #define MX29F002T 0x00B0
-@@ -1162,6 +1163,19 @@ static const struct amd_flash_info jedec
- ERASEINFO(0x04000,1)
- }
- }, {
-+ .mfr_id = CFI_MFR_MACRONIX,
-+ .dev_id = MX29LV640T,
-+ .name = "Macronix MX29LV640T",
-+ .devtypes = CFI_DEVICETYPE_X16|CFI_DEVICETYPE_X8,
-+ .uaddr = MTD_UADDR_0x0AAA_0x0555,
-+ .dev_size = SIZE_8MiB,
-+ .cmd_set = P_ID_AMD_STD,
-+ .nr_regions = 2,
-+ .regions = {
-+ ERASEINFO(0x10000,127),
-+ ERASEINFO(0x02000,8)
-+ }
-+ }, {
- .mfr_id = CFI_MFR_NEC,
- .dev_id = UPD29F064115,
- .name = "NEC uPD29F064115",