summaryrefslogtreecommitdiff
path: root/patches/arm-at91-tclib-default-to-tclib-timer-for-rt.patch
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2015-11-18 16:22:39 +0100
committerSebastian Andrzej Siewior <bigeasy@linutronix.de>2015-11-18 16:22:39 +0100
commit3f1c9e7b4ba7cefa263a3af0156881f53f60ef09 (patch)
tree199e07093f51f7d53dfb45cf0e63e1b7c23e78f7 /patches/arm-at91-tclib-default-to-tclib-timer-for-rt.patch
parent213397b608b539ee53fd3a8baddb5120e04054d5 (diff)
downloadlinux-rt-3f1c9e7b4ba7cefa263a3af0156881f53f60ef09.tar.gz
[ANNOUNCE] 4.1.13-rt14v4.1.13-rt14-patches
Dear RT folks! I'm pleased to announce the v4.1.13-rt14 patch set. Changes since v4.1.12-rt13: none. Known issues: You can get this release via the git tree at: git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt-rebase git://git.kernel.org/pub/scm/linux/kernel/git/rt/linux-rt-devel.git linux-4.1.y-rt-queue The RT patch against 4.1.3 can be found here: https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.1/patch-4.1.13-rt14.patch.xz The split quilt queue is available at: https://cdn.kernel.org/pub/linux/kernel/projects/rt/4.1/patches-4.1.13-rt14.tar.xz Sebastian Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Diffstat (limited to 'patches/arm-at91-tclib-default-to-tclib-timer-for-rt.patch')
-rw-r--r--patches/arm-at91-tclib-default-to-tclib-timer-for-rt.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/patches/arm-at91-tclib-default-to-tclib-timer-for-rt.patch b/patches/arm-at91-tclib-default-to-tclib-timer-for-rt.patch
index 843324898922..f81c2037b22e 100644
--- a/patches/arm-at91-tclib-default-to-tclib-timer-for-rt.patch
+++ b/patches/arm-at91-tclib-default-to-tclib-timer-for-rt.patch
@@ -11,10 +11,8 @@ Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
drivers/misc/Kconfig | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-Index: linux-rt-devel/drivers/misc/Kconfig
-===================================================================
---- linux-rt-devel.orig/drivers/misc/Kconfig
-+++ linux-rt-devel/drivers/misc/Kconfig
+--- a/drivers/misc/Kconfig
++++ b/drivers/misc/Kconfig
@@ -54,6 +54,7 @@ config AD525X_DPOT_SPI
config ATMEL_TCLIB
bool "Atmel AT32/AT91 Timer/Counter Library"