aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-5.4/410-spi-ath79-Implement-the-spi_mem-interface.patch
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2020-04-14 17:55:55 +0200
committerPetr Štetiar <ynezz@true.cz>2020-04-14 21:58:16 +0200
commit0bea89a1d0f98af102cef32d6a8302bc28606180 (patch)
tree82c1873d07a13ec8e0e8ab1e30aa53ba09e3f947 /target/linux/ath79/patches-5.4/410-spi-ath79-Implement-the-spi_mem-interface.patch
parent9abf01246efc858b92f8211e37ecd0435e1a0474 (diff)
downloadupstream-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/410-spi-ath79-Implement-the-spi_mem-interface.patch')
-rw-r--r--target/linux/ath79/patches-5.4/410-spi-ath79-Implement-the-spi_mem-interface.patch6
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>