projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] add missing symbol
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.35
/
921-gpio_spi_driver.patch
diff --git
a/target/linux/generic/patches-2.6.35/921-gpio_spi_driver.patch
b/target/linux/generic/patches-2.6.35/921-gpio_spi_driver.patch
index
65f17b4
..
3ff575e
100644
(file)
--- a/
target/linux/generic/patches-2.6.35/921-gpio_spi_driver.patch
+++ b/
target/linux/generic/patches-2.6.35/921-gpio_spi_driver.patch
@@
-162,7
+162,7
@@
Please use the new mainline SPI-GPIO driver, as of 2.6.29.
+ } while (0)
+
+#define EXPAND_BITBANG_TXRX
+ } while (0)
+
+#define EXPAND_BITBANG_TXRX
-+#include
<linux/spi/spi_bitbang.h>
++#include
"spi_bitbang_txrx.h"
+
+static u32 spi_gpio_txrx_mode0(struct spi_device *spi,
+ unsigned nsecs, u32 word, u8 bits)
+
+static u32 spi_gpio_txrx_mode0(struct spi_device *spi,
+ unsigned nsecs, u32 word, u8 bits)
@@
-338,7
+338,7
@@
Please use the new mainline SPI-GPIO driver, as of 2.6.29.
+MODULE_LICENSE("GPL v2");
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
+MODULE_LICENSE("GPL v2");
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
-@@ -1
33,6 +13
3,15 @@ config SPI_GPIO
+@@ -1
43,6 +14
3,15 @@ config SPI_GPIO
GPIO operations, you should be able to leverage that for better
speed with a custom version of this driver; see the source code.
GPIO operations, you should be able to leverage that for better
speed with a custom version of this driver; see the source code.
@@
-356,9
+356,9
@@
Please use the new mainline SPI-GPIO driver, as of 2.6.29.
depends on ARCH_MXC
--- a/drivers/spi/Makefile
+++ b/drivers/spi/Makefile
depends on ARCH_MXC
--- a/drivers/spi/Makefile
+++ b/drivers/spi/Makefile
-@@ -22,6 +22,7 @@ obj-$(CONFIG_SPI_DESIGNWARE) += dw_spi.
- obj-$(CONFIG_SPI_DW_PCI) += dw_spi_pci.o
+@@ -23,6 +23,7 @@ obj-$(CONFIG_SPI_DW_PCI) += dw_spi_pci.
obj-$(CONFIG_SPI_DW_MMIO) += dw_spi_mmio.o
obj-$(CONFIG_SPI_DW_MMIO) += dw_spi_mmio.o
+ obj-$(CONFIG_SPI_EP93XX) += ep93xx_spi.o
obj-$(CONFIG_SPI_GPIO) += spi_gpio.o
+obj-$(CONFIG_SPI_GPIO_OLD) += spi_gpio_old.o
obj-$(CONFIG_SPI_IMX) += spi_imx.o
obj-$(CONFIG_SPI_GPIO) += spi_gpio.o
+obj-$(CONFIG_SPI_GPIO_OLD) += spi_gpio_old.o
obj-$(CONFIG_SPI_IMX) += spi_imx.o
This page took
0.043928 seconds
and
4
git commands to generate.