From 208ab54e3e9516dd9fcf1ce197950044e0bebd90 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 17 Jul 2015 12:48:39 +0000 Subject: brcm2708: add linux 4.1 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 46399 --- ...bcm2708-Increase-timeout-from-150ms-to-1s.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 target/linux/brcm2708/patches-4.1/0094-spi-bcm2708-Increase-timeout-from-150ms-to-1s.patch (limited to 'target/linux/brcm2708/patches-4.1/0094-spi-bcm2708-Increase-timeout-from-150ms-to-1s.patch') diff --git a/target/linux/brcm2708/patches-4.1/0094-spi-bcm2708-Increase-timeout-from-150ms-to-1s.patch b/target/linux/brcm2708/patches-4.1/0094-spi-bcm2708-Increase-timeout-from-150ms-to-1s.patch new file mode 100644 index 0000000000..9be4757b5f --- /dev/null +++ b/target/linux/brcm2708/patches-4.1/0094-spi-bcm2708-Increase-timeout-from-150ms-to-1s.patch @@ -0,0 +1,24 @@ +From 04f7264e602d7148822f3a162176190fcc41f71a Mon Sep 17 00:00:00 2001 +From: Phil Elwell +Date: Tue, 30 Jun 2015 10:33:52 +0100 +Subject: [PATCH 094/121] spi-bcm2708: Increase timeout from 150ms to 1s + +See: https://github.com/raspberrypi/linux/issues/260 +--- + drivers/spi/spi-bcm2708.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +--- a/drivers/spi/spi-bcm2708.c ++++ b/drivers/spi/spi-bcm2708.c +@@ -70,9 +70,9 @@ + #define SPI_CS_CS_10 0x00000002 + #define SPI_CS_CS_01 0x00000001 + +-#define SPI_TIMEOUT_MS 150 ++#define SPI_TIMEOUT_MS 1000 + +-#define DRV_NAME "bcm2708_spi" ++#define DRV_NAME "bcm2708_spi" + + struct bcm2708_spi { + spinlock_t lock; -- cgit v1.2.3