summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-09-13 17:24:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-09-13 17:24:25 +0000
commit2d49e32715b05280e6f6e3e0c0140f3a7423b951 (patch)
tree4e72504855796fdf4c3bbb48da4e10e66a35ccb8
parentad1c38fe97958d5b6f1545c4e5ef12022f95b8e7 (diff)
downloadmaster-31e0f0ae-2d49e32715b05280e6f6e3e0c0140f3a7423b951.tar.gz
master-31e0f0ae-2d49e32715b05280e6f6e3e0c0140f3a7423b951.tar.bz2
master-31e0f0ae-2d49e32715b05280e6f6e3e0c0140f3a7423b951.zip
generic/3.10: rename mtd patches
- change patch numbers to group the related stuff together, - add mtd prefix where it is missing, - use hyphens in the patch names Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37974
-rw-r--r--target/linux/generic/patches-3.10/400-mtd-add-rootfs-split-support.patch (renamed from target/linux/generic/patches-3.10/400-rootfs_split.patch)0
-rw-r--r--target/linux/generic/patches-3.10/410-mtd-move-forward-declaration-of-struct-mtd_info.patch (renamed from target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch)0
-rw-r--r--target/linux/generic/patches-3.10/411-mtd-partial_eraseblock_write.patch (renamed from target/linux/generic/patches-3.10/401-partial_eraseblock_write.patch)0
-rw-r--r--target/linux/generic/patches-3.10/412-mtd-partial_eraseblock_unlock.patch (renamed from target/linux/generic/patches-3.10/478-mtd-partial_eraseblock_unlock.patch)0
-rw-r--r--target/linux/generic/patches-3.10/420-mtd-redboot_space.patch (renamed from target/linux/generic/patches-3.10/420-redboot_space.patch)0
-rw-r--r--target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch (renamed from target/linux/generic/patches-3.10/430-mtd_myloader_partition_parser.patch)0
-rw-r--r--target/linux/generic/patches-3.10/450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch (renamed from target/linux/generic/patches-3.10/450-mtd_plat_nand_chip_fixup.patch)0
-rw-r--r--target/linux/generic/patches-3.10/451-mtd-nand-fix-return-code-of-nand_correct_data-function.patch (renamed from target/linux/generic/patches-3.10/451-mtd_fix_nand_correct_data_return_code.patch)0
-rw-r--r--target/linux/generic/patches-3.10/460-mtd-cfi_cmdset_0002-no-erase_suspend.patch (renamed from target/linux/generic/patches-3.10/460-cfi_cmdset_0002_no_erase_suspend.patch)0
-rw-r--r--target/linux/generic/patches-3.10/461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch (renamed from target/linux/generic/patches-3.10/475-mtd_cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch)0
-rw-r--r--target/linux/generic/patches-3.10/470-mtd-m25p80-add-pm25-flash-support.patch (renamed from target/linux/generic/patches-3.10/470-mtd_m25p80_add_pm25_flash_support.patch)4
-rw-r--r--target/linux/generic/patches-3.10/471-mtd-m25p80-allow-to-disable-small-sector-erase.patch (renamed from target/linux/generic/patches-3.10/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch)2
12 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-3.10/400-rootfs_split.patch b/target/linux/generic/patches-3.10/400-mtd-add-rootfs-split-support.patch
index 4cacf641d8..4cacf641d8 100644
--- a/target/linux/generic/patches-3.10/400-rootfs_split.patch
+++ b/target/linux/generic/patches-3.10/400-mtd-add-rootfs-split-support.patch
diff --git a/target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch b/target/linux/generic/patches-3.10/410-mtd-move-forward-declaration-of-struct-mtd_info.patch
index 4657b43abe..4657b43abe 100644
--- a/target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch
+++ b/target/linux/generic/patches-3.10/410-mtd-move-forward-declaration-of-struct-mtd_info.patch
diff --git a/target/linux/generic/patches-3.10/401-partial_eraseblock_write.patch b/target/linux/generic/patches-3.10/411-mtd-partial_eraseblock_write.patch
index fbc2d5f0e1..fbc2d5f0e1 100644
--- a/target/linux/generic/patches-3.10/401-partial_eraseblock_write.patch
+++ b/target/linux/generic/patches-3.10/411-mtd-partial_eraseblock_write.patch
diff --git a/target/linux/generic/patches-3.10/478-mtd-partial_eraseblock_unlock.patch b/target/linux/generic/patches-3.10/412-mtd-partial_eraseblock_unlock.patch
index 87c8257fe1..87c8257fe1 100644
--- a/target/linux/generic/patches-3.10/478-mtd-partial_eraseblock_unlock.patch
+++ b/target/linux/generic/patches-3.10/412-mtd-partial_eraseblock_unlock.patch
diff --git a/target/linux/generic/patches-3.10/420-redboot_space.patch b/target/linux/generic/patches-3.10/420-mtd-redboot_space.patch
index f74affcef7..f74affcef7 100644
--- a/target/linux/generic/patches-3.10/420-redboot_space.patch
+++ b/target/linux/generic/patches-3.10/420-mtd-redboot_space.patch
diff --git a/target/linux/generic/patches-3.10/430-mtd_myloader_partition_parser.patch b/target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch
index 026ba2b41a..026ba2b41a 100644
--- a/target/linux/generic/patches-3.10/430-mtd_myloader_partition_parser.patch
+++ b/target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch
diff --git a/target/linux/generic/patches-3.10/450-mtd_plat_nand_chip_fixup.patch b/target/linux/generic/patches-3.10/450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch
index af9389b53c..af9389b53c 100644
--- a/target/linux/generic/patches-3.10/450-mtd_plat_nand_chip_fixup.patch
+++ b/target/linux/generic/patches-3.10/450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch
diff --git a/target/linux/generic/patches-3.10/451-mtd_fix_nand_correct_data_return_code.patch b/target/linux/generic/patches-3.10/451-mtd-nand-fix-return-code-of-nand_correct_data-function.patch
index fa673059cc..fa673059cc 100644
--- a/target/linux/generic/patches-3.10/451-mtd_fix_nand_correct_data_return_code.patch
+++ b/target/linux/generic/patches-3.10/451-mtd-nand-fix-return-code-of-nand_correct_data-function.patch
diff --git a/target/linux/generic/patches-3.10/460-cfi_cmdset_0002_no_erase_suspend.patch b/target/linux/generic/patches-3.10/460-mtd-cfi_cmdset_0002-no-erase_suspend.patch
index 0854a564c6..0854a564c6 100644
--- a/target/linux/generic/patches-3.10/460-cfi_cmdset_0002_no_erase_suspend.patch
+++ b/target/linux/generic/patches-3.10/460-mtd-cfi_cmdset_0002-no-erase_suspend.patch
diff --git a/target/linux/generic/patches-3.10/475-mtd_cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch b/target/linux/generic/patches-3.10/461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch
index b5fae8aee7..b5fae8aee7 100644
--- a/target/linux/generic/patches-3.10/475-mtd_cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch
+++ b/target/linux/generic/patches-3.10/461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch
diff --git a/target/linux/generic/patches-3.10/470-mtd_m25p80_add_pm25_flash_support.patch b/target/linux/generic/patches-3.10/470-mtd-m25p80-add-pm25-flash-support.patch
index c8317fe25d..7e62e2862c 100644
--- a/target/linux/generic/patches-3.10/470-mtd_m25p80_add_pm25_flash_support.patch
+++ b/target/linux/generic/patches-3.10/470-mtd-m25p80-add-pm25-flash-support.patch
@@ -54,7 +54,7 @@ Changes in v2:
};
#define INFO(_jedec_id, _ext_id, _sector_size, _n_sectors, _flags) \
-@@ -762,6 +764,11 @@ static const struct spi_device_id m25p_i
+@@ -765,6 +767,11 @@ static const struct spi_device_id m25p_i
{ "n25q128a13", INFO(0x20ba18, 0, 64 * 1024, 256, 0) },
{ "n25q256a", INFO(0x20ba19, 0, 64 * 1024, 512, SECT_4K) },
@@ -66,7 +66,7 @@ Changes in v2:
/* Spansion -- single (large) sector size only, at least
* for the chips listed here (without boot sectors).
*/
-@@ -1014,6 +1021,9 @@ static int m25p_probe(struct spi_device
+@@ -1017,6 +1024,9 @@ static int m25p_probe(struct spi_device
if (info->flags & SECT_4K) {
flash->erase_opcode = OPCODE_BE_4K;
flash->mtd.erasesize = 4096;
diff --git a/target/linux/generic/patches-3.10/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch b/target/linux/generic/patches-3.10/471-mtd-m25p80-allow-to-disable-small-sector-erase.patch
index 0f4c02779e..971c9ed8b6 100644
--- a/target/linux/generic/patches-3.10/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch
+++ b/target/linux/generic/patches-3.10/471-mtd-m25p80-allow-to-disable-small-sector-erase.patch
@@ -30,7 +30,7 @@
/****************************************************************************/
struct m25p {
-@@ -1018,7 +1024,7 @@ static int m25p_probe(struct spi_device
+@@ -1021,7 +1027,7 @@ static int m25p_probe(struct spi_device
flash->mtd._write = m25p80_write;
/* prefer "small sector" erase if possible */