aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.14/434-spi-ap83_spi_controller.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-16 07:40:09 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-16 07:40:09 +0000
commit63894eb6f7047d8777572d663d172f64c53852bb (patch)
tree6f59aec9ab0980eca2b1e69dd23eecfb4a8071df /target/linux/ar71xx/patches-3.14/434-spi-ap83_spi_controller.patch
parentadc39a912ad66671b8a5d4b9c333f5395d637197 (diff)
downloadmaster-187ad058-63894eb6f7047d8777572d663d172f64c53852bb.tar.gz
master-187ad058-63894eb6f7047d8777572d663d172f64c53852bb.tar.bz2
master-187ad058-63894eb6f7047d8777572d663d172f64c53852bb.zip
ar71xx: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44815 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.14/434-spi-ap83_spi_controller.patch')
-rw-r--r--target/linux/ar71xx/patches-3.14/434-spi-ap83_spi_controller.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/target/linux/ar71xx/patches-3.14/434-spi-ap83_spi_controller.patch b/target/linux/ar71xx/patches-3.14/434-spi-ap83_spi_controller.patch
deleted file mode 100644
index a67e8084a2..0000000000
--- a/target/linux/ar71xx/patches-3.14/434-spi-ap83_spi_controller.patch
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/drivers/spi/Makefile
-+++ b/drivers/spi/Makefile
-@@ -12,6 +12,7 @@ obj-$(CONFIG_SPI_SPIDEV) += spidev.o
- # SPI master controller drivers (bus)
- obj-$(CONFIG_SPI_ALTERA) += spi-altera.o
- obj-$(CONFIG_SPI_ATMEL) += spi-atmel.o
-+obj-$(CONFIG_SPI_AP83) += spi-ap83.o
- obj-$(CONFIG_SPI_ATH79) += spi-ath79.o
- obj-$(CONFIG_SPI_AU1550) += spi-au1550.o
- obj-$(CONFIG_SPI_BCM2835) += spi-bcm2835.o
---- a/drivers/spi/Kconfig
-+++ b/drivers/spi/Kconfig
-@@ -59,6 +59,14 @@ config SPI_ALTERA
- help
- This is the driver for the Altera SPI Controller.
-
-+config SPI_AP83
-+ tristate "Atheros AP83 specific SPI Controller"
-+ depends on SPI_MASTER && ATH79_MACH_AP83
-+ select SPI_BITBANG
-+ help
-+ This is a specific SPI controller driver for the Atheros AP83
-+ reference board.
-+
- config SPI_ATH79
- tristate "Atheros AR71XX/AR724X/AR913X SPI controller driver"
- depends on ATH79 && GPIOLIB