From c6744513a3eddddf9212d51bf310d25853002149 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 29 Jan 2013 11:06:57 +0000 Subject: [PATCH] fix mtd_mp25p80_add_gd25q32_gd25q64.patch SVN-Revision: 35378 --- ...ch => 010-mtd_mp25p80_add_gd25q32_gd25q64.patch} | 0 .../010-mtd_mp25p80_add_gd25q32_gd25q64.patch | 13 +++++++++++++ .../010-mtd_mp25p80_add_gd25q32_gd25q64.patch | 13 +++++++++++++ 3 files changed, 26 insertions(+) rename target/linux/generic/patches-3.6/{479-mtd_mp25p80_add_gd25q32_gd25q64.patch => 010-mtd_mp25p80_add_gd25q32_gd25q64.patch} (100%) create mode 100644 target/linux/generic/patches-3.7/010-mtd_mp25p80_add_gd25q32_gd25q64.patch create mode 100644 target/linux/generic/patches-3.8/010-mtd_mp25p80_add_gd25q32_gd25q64.patch 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 similarity index 100% rename from target/linux/generic/patches-3.6/479-mtd_mp25p80_add_gd25q32_gd25q64.patch rename to 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 0000000000..ddc27b104e --- /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 0000000000..ddc27b104e --- /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) }, -- 2.30.2