From d8cac882ed1b2571c18da85f3cf3d151f5e4a332 Mon Sep 17 00:00:00 2001 From: luka Date: Mon, 10 Mar 2014 01:06:48 +0000 Subject: [PATCH] kernel/generic: drop already upstreamed patch Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39855 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...-mtd_m25p80_add_support_for_esmt_f25l32pa.patch | 37 ---------------------- ...-mtd_m25p80_add_support_for_esmt_f25l32pa.patch | 37 ---------------------- 2 files changed, 74 deletions(-) delete mode 100644 target/linux/generic/patches-3.13/009-mtd_m25p80_add_support_for_esmt_f25l32pa.patch delete mode 100644 target/linux/generic/patches-3.14/009-mtd_m25p80_add_support_for_esmt_f25l32pa.patch diff --git a/target/linux/generic/patches-3.13/009-mtd_m25p80_add_support_for_esmt_f25l32pa.patch b/target/linux/generic/patches-3.13/009-mtd_m25p80_add_support_for_esmt_f25l32pa.patch deleted file mode 100644 index 6cb1fb2e27..0000000000 --- a/target/linux/generic/patches-3.13/009-mtd_m25p80_add_support_for_esmt_f25l32pa.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 7d75ef5f56dbc2bedb9a893eb9ecfd03c456338d Mon Sep 17 00:00:00 2001 -From: Flavio Silveira -Date: Thu, 29 Aug 2013 08:51:48 -0300 -Subject: [PATCH v2] mtd: m25p80: Add support for ESMT F25L32PA - -This flashchip is used in D-Link DIR-610 A1 router board -and maybe several others, yet is not kernel upstream. - -So add support for it according to datasheet [0], making it easier -to support other boards using this flashchip in the future. - -Changelog v2: - - Better description - - Datasheet link at the bottom, similar to other patches. - -[0] http://www.esmt.com.tw/DB/manager/upload/F25L32PA.pdf - -Signed-off-by: Flavio Silveira ---- - drivers/mtd/devices/m25p80.c | 3 +++ - 1 file changed, 3 insertions(+) - - http://patchwork.ozlabs.org/patch/272438/ - http://lists.infradead.org/pipermail/linux-mtd/2013-September/048511.html - ---- a/drivers/mtd/devices/m25p80.c -+++ b/drivers/mtd/devices/m25p80.c -@@ -750,6 +750,9 @@ static const struct spi_device_id m25p_i - /* ESMT */ - { "f25l32pa", INFO(0x8c2016, 0, 64 * 1024, 64, SECT_4K) }, - -+ /* ESMT */ -+ { "f25l32pa", INFO(0x8c2016, 0, 64 * 1024, 64, SECT_4K) }, -+ - /* Everspin */ - { "mr25h256", CAT25_INFO( 32 * 1024, 1, 256, 2, M25P_NO_ERASE | M25P_NO_FR) }, - { "mr25h10", CAT25_INFO(128 * 1024, 1, 256, 3, M25P_NO_ERASE | M25P_NO_FR) }, diff --git a/target/linux/generic/patches-3.14/009-mtd_m25p80_add_support_for_esmt_f25l32pa.patch b/target/linux/generic/patches-3.14/009-mtd_m25p80_add_support_for_esmt_f25l32pa.patch deleted file mode 100644 index 7f9de4e8d3..0000000000 --- a/target/linux/generic/patches-3.14/009-mtd_m25p80_add_support_for_esmt_f25l32pa.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 7d75ef5f56dbc2bedb9a893eb9ecfd03c456338d Mon Sep 17 00:00:00 2001 -From: Flavio Silveira -Date: Thu, 29 Aug 2013 08:51:48 -0300 -Subject: [PATCH v2] mtd: m25p80: Add support for ESMT F25L32PA - -This flashchip is used in D-Link DIR-610 A1 router board -and maybe several others, yet is not kernel upstream. - -So add support for it according to datasheet [0], making it easier -to support other boards using this flashchip in the future. - -Changelog v2: - - Better description - - Datasheet link at the bottom, similar to other patches. - -[0] http://www.esmt.com.tw/DB/manager/upload/F25L32PA.pdf - -Signed-off-by: Flavio Silveira ---- - drivers/mtd/devices/m25p80.c | 3 +++ - 1 file changed, 3 insertions(+) - - http://patchwork.ozlabs.org/patch/272438/ - http://lists.infradead.org/pipermail/linux-mtd/2013-September/048511.html - ---- a/drivers/mtd/devices/m25p80.c -+++ b/drivers/mtd/devices/m25p80.c -@@ -908,6 +908,9 @@ static const struct spi_device_id m25p_i - /* ESMT */ - { "f25l32pa", INFO(0x8c2016, 0, 64 * 1024, 64, SECT_4K) }, - -+ /* ESMT */ -+ { "f25l32pa", INFO(0x8c2016, 0, 64 * 1024, 64, SECT_4K) }, -+ - /* Everspin */ - { "mr25h256", CAT25_INFO( 32 * 1024, 1, 256, 2, M25P_NO_ERASE | M25P_NO_FR) }, - { "mr25h10", CAT25_INFO(128 * 1024, 1, 256, 3, M25P_NO_ERASE | M25P_NO_FR) }, -- 2.11.0