Hi Sergey,

On Wed, Jun 11, 2014 at 03:05:34AM +0400, Sergey Ryazanov wrote:
> This flash is used in newer Ubnt UniFi AP Pro
> 
> Signed-off-by: Sergey Ryazanov <ryazanov....@gmail.com>
> ---
>  ...-m25p80-add-support-for-EON-EN25QH128-flash.patch | 20 
> ++++++++++++++++++++
>  1 file changed, 20 insertions(+)
>  create mode 100644 
> target/linux/generic/patches-3.10/473-mtd-m25p80-add-support-for-EON-EN25QH128-flash.patch

Please add this patch to kernel 3.12, 3.13 and 3.14 as well. Also, send
it to linux-...@lists.infradead.org so it's merged upstream.

Luka

> diff --git 
> a/target/linux/generic/patches-3.10/473-mtd-m25p80-add-support-for-EON-EN25QH128-flash.patch
>  
> b/target/linux/generic/patches-3.10/473-mtd-m25p80-add-support-for-EON-EN25QH128-flash.patch
> new file mode 100644
> index 0000000..7b5ca98
> --- /dev/null
> +++ 
> b/target/linux/generic/patches-3.10/473-mtd-m25p80-add-support-for-EON-EN25QH128-flash.patch
> @@ -0,0 +1,20 @@
> +From 0233dcb52eefa0b29250a6d8a58b3143790df57d Mon Sep 17 00:00:00 2001
> +From: Sergey Ryazanov <ryazanov....@gmail.com>
> +Date: Wed, 11 Jun 2014 02:23:00 +0400
> +Subject: [PATCH] mtd: m25p80: add support for EON EN25QH128
> +
> +Signed-off-by: Sergey Ryazanov <ryazanov....@gmail.com>
> +---
> + drivers/mtd/devices/m25p80.c | 1 +
> + 1 file changed, 1 insertion(+)
> +
> +--- a/drivers/mtd/devices/m25p80.c
> ++++ b/drivers/mtd/devices/m25p80.c
> +@@ -737,6 +737,7 @@ static const struct spi_device_id m25p_i
> +     { "en25q32b", INFO(0x1c3016, 0, 64 * 1024,  64, 0) },
> +     { "en25p64", INFO(0x1c2017, 0, 64 * 1024, 128, 0) },
> +     { "en25q64", INFO(0x1c3017, 0, 64 * 1024, 128, SECT_4K) },
> ++    { "en25qh128", INFO(0x1c7018, 0, 64 * 1024, 256, 0) },
> +     { "en25qh256", INFO(0x1c7019, 0, 64 * 1024, 512, 0) },
> + 
> +     /* ESMT */
> -- 
> 1.8.1.5
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to