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/ath79/patches-5.4 | |
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/ath79/patches-5.4')
-rw-r--r-- | target/linux/ath79/patches-5.4/410-spi-ath79-Implement-the-spi_mem-interface.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/ath79/patches-5.4/410-spi-ath79-Implement-the-spi_mem-interface.patch b/target/linux/ath79/patches-5.4/410-spi-ath79-Implement-the-spi_mem-interface.patch index 81a328f8f6..2a6b9857fb 100644 --- a/target/linux/ath79/patches-5.4/410-spi-ath79-Implement-the-spi_mem-interface.patch +++ b/target/linux/ath79/patches-5.4/410-spi-ath79-Implement-the-spi_mem-interface.patch @@ -8,10 +8,8 @@ Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com> drivers/spi/spi-ath79.c | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) -Index: linux-5.4.22/drivers/spi/spi-ath79.c -=================================================================== ---- linux-5.4.22.orig/drivers/spi/spi-ath79.c -+++ linux-5.4.22/drivers/spi/spi-ath79.c +--- a/drivers/spi/spi-ath79.c ++++ b/drivers/spi/spi-ath79.c @@ -15,6 +15,7 @@ #include <linux/platform_device.h> #include <linux/io.h> |