aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/patches-3.3/0021-rtc-jz4740-fix-hwclock-give-time-out.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-03-10 13:24:54 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-03-10 13:24:54 +0000
commitb3bb99dc95490a602410824e23f100a30169b41f (patch)
tree832ad3651543af8d8b389554718972f65d7202aa /target/linux/xburst/patches-3.3/0021-rtc-jz4740-fix-hwclock-give-time-out.patch
parent3227cd693e63c54352d3a11f12b7b5118d56aba0 (diff)
downloadmaster-187ad058-b3bb99dc95490a602410824e23f100a30169b41f.tar.gz
master-187ad058-b3bb99dc95490a602410824e23f100a30169b41f.tar.bz2
master-187ad058-b3bb99dc95490a602410824e23f100a30169b41f.zip
xburst: remove 3.3 support
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35934 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/patches-3.3/0021-rtc-jz4740-fix-hwclock-give-time-out.patch')
-rw-r--r--target/linux/xburst/patches-3.3/0021-rtc-jz4740-fix-hwclock-give-time-out.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/xburst/patches-3.3/0021-rtc-jz4740-fix-hwclock-give-time-out.patch b/target/linux/xburst/patches-3.3/0021-rtc-jz4740-fix-hwclock-give-time-out.patch
deleted file mode 100644
index b68033d3bc..0000000000
--- a/target/linux/xburst/patches-3.3/0021-rtc-jz4740-fix-hwclock-give-time-out.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From a37ca6eb8cb52d620feff3323a3be4da24f5bee8 Mon Sep 17 00:00:00 2001
-From: Xiangfu <xiangfu@openmobilefree.net>
-Date: Fri, 16 Mar 2012 17:48:45 +0800
-Subject: [PATCH 21/21] rtc: jz4740 fix hwclock give time out
-
----
- drivers/rtc/rtc-jz4740.c | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
---- a/drivers/rtc/rtc-jz4740.c
-+++ b/drivers/rtc/rtc-jz4740.c
-@@ -280,6 +280,8 @@ static int __devinit jz4740_rtc_probe(st
- }
- }
-
-+ jz4740_rtc_ctrl_set_bits(rtc, JZ_RTC_CTRL_1HZ_IRQ, 1);
-+
- return 0;
-
- err_free_irq: