summaryrefslogtreecommitdiff
path: root/target/linux/ramips/patches-4.4/0901-spansion_nand_id_fix.patch
diff options
context:
space:
mode:
authorEtienne Haarsma <bladeoner112@gmail.com>2017-12-21 10:28:16 +0100
committerMathias Kresin <dev@kresin.me>2017-12-23 09:42:33 +0100
commitf8a441e02030dda0ef66a440105e28a3c43188bc (patch)
tree14df28ab5b54cb95e9054c2ae42596c2f1a7c348 /target/linux/ramips/patches-4.4/0901-spansion_nand_id_fix.patch
parentceea0ac25d987de1f84376405d38d43337d31cf5 (diff)
downloadmtk-20170518-f8a441e02030dda0ef66a440105e28a3c43188bc.zip
mtk-20170518-f8a441e02030dda0ef66a440105e28a3c43188bc.tar.gz
mtk-20170518-f8a441e02030dda0ef66a440105e28a3c43188bc.tar.bz2
kernel: bump 4.4 to 4.4.107
Bump 4.4 to 4.4.107 and refreshed all patches. Made the following patch for Mediatek and Oxnas compatible with kernel 4.4.107: 0072-mtd-backport-v4.7-0day-patches-from-Boris.patch Compile-tested: ar71xx Run-tested: ar71xx Signed-off-by: Etienne Haarsma <bladeoner112@gmail.com> Reviewed-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> Tested-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'target/linux/ramips/patches-4.4/0901-spansion_nand_id_fix.patch')
-rw-r--r--target/linux/ramips/patches-4.4/0901-spansion_nand_id_fix.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-4.4/0901-spansion_nand_id_fix.patch b/target/linux/ramips/patches-4.4/0901-spansion_nand_id_fix.patch
index e4853a8..7091085 100644
--- a/target/linux/ramips/patches-4.4/0901-spansion_nand_id_fix.patch
+++ b/target/linux/ramips/patches-4.4/0901-spansion_nand_id_fix.patch
@@ -13,7 +13,7 @@ Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
-@@ -3568,6 +3568,7 @@ static void nand_decode_ext_id(struct mt
+@@ -3571,6 +3571,7 @@ static void nand_decode_ext_id(struct mt
/*
* Field definitions are in the following datasheets:
* Old style (4,5 byte ID): Samsung K9GAG08U0M (p.32)
@@ -21,7 +21,7 @@ Signed-off-by: Nikolay Martynov <mar.kolya@gmail.com>
* New Samsung (6 byte ID): Samsung K9GAG08U0F (p.44)
* Hynix MLC (6 byte ID): Hynix H27UBG8T2B (p.22)
*
-@@ -3665,6 +3666,19 @@ static void nand_decode_ext_id(struct mt
+@@ -3668,6 +3669,19 @@ static void nand_decode_ext_id(struct mt
*busw = (extid & 0x01) ? NAND_BUSWIDTH_16 : 0;
/*