Browse Source

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 <[email protected]>

SVN-Revision: 37974
Gabor Juhos 12 years ago
parent
commit
2d49e32715

+ 0 - 0
target/linux/generic/patches-3.10/400-rootfs_split.patch → target/linux/generic/patches-3.10/400-mtd-add-rootfs-split-support.patch


+ 0 - 0
target/linux/generic/patches-3.10/410-mtd_info_move_forward_decl.patch → target/linux/generic/patches-3.10/410-mtd-move-forward-declaration-of-struct-mtd_info.patch


+ 0 - 0
target/linux/generic/patches-3.10/401-partial_eraseblock_write.patch → target/linux/generic/patches-3.10/411-mtd-partial_eraseblock_write.patch


+ 0 - 0
target/linux/generic/patches-3.10/478-mtd-partial_eraseblock_unlock.patch → target/linux/generic/patches-3.10/412-mtd-partial_eraseblock_unlock.patch


+ 0 - 0
target/linux/generic/patches-3.10/420-redboot_space.patch → target/linux/generic/patches-3.10/420-mtd-redboot_space.patch


+ 0 - 0
target/linux/generic/patches-3.10/430-mtd_myloader_partition_parser.patch → target/linux/generic/patches-3.10/430-mtd-add-myloader-partition-parser.patch


+ 0 - 0
target/linux/generic/patches-3.10/450-mtd_plat_nand_chip_fixup.patch → target/linux/generic/patches-3.10/450-mtd-nand-allow-to-use-platform-specific-chip-fixup.patch


+ 0 - 0
target/linux/generic/patches-3.10/451-mtd_fix_nand_correct_data_return_code.patch → target/linux/generic/patches-3.10/451-mtd-nand-fix-return-code-of-nand_correct_data-function.patch


+ 0 - 0
target/linux/generic/patches-3.10/460-cfi_cmdset_0002_no_erase_suspend.patch → target/linux/generic/patches-3.10/460-mtd-cfi_cmdset_0002-no-erase_suspend.patch


+ 0 - 0
target/linux/generic/patches-3.10/475-mtd_cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch → target/linux/generic/patches-3.10/461-mtd-cfi_cmdset_0002-add-buffer-write-cmd-timeout.patch


+ 2 - 2
target/linux/generic/patches-3.10/470-mtd_m25p80_add_pm25_flash_support.patch → 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;

+ 1 - 1
target/linux/generic/patches-3.10/476-mtd-m25p80-allow-to-disable-small-sector-erase.patch → 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 */