diff options
author | Stijn Segers <francesco.borromini@inventati.org> | 2016-11-01 12:21:15 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-02 10:25:44 +0100 |
commit | 2f2ea7b44c6affb24426759b93d45d0aa26a74d5 (patch) | |
tree | 1bc9b86fd9b7cabf56a53b816615d20748073648 /target/linux/layerscape/patches-4.4/1095-mtd-spi-nor-simplify-write-loop.patch | |
parent | eefe07ef4dccfb5463be9350239a89731ba46a3c (diff) | |
download | upstream-2f2ea7b44c6affb24426759b93d45d0aa26a74d5.tar.gz upstream-2f2ea7b44c6affb24426759b93d45d0aa26a74d5.tar.bz2 upstream-2f2ea7b44c6affb24426759b93d45d0aa26a74d5.zip |
kernel: update kernel 4.4 to version 4.4.30
This patch bumps the 4.4 kernel from .28 to .30 and refreshes the patches.
Compile-tested on ar71xx, x86/64, ramips/mt7621, brcm47xx and kirkwood.
Run-tested on ar71xx & ramips/mt7621, brcm47xx and kirkwood (last two confirmed
by P. Wassi).
Signed-off-by: Stijn Segers <francesco.borromini@inventati.org>
Diffstat (limited to 'target/linux/layerscape/patches-4.4/1095-mtd-spi-nor-simplify-write-loop.patch')
-rw-r--r-- | target/linux/layerscape/patches-4.4/1095-mtd-spi-nor-simplify-write-loop.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/layerscape/patches-4.4/1095-mtd-spi-nor-simplify-write-loop.patch b/target/linux/layerscape/patches-4.4/1095-mtd-spi-nor-simplify-write-loop.patch index 8eb957db5d..f07694e7cf 100644 --- a/target/linux/layerscape/patches-4.4/1095-mtd-spi-nor-simplify-write-loop.patch +++ b/target/linux/layerscape/patches-4.4/1095-mtd-spi-nor-simplify-write-loop.patch @@ -18,7 +18,7 @@ Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@freescale.com> --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c -@@ -1017,8 +1017,8 @@ static int spi_nor_write(struct mtd_info +@@ -1018,8 +1018,8 @@ static int spi_nor_write(struct mtd_info size_t *retlen, const u_char *buf) { struct spi_nor *nor = mtd_to_spi_nor(mtd); @@ -29,7 +29,7 @@ Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@freescale.com> dev_dbg(nor->dev, "to 0x%08x, len %zd\n", (u32)to, len); -@@ -1026,45 +1026,37 @@ static int spi_nor_write(struct mtd_info +@@ -1027,45 +1027,37 @@ static int spi_nor_write(struct mtd_info if (ret) return ret; |