diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-02-19 16:11:07 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-02-19 16:11:07 +0000 |
commit | d7b07dd5e93b44cb6ac3a2012886ed44314e4396 (patch) | |
tree | 849e9cc9623904788570caa895b1864a2cb101a6 /target/linux/generic-2.6 | |
parent | bc735485699eeaf13e7a1ece9cabbb81bec78a1b (diff) | |
download | upstream-d7b07dd5e93b44cb6ac3a2012886ed44314e4396.tar.gz upstream-d7b07dd5e93b44cb6ac3a2012886ed44314e4396.tar.bz2 upstream-d7b07dd5e93b44cb6ac3a2012886ed44314e4396.zip |
[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')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.28/920-03-spi-gpio-fix-miso-bit.patch | 6 | ||||
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.28/920-04-spi-gpio-implement-spi-delay.patch | 6 |
2 files changed, 4 insertions, 8 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.28/920-03-spi-gpio-fix-miso-bit.patch b/target/linux/generic-2.6/patches-2.6.28/920-03-spi-gpio-fix-miso-bit.patch index f4dd67efee..acc7bed920 100644 --- a/target/linux/generic-2.6/patches-2.6.28/920-03-spi-gpio-fix-miso-bit.patch +++ b/target/linux/generic-2.6/patches-2.6.28/920-03-spi-gpio-fix-miso-bit.patch @@ -7,10 +7,8 @@ Sanitize the value to a 0/1 boolean. -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 16:21:11.000000000 +0100 -+++ linux-2.6.28.5/drivers/spi/spi_gpio.c 2009-02-15 16:21:47.000000000 +0100 +--- a/drivers/spi/spi_gpio.c ++++ b/drivers/spi/spi_gpio.c @@ -114,7 +114,7 @@ static inline void setmosi(const struct static inline int getmiso(const struct spi_device *spi) 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 b224081935..19032881b8 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> |