diff options
author | Petr Štetiar <ynezz@true.cz> | 2020-04-14 17:55:55 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-04-14 21:58:16 +0200 |
commit | 0bea89a1d0f98af102cef32d6a8302bc28606180 (patch) | |
tree | 82c1873d07a13ec8e0e8ab1e30aa53ba09e3f947 /target/linux/ipq40xx | |
parent | 9abf01246efc858b92f8211e37ecd0435e1a0474 (diff) | |
download | upstream-0bea89a1d0f98af102cef32d6a8302bc28606180.tar.gz upstream-0bea89a1d0f98af102cef32d6a8302bc28606180.tar.bz2 upstream-0bea89a1d0f98af102cef32d6a8302bc28606180.zip |
kernel: bump 5.4 to 5.4.32
Refreshed patches, removed upstreamed patches:
generic: 746-stable-net-dsa-mt7530-fix-null-pointer-dereferencing-in-por.patch
Run tested: qemu-x86-64, apalis
Build tested: x86/64, imx6, sunxi/a53
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux/ipq40xx')
-rw-r--r-- | target/linux/ipq40xx/patches-5.4/304-mtd-spi-nor-Add-support-for-mx25r3235f.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/patches-5.4/304-mtd-spi-nor-Add-support-for-mx25r3235f.patch b/target/linux/ipq40xx/patches-5.4/304-mtd-spi-nor-Add-support-for-mx25r3235f.patch index 476673077d..ba0447b20e 100644 --- a/target/linux/ipq40xx/patches-5.4/304-mtd-spi-nor-Add-support-for-mx25r3235f.patch +++ b/target/linux/ipq40xx/patches-5.4/304-mtd-spi-nor-Add-support-for-mx25r3235f.patch @@ -15,7 +15,7 @@ Signed-off-by: David Bauer <mail@david-bauer.net> --- a/drivers/mtd/spi-nor/spi-nor.c +++ b/drivers/mtd/spi-nor/spi-nor.c -@@ -2286,6 +2286,8 @@ static const struct flash_info spi_nor_i +@@ -2313,6 +2313,8 @@ static const struct flash_info spi_nor_i { "mx25u6435f", INFO(0xc22537, 0, 64 * 1024, 128, SECT_4K) }, { "mx25l12805d", INFO(0xc22018, 0, 64 * 1024, 256, 0) }, { "mx25l12855e", INFO(0xc22618, 0, 64 * 1024, 256, 0) }, |