aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-03-16 07:40:54 +0000
committerJohn Crispin <john@openwrt.org>2015-03-16 07:40:54 +0000
commita992489e4b4c20a6445b343cfbee7fa62340c331 (patch)
tree4652e2bbd2aafd9590f07f45509b839ecae1ef96 /target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch
parentfe33c185bd7027bb37d8cc0b16ba2cea3e834ccd (diff)
downloadupstream-a992489e4b4c20a6445b343cfbee7fa62340c331.tar.gz
upstream-a992489e4b4c20a6445b343cfbee7fa62340c331.tar.bz2
upstream-a992489e4b4c20a6445b343cfbee7fa62340c331.zip
oxnas: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 44819
Diffstat (limited to 'target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch')
-rw-r--r--target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch b/target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch
deleted file mode 100644
index 1795a2a229..0000000000
--- a/target/linux/oxnas/patches-3.14/310-oxnas-clocksource.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/drivers/clocksource/Kconfig
-+++ b/drivers/clocksource/Kconfig
-@@ -140,3 +140,9 @@ config VF_PIT_TIMER
- bool
- help
- Support for Period Interrupt Timer on Freescale Vybrid Family SoCs.
-+
-+config CLKSRC_RPS_TIMER
-+ def_bool y if ARCH_OXNAS
-+ select CLKSRC_MMIO
-+ help
-+ This option enables support for the oxnas rps timers.
---- a/drivers/clocksource/Makefile
-+++ b/drivers/clocksource/Makefile
-@@ -37,3 +37,5 @@ obj-$(CONFIG_ARM_ARCH_TIMER) += arm_arc
- obj-$(CONFIG_ARM_GLOBAL_TIMER) += arm_global_timer.o
- obj-$(CONFIG_CLKSRC_METAG_GENERIC) += metag_generic.o
- obj-$(CONFIG_ARCH_HAS_TICK_BROADCAST) += dummy_timer.o
-+
-+obj-$(CONFIG_CLKSRC_RPS_TIMER) += oxnas_rps_timer.o