summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.9/862-gpio_spi_driver.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-04-09 16:16:20 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-04-09 16:16:20 +0000
commit915969ff2c54f7c3396187dc477f1194362fe784 (patch)
treea9043596d781a6f3a41caee923fe67e035c73fcd /target/linux/generic/patches-3.9/862-gpio_spi_driver.patch
parentc3366cd164acfe68405c5fb92ddb8b2a8e8880c1 (diff)
downloadmtk-20170518-915969ff2c54f7c3396187dc477f1194362fe784.zip
mtk-20170518-915969ff2c54f7c3396187dc477f1194362fe784.tar.gz
mtk-20170518-915969ff2c54f7c3396187dc477f1194362fe784.tar.bz2
kernel: refresh patches against 3.9-rc6
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 36297
Diffstat (limited to 'target/linux/generic/patches-3.9/862-gpio_spi_driver.patch')
-rw-r--r--target/linux/generic/patches-3.9/862-gpio_spi_driver.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.9/862-gpio_spi_driver.patch b/target/linux/generic/patches-3.9/862-gpio_spi_driver.patch
index e68f808..29c735b 100644
--- a/target/linux/generic/patches-3.9/862-gpio_spi_driver.patch
+++ b/target/linux/generic/patches-3.9/862-gpio_spi_driver.patch
@@ -345,7 +345,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
-@@ -177,6 +177,15 @@ config SPI_GPIO
+@@ -178,6 +178,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.