diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 10:59:40 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-02-23 10:59:40 +0000 |
commit | a73d292127dd4e60f2003c476b68a1782afaee4b (patch) | |
tree | 6893168321baffe3f667d58069ad8717ff714e42 /target/linux/brcm63xx/patches-3.10 | |
parent | ad705417a3d3a154cb5c2605c98081ba0df83329 (diff) | |
download | upstream-a73d292127dd4e60f2003c476b68a1782afaee4b.tar.gz upstream-a73d292127dd4e60f2003c476b68a1782afaee4b.tar.bz2 upstream-a73d292127dd4e60f2003c476b68a1782afaee4b.zip |
kernel: update 3.10 to 3.10.32
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39707 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm63xx/patches-3.10')
-rw-r--r-- | target/linux/brcm63xx/patches-3.10/054-spi-bcm63xx-don-t-substract-prepend-length-from-tota.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/target/linux/brcm63xx/patches-3.10/054-spi-bcm63xx-don-t-substract-prepend-length-from-tota.patch b/target/linux/brcm63xx/patches-3.10/054-spi-bcm63xx-don-t-substract-prepend-length-from-tota.patch deleted file mode 100644 index 422474546f..0000000000 --- a/target/linux/brcm63xx/patches-3.10/054-spi-bcm63xx-don-t-substract-prepend-length-from-tota.patch +++ /dev/null @@ -1,26 +0,0 @@ -From e85583b12b023773b488cf8406f11719a4037461 Mon Sep 17 00:00:00 2001 -From: Jonas Gorski <jogo@openwrt.org> -Date: Sun, 1 Dec 2013 16:16:44 +0100 -Subject: [PATCH 1/2] spi/bcm63xx: don't substract prepend length from total - length - -The spi command must include the full message length including any -prepended writes, else transfers larger than 256 bytes will be -incomplete. - -Signed-off-by: Jonas Gorski <jogo@openwrt.org> ---- - drivers/spi/spi-bcm63xx.c | 2 -- - 1 file changed, 2 deletions(-) - ---- a/drivers/spi/spi-bcm63xx.c -+++ b/drivers/spi/spi-bcm63xx.c -@@ -180,8 +180,6 @@ static int bcm63xx_txrx_bufs(struct spi_ - transfer_list); - } - -- len -= prepend_len; -- - init_completion(&bs->done); - - /* Fill in the Message control register */ |