aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2018-10-23 09:42:00 +0200
committerRafał Miłecki <rafal@milecki.pl>2018-10-23 09:43:08 +0200
commit9b385b24967a53e88c31aee04ba629d276c4e69d (patch)
tree356ee1ecc147426f8f12b5cd2d17f7f5e095bfbb /target/linux/bcm53xx
parentbc3d47cd121baf85d53a3ee3f9d45df5ccf58f6f (diff)
downloadupstream-9b385b24967a53e88c31aee04ba629d276c4e69d.tar.gz
upstream-9b385b24967a53e88c31aee04ba629d276c4e69d.tar.bz2
upstream-9b385b24967a53e88c31aee04ba629d276c4e69d.zip
bcm53xx: use upstream SPI controller fix
This just moves patch to use 0xx prefix and includes maintainer's s-o-b. Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Diffstat (limited to 'target/linux/bcm53xx')
-rw-r--r--target/linux/bcm53xx/patches-4.14/081-spi-bcm-qspi-switch-back-to-reading-flash-using-smal.patch (renamed from target/linux/bcm53xx/patches-4.14/180-spi-bcm-qspi-switch-back-to-reading-flash-using-smal.patch)8
1 files changed, 5 insertions, 3 deletions
diff --git a/target/linux/bcm53xx/patches-4.14/180-spi-bcm-qspi-switch-back-to-reading-flash-using-smal.patch b/target/linux/bcm53xx/patches-4.14/081-spi-bcm-qspi-switch-back-to-reading-flash-using-smal.patch
index 4b3056591e..91b06b19fe 100644
--- a/target/linux/bcm53xx/patches-4.14/180-spi-bcm-qspi-switch-back-to-reading-flash-using-smal.patch
+++ b/target/linux/bcm53xx/patches-4.14/081-spi-bcm-qspi-switch-back-to-reading-flash-using-smal.patch
@@ -1,6 +1,7 @@
+From 940ec770c295682993d1cccce3081fd7c74fece8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= <rafal@milecki.pl>
-Date: Thu, 11 Oct 2018 09:07:31 +0200
-Subject: [PATCH FIX] spi: bcm-qspi: switch back to reading flash using smaller
+Date: Thu, 11 Oct 2018 09:42:17 +0200
+Subject: [PATCH] spi: bcm-qspi: switch back to reading flash using smaller
chunks
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
@@ -24,7 +25,8 @@ Switching back to 256 B reads fixes that problem and regression.
Fixes: 345309fa7c0c ("spi: bcm-qspi: Fix bcm_qspi_bspi_read() performance")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
-Cc: stable@vger.kernel.org # 4.11+
+Signed-off-by: Mark Brown <broonie@kernel.org>
+Cc: stable@vger.kernel.org
---
drivers/spi/spi-bcm-qspi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)