kernel: bump 3.18 to 3.18.119

Refreshed all patches.

Compile-tested on: adm5120, adm8668, au1000, mcs814x, ppc40x, ppc44x, xburst
Runtime-tested on: none

Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
This commit is contained in:
Koen Vandeputte
2018-08-20 10:43:09 +02:00
parent 1f7ce19df2
commit 548182bc6d
46 changed files with 173 additions and 198 deletions

View File

@@ -10,7 +10,7 @@ Avoid sending unnecessary READ commands to the chip.
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -1360,9 +1360,16 @@ static int nand_read_page_hwecc_oob_firs
@@ -1365,9 +1365,16 @@ static int nand_read_page_hwecc_oob_firs
unsigned int max_bitflips = 0;
/* Read the OOB area first */
@@ -30,7 +30,7 @@ Avoid sending unnecessary READ commands to the chip.
for (i = 0; i < chip->ecc.total; i++)
ecc_code[i] = chip->oob_poi[eccpos[i]];
@@ -1575,7 +1582,9 @@ static int nand_do_read_ops(struct mtd_i
@@ -1580,7 +1587,9 @@ static int nand_do_read_ops(struct mtd_i
__func__, buf);
read_retry:

View File

@@ -10,7 +10,7 @@ Subject: [PATCH 3/7] NAND: Add support for subpage reads for
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -1393,6 +1393,75 @@ static int nand_read_page_hwecc_oob_firs
@@ -1398,6 +1398,75 @@ static int nand_read_page_hwecc_oob_firs
}
/**
@@ -86,7 +86,7 @@ Subject: [PATCH 3/7] NAND: Add support for subpage reads for
* nand_read_page_syndrome - [REPLACEABLE] hardware ECC syndrome based page read
* @mtd: mtd info structure
* @chip: nand chip info structure
@@ -3950,8 +4019,14 @@ int nand_scan_tail(struct mtd_info *mtd)
@@ -3961,8 +4030,14 @@ int nand_scan_tail(struct mtd_info *mtd)
pr_warn("No ECC functions supplied; hardware ECC not possible\n");
BUG();
}

View File

@@ -11,7 +11,7 @@ The spi_gpio driver does not support 3-wire mode.
--- a/arch/mips/jz4740/board-qi_lb60.c
+++ b/arch/mips/jz4740/board-qi_lb60.c
@@ -312,7 +312,6 @@ static struct spi_board_info qi_lb60_spi
@@ -313,7 +313,6 @@ static struct spi_board_info qi_lb60_spi
.chip_select = 0,
.bus_num = 1,
.max_speed_hz = 30 * 1000,