diff options
author | John Crispin <john@openwrt.org> | 2016-02-25 10:14:05 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-02-25 10:14:05 +0000 |
commit | 0834f9f07631a8857a96614e37cb21e1dc84ffb4 (patch) | |
tree | c62e777de69d8397ed7870991bc46d5648a20046 /target/linux/brcm2708/patches-4.1/0094-spi-bcm2708-Increase-timeout-from-150ms-to-1s.patch | |
parent | b3dc9566a46efa67951ff6ae28e4397da9db92af (diff) | |
download | upstream-0834f9f07631a8857a96614e37cb21e1dc84ffb4.tar.gz upstream-0834f9f07631a8857a96614e37cb21e1dc84ffb4.tar.bz2 upstream-0834f9f07631a8857a96614e37cb21e1dc84ffb4.zip |
brcm2708: remove linux 4.1 support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
SVN-Revision: 48766
Diffstat (limited to 'target/linux/brcm2708/patches-4.1/0094-spi-bcm2708-Increase-timeout-from-150ms-to-1s.patch')
-rw-r--r-- | target/linux/brcm2708/patches-4.1/0094-spi-bcm2708-Increase-timeout-from-150ms-to-1s.patch | 24 |
1 files changed, 0 insertions, 24 deletions
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 deleted file mode 100644 index 6fd883939d..0000000000 --- a/target/linux/brcm2708/patches-4.1/0094-spi-bcm2708-Increase-timeout-from-150ms-to-1s.patch +++ /dev/null @@ -1,24 +0,0 @@ -From 4010c36b7f0f07e4a7393152ce769994ef745aea Mon Sep 17 00:00:00 2001 -From: Phil Elwell <phil@raspberrypi.org> -Date: Tue, 30 Jun 2015 10:33:52 +0100 -Subject: [PATCH 094/222] 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; |