aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.6/165-MIPS-ath79-add-QCA955X-specific-glue-to-ath79_device.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-01-12 12:25:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-01-12 12:25:38 +0000
commit067615aea6818b25acea2bc12ad816a5905ab00b (patch)
treed790e392e1f96d29c16378347560ec27af8b2cde /target/linux/ar71xx/patches-3.6/165-MIPS-ath79-add-QCA955X-specific-glue-to-ath79_device.patch
parent54666428aed9abbb1b12cdcaaa462280b6e420c2 (diff)
downloadupstream-067615aea6818b25acea2bc12ad816a5905ab00b.tar.gz
upstream-067615aea6818b25acea2bc12ad816a5905ab00b.tar.bz2
upstream-067615aea6818b25acea2bc12ad816a5905ab00b.zip
ar71xx: remove 3.6 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35114 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.6/165-MIPS-ath79-add-QCA955X-specific-glue-to-ath79_device.patch')
-rw-r--r--target/linux/ar71xx/patches-3.6/165-MIPS-ath79-add-QCA955X-specific-glue-to-ath79_device.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/ar71xx/patches-3.6/165-MIPS-ath79-add-QCA955X-specific-glue-to-ath79_device.patch b/target/linux/ar71xx/patches-3.6/165-MIPS-ath79-add-QCA955X-specific-glue-to-ath79_device.patch
deleted file mode 100644
index f3e3b6eecf..0000000000
--- a/target/linux/ar71xx/patches-3.6/165-MIPS-ath79-add-QCA955X-specific-glue-to-ath79_device.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From 68368e80b4db83afe39664a7d43c8b5c7b8ac3b4 Mon Sep 17 00:00:00 2001
-From: Gabor Juhos <juhosg@openwrt.org>
-Date: Sun, 24 Jun 2012 13:49:33 +0200
-Subject: [PATCH 21/34] MIPS: ath79: add QCA955X specific glue to ath79_device_reset_{set,clear}
-
----
- arch/mips/ath79/common.c | 6 ++++--
- 1 files changed, 4 insertions(+), 2 deletions(-)
-
---- a/arch/mips/ath79/common.c
-+++ b/arch/mips/ath79/common.c
-@@ -70,7 +70,8 @@ void ath79_device_reset_set(u32 mask)
- reg = AR913X_RESET_REG_RESET_MODULE;
- else if (soc_is_ar933x())
- reg = AR933X_RESET_REG_RESET_MODULE;
-- else if (soc_is_ar934x())
-+ else if (soc_is_ar934x() ||
-+ soc_is_qca955x())
- reg = AR934X_RESET_REG_RESET_MODULE;
- else
- BUG();
-@@ -96,7 +97,8 @@ void ath79_device_reset_clear(u32 mask)
- reg = AR913X_RESET_REG_RESET_MODULE;
- else if (soc_is_ar933x())
- reg = AR933X_RESET_REG_RESET_MODULE;
-- else if (soc_is_ar934x())
-+ else if (soc_is_ar934x() ||
-+ soc_is_qca955x())
- reg = AR934X_RESET_REG_RESET_MODULE;
- else
- BUG();