diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2013-07-22 18:42:36 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2013-07-22 18:42:36 +0000 |
commit | 44745f714e6d72ab09684d937f2fd87699511f52 (patch) | |
tree | f2a5ed3512b164d80d8cb904c62bdc7ccc48b9af /target/linux/xburst/patches-3.8/0021-rtc-jz4740-fix-hwclock-give-time-out.patch | |
parent | 32a83db34718f3145068d8f0af010320430d68c0 (diff) | |
download | upstream-44745f714e6d72ab09684d937f2fd87699511f52.tar.gz upstream-44745f714e6d72ab09684d937f2fd87699511f52.tar.bz2 upstream-44745f714e6d72ab09684d937f2fd87699511f52.zip |
xburst: Remove 3.8 support
3.8 support for this platform is broken, so remove it.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
SVN-Revision: 37511
Diffstat (limited to 'target/linux/xburst/patches-3.8/0021-rtc-jz4740-fix-hwclock-give-time-out.patch')
-rw-r--r-- | target/linux/xburst/patches-3.8/0021-rtc-jz4740-fix-hwclock-give-time-out.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/xburst/patches-3.8/0021-rtc-jz4740-fix-hwclock-give-time-out.patch b/target/linux/xburst/patches-3.8/0021-rtc-jz4740-fix-hwclock-give-time-out.patch deleted file mode 100644 index b696981792..0000000000 --- a/target/linux/xburst/patches-3.8/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 jz4740_rtc_probe(struct platf - } - } - -+ jz4740_rtc_ctrl_set_bits(rtc, JZ_RTC_CTRL_1HZ_IRQ, 1); -+ - return 0; - - err_free_irq: |