aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/coldfire/patches/030-Add-SPI-device-configuration-for-FXS-and-FXO-on-MCF5.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-02-04 15:23:10 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-02-04 15:23:10 +0000
commit5c4e7151fbabb20bacc372237dc13598117fab64 (patch)
tree2228db80941708e1ce07a929ea9fc9096806d27a /target/linux/coldfire/patches/030-Add-SPI-device-configuration-for-FXS-and-FXO-on-MCF5.patch
parentc398e877022f5e76f06e54d4eb0601f166859062 (diff)
downloadmaster-187ad058-5c4e7151fbabb20bacc372237dc13598117fab64.tar.gz
master-187ad058-5c4e7151fbabb20bacc372237dc13598117fab64.tar.bz2
master-187ad058-5c4e7151fbabb20bacc372237dc13598117fab64.zip
coldfire: R.I.P.
The target still uses 2.6.38. The support of that kernel version has been removed ~9 months ago. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35489 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/coldfire/patches/030-Add-SPI-device-configuration-for-FXS-and-FXO-on-MCF5.patch')
-rw-r--r--target/linux/coldfire/patches/030-Add-SPI-device-configuration-for-FXS-and-FXO-on-MCF5.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/target/linux/coldfire/patches/030-Add-SPI-device-configuration-for-FXS-and-FXO-on-MCF5.patch b/target/linux/coldfire/patches/030-Add-SPI-device-configuration-for-FXS-and-FXO-on-MCF5.patch
deleted file mode 100644
index 0f4e843e2d..0000000000
--- a/target/linux/coldfire/patches/030-Add-SPI-device-configuration-for-FXS-and-FXO-on-MCF5.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 2a73218ebe0bdca04cc9299da50d7f079ca46a7d Mon Sep 17 00:00:00 2001
-From: Alison Wang <b18965@freescale.com>
-Date: Thu, 4 Aug 2011 09:59:47 +0800
-Subject: [PATCH 30/52] Add SPI device configuration for FXS and FXO on MCF54451 platform
-
-Add SPI device configuration for FXS and FXO on MCF54451 platform.
-So FXS and FXO drivers can use SPI subsystem interfaces for the SPI
-read and write operations. So as to fix the confliction between FXO/FXS
-with other SPI devices.
-
-Signed-off-by: Alison Wang <b18965@freescale.com>
----
- drivers/spi/Kconfig | 14 ++++++++++++++
- 1 files changed, 14 insertions(+), 0 deletions(-)
-
---- a/drivers/spi/Kconfig
-+++ b/drivers/spi/Kconfig
-@@ -189,6 +189,20 @@ config SPI_COLDFIRE_DSPI_EDMA
- help
- Say "yes" if you want DSPI master driver to use eDMA for transfers.
-
-+config VOIP_FXS
-+ boolean "Coldfire VoIP FXS driver"
-+ depends on M54451 && SPI_MASTER && SPI_DSPI
-+ default n
-+ help
-+ Say "yes" if you want VoIP FXS driver to use DSPI for transfers.
-+
-+config VOIP_FXO
-+ boolean "Coldfire VoIP FXO driver"
-+ depends on M54451 && SPI_MASTER && SPI_DSPI
-+ default n
-+ help
-+ Say "yes" if you want VoIP FXO driver to use DSPI for transfers.
-+
- config SPI_IMX_VER_IMX1
- def_bool y if SOC_IMX1
-