summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.28/920-04-spi-gpio-implement-spi-delay.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-19 16:11:07 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-19 16:11:07 +0000
commitd4a87b2a61bbf504ec6aeaa2051675d7476f2ba1 (patch)
tree849e9cc9623904788570caa895b1864a2cb101a6 /target/linux/generic-2.6/patches-2.6.28/920-04-spi-gpio-implement-spi-delay.patch
parent57d520448e0039af7f16671656574355e885cd7e (diff)
[kernel] update to 2.6.28.6
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14565 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.28/920-04-spi-gpio-implement-spi-delay.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.28/920-04-spi-gpio-implement-spi-delay.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.28/920-04-spi-gpio-implement-spi-delay.patch b/target/linux/generic-2.6/patches-2.6.28/920-04-spi-gpio-implement-spi-delay.patch
index b22408193..19032881b 100644
--- a/target/linux/generic-2.6/patches-2.6.28/920-04-spi-gpio-implement-spi-delay.patch
+++ b/target/linux/generic-2.6/patches-2.6.28/920-04-spi-gpio-implement-spi-delay.patch
@@ -4,10 +4,8 @@ Implement the SPI-GPIO delay function for busses that need speed limitation.
-Index: linux-2.6.28.5/drivers/spi/spi_gpio.c
-===================================================================
---- linux-2.6.28.5.orig/drivers/spi/spi_gpio.c 2009-02-15 18:53:47.000000000 +0100
-+++ linux-2.6.28.5/drivers/spi/spi_gpio.c 2009-02-15 19:08:58.000000000 +0100
+--- a/drivers/spi/spi_gpio.c
++++ b/drivers/spi/spi_gpio.c
@@ -21,6 +21,7 @@
#include <linux/init.h>
#include <linux/platform_device.h>