aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.10
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2013-07-15 21:05:53 +0000
committerJohn Crispin <blogic@openwrt.org>2013-07-15 21:05:53 +0000
commite411781235926553672b8b9c86993b3d565284f8 (patch)
tree16f75ace63ea338d245751a654143fdb2bd8f4da /target/linux/generic/patches-3.10
parent557151229e5ad389a206ea278783ebff08e32c2b (diff)
downloadupstream-e411781235926553672b8b9c86993b3d565284f8.tar.gz
upstream-e411781235926553672b8b9c86993b3d565284f8.tar.bz2
upstream-e411781235926553672b8b9c86993b3d565284f8.zip
kernel: v3.10 has no GENERIC_GPIO anymore
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37355 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-3.10')
-rw-r--r--target/linux/generic/patches-3.10/726-phy_rtl8366.patch2
-rw-r--r--target/linux/generic/patches-3.10/862-gpio_spi_driver.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-3.10/726-phy_rtl8366.patch b/target/linux/generic/patches-3.10/726-phy_rtl8366.patch
index c57dc18ae8..cbb5ce194a 100644
--- a/target/linux/generic/patches-3.10/726-phy_rtl8366.patch
+++ b/target/linux/generic/patches-3.10/726-phy_rtl8366.patch
@@ -6,7 +6,7 @@
+config RTL8366_SMI
+ tristate "Driver for the RTL8366 SMI interface"
-+ depends on GENERIC_GPIO
++ depends on GPIOLIB
+ ---help---
+ This module implements the SMI interface protocol which is used
+ by some RTL8366 ethernet switch devices via the generic GPIO API.
diff --git a/target/linux/generic/patches-3.10/862-gpio_spi_driver.patch b/target/linux/generic/patches-3.10/862-gpio_spi_driver.patch
index 80badc674a..2d79cdeeb8 100644
--- a/target/linux/generic/patches-3.10/862-gpio_spi_driver.patch
+++ b/target/linux/generic/patches-3.10/862-gpio_spi_driver.patch
@@ -351,7 +351,7 @@ Please use the new mainline SPI-GPIO driver, as of 2.6.29.
+config SPI_GPIO_OLD
+ tristate "Old GPIO API based bitbanging SPI controller (DEPRECATED)"
-+ depends on SPI_MASTER && GENERIC_GPIO
++ depends on SPI_MASTER && GPIOLIB
+ select SPI_BITBANG
+ help
+ This code is deprecated. Please use the new mainline SPI-GPIO driver.