summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-01-29 11:06:57 +0000
committerJohn Crispin <john@openwrt.org>2013-01-29 11:06:57 +0000
commitc6744513a3eddddf9212d51bf310d25853002149 (patch)
treec4274d7f30bbd8f26c3ebd3315d7dceede7355da
parent777f7b30aef8c8c7ddc93d5ff5b9b79f6384a911 (diff)
downloadmtk-20170518-c6744513a3eddddf9212d51bf310d25853002149.zip
mtk-20170518-c6744513a3eddddf9212d51bf310d25853002149.tar.gz
mtk-20170518-c6744513a3eddddf9212d51bf310d25853002149.tar.bz2
fix mtd_mp25p80_add_gd25q32_gd25q64.patch
SVN-Revision: 35378
-rw-r--r--target/linux/generic/patches-3.6/010-mtd_mp25p80_add_gd25q32_gd25q64.patch (renamed from target/linux/generic/patches-3.6/479-mtd_mp25p80_add_gd25q32_gd25q64.patch)0
-rw-r--r--target/linux/generic/patches-3.7/010-mtd_mp25p80_add_gd25q32_gd25q64.patch13
-rw-r--r--target/linux/generic/patches-3.8/010-mtd_mp25p80_add_gd25q32_gd25q64.patch13
3 files changed, 26 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.6/479-mtd_mp25p80_add_gd25q32_gd25q64.patch b/target/linux/generic/patches-3.6/010-mtd_mp25p80_add_gd25q32_gd25q64.patch
index ddc27b1..ddc27b1 100644
--- a/target/linux/generic/patches-3.6/479-mtd_mp25p80_add_gd25q32_gd25q64.patch
+++ b/target/linux/generic/patches-3.6/010-mtd_mp25p80_add_gd25q32_gd25q64.patch
diff --git a/target/linux/generic/patches-3.7/010-mtd_mp25p80_add_gd25q32_gd25q64.patch b/target/linux/generic/patches-3.7/010-mtd_mp25p80_add_gd25q32_gd25q64.patch
new file mode 100644
index 0000000..ddc27b1
--- /dev/null
+++ b/target/linux/generic/patches-3.7/010-mtd_mp25p80_add_gd25q32_gd25q64.patch
@@ -0,0 +1,13 @@
+--- a/drivers/mtd/devices/m25p80.c
++++ b/drivers/mtd/devices/m25p80.c
+@@ -651,6 +651,10 @@
+ /* Everspin */
+ { "mr25h256", CAT25_INFO( 32 * 1024, 1, 256, 2) },
+
++ /* GigaDevice */
++ { "gd25q32", INFO(0xc84016, 0, 64 * 1024, 64, SECT_4K) },
++ { "gd25q64", INFO(0xc84017, 0, 64 * 1024, 128, SECT_4K) },
++
+ /* Intel/Numonyx -- xxxs33b */
+ { "160s33b", INFO(0x898911, 0, 64 * 1024, 32, 0) },
+ { "320s33b", INFO(0x898912, 0, 64 * 1024, 64, 0) },
diff --git a/target/linux/generic/patches-3.8/010-mtd_mp25p80_add_gd25q32_gd25q64.patch b/target/linux/generic/patches-3.8/010-mtd_mp25p80_add_gd25q32_gd25q64.patch
new file mode 100644
index 0000000..ddc27b1
--- /dev/null
+++ b/target/linux/generic/patches-3.8/010-mtd_mp25p80_add_gd25q32_gd25q64.patch
@@ -0,0 +1,13 @@
+--- a/drivers/mtd/devices/m25p80.c
++++ b/drivers/mtd/devices/m25p80.c
+@@ -651,6 +651,10 @@
+ /* Everspin */
+ { "mr25h256", CAT25_INFO( 32 * 1024, 1, 256, 2) },
+
++ /* GigaDevice */
++ { "gd25q32", INFO(0xc84016, 0, 64 * 1024, 64, SECT_4K) },
++ { "gd25q64", INFO(0xc84017, 0, 64 * 1024, 128, SECT_4K) },
++
+ /* Intel/Numonyx -- xxxs33b */
+ { "160s33b", INFO(0x898911, 0, 64 * 1024, 32, 0) },
+ { "320s33b", INFO(0x898912, 0, 64 * 1024, 64, 0) },