diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-11-05 11:22:43 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2018-11-05 16:00:00 +0100 |
commit | c764b2b531116d0bf7d285ac8fee29eea6a486cc (patch) | |
tree | 7ebfe1d3820173b4d11067fd30d5a911011eb73f /target/linux/generic/pending-4.14/477-mtd-add-spi-nor-add-mx25u3235f.patch | |
parent | 69734416d23d97c1e58c2cc1fcef535ce0c9ae13 (diff) | |
download | upstream-c764b2b531116d0bf7d285ac8fee29eea6a486cc.tar.gz upstream-c764b2b531116d0bf7d285ac8fee29eea6a486cc.tar.bz2 upstream-c764b2b531116d0bf7d285ac8fee29eea6a486cc.zip |
kernel: bump 4.14 to 4.14.79
Refreshed all patches.
Compile-tested on: ar71xx, cns3xxx, imx6, x86_64
Runtime-tested on: ar71xx, cns3xxx, imx6, x86_64
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/generic/pending-4.14/477-mtd-add-spi-nor-add-mx25u3235f.patch')
-rw-r--r-- | target/linux/generic/pending-4.14/477-mtd-add-spi-nor-add-mx25u3235f.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/pending-4.14/477-mtd-add-spi-nor-add-mx25u3235f.patch b/target/linux/generic/pending-4.14/477-mtd-add-spi-nor-add-mx25u3235f.patch index 191e01df7a..2d94959c5c 100644 --- a/target/linux/generic/pending-4.14/477-mtd-add-spi-nor-add-mx25u3235f.patch +++ b/target/linux/generic/pending-4.14/477-mtd-add-spi-nor-add-mx25u3235f.patch @@ -8,7 +8,7 @@ Signed-off-by: André Valentin <avalentin@marcant.net> --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c -@@ -1016,6 +1016,7 @@ static const struct flash_info spi_nor_i +@@ -1022,6 +1022,7 @@ static const struct flash_info spi_nor_i { "mx25l3205d", INFO(0xc22016, 0, 64 * 1024, 64, SECT_4K) }, { "mx25l3255e", INFO(0xc29e16, 0, 64 * 1024, 64, SECT_4K) }, { "mx25l6405d", INFO(0xc22017, 0, 64 * 1024, 128, SECT_4K) }, |