diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2017-05-26 22:56:32 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-05-27 00:48:37 +0200 |
commit | 0b173759316f3eff85c5c41523cae376e907b7c7 (patch) | |
tree | 160a285fbf6b059eaf29946b37df4ea9475b1290 /target/linux/ramips/patches-4.9 | |
parent | 48e500570ee964e4e74c3f88cd518f2d3b1ba1ce (diff) | |
download | upstream-0b173759316f3eff85c5c41523cae376e907b7c7.tar.gz upstream-0b173759316f3eff85c5c41523cae376e907b7c7.tar.bz2 upstream-0b173759316f3eff85c5c41523cae376e907b7c7.zip |
kernel: update kernel 4.9 to 4.9.30
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ramips/patches-4.9')
-rw-r--r-- | target/linux/ramips/patches-4.9/0901-spansion_nand_id_fix.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/patches-4.9/0901-spansion_nand_id_fix.patch b/target/linux/ramips/patches-4.9/0901-spansion_nand_id_fix.patch index 3f06afbcb3..1d110cef64 100644 --- a/target/linux/ramips/patches-4.9/0901-spansion_nand_id_fix.patch +++ b/target/linux/ramips/patches-4.9/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 -@@ -3767,6 +3767,7 @@ static void nand_decode_ext_id(struct mt +@@ -3835,6 +3835,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) * -@@ -3864,6 +3865,19 @@ static void nand_decode_ext_id(struct mt +@@ -3932,6 +3933,19 @@ static void nand_decode_ext_id(struct mt *busw = (extid & 0x01) ? NAND_BUSWIDTH_16 : 0; /* |