From: Greg Kroah-Hartman Date: Mon, 1 Oct 2012 19:51:48 +0000 (-0700) Subject: remove queue-3.4/arm-omap-timer-obey-the-config_omap_32k_timer.patch X-Git-Tag: v3.0.44~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf12d247ba38e658574b21295e8971f1c96304a0;p=thirdparty%2Fkernel%2Fstable-queue.git remove queue-3.4/arm-omap-timer-obey-the-config_omap_32k_timer.patch --- diff --git a/queue-3.4/arm-omap-timer-obey-the-config_omap_32k_timer.patch b/queue-3.4/arm-omap-timer-obey-the-config_omap_32k_timer.patch deleted file mode 100644 index bba118017ef..00000000000 --- a/queue-3.4/arm-omap-timer-obey-the-config_omap_32k_timer.patch +++ /dev/null @@ -1,48 +0,0 @@ -From 45caae74d238ef6583e9402cb8c550cc0b0f7dbd Mon Sep 17 00:00:00 2001 -From: Igor Grinberg -Date: Tue, 28 Aug 2012 01:26:14 +0300 -Subject: ARM: OMAP: timer: obey the !CONFIG_OMAP_32K_TIMER - -From: Igor Grinberg - -commit 45caae74d238ef6583e9402cb8c550cc0b0f7dbd upstream. - -Currently, omap2_sync32k_clocksource_init() function initializes the 32K -timer as the system clock source regardless of the CONFIG_OMAP_32K_TIMER -setting. -Fix this by providing a default implementation for -!CONFIG_OMAP_32K_TIMER case. - -Signed-off-by: Igor Grinberg -Reviewed-by: Paul Walmsley -Acked-by: Santosh Shilimkar -Signed-off-by: Tony Lindgren -Signed-off-by: Greg Kroah-Hartman - ---- - arch/arm/mach-omap2/timer.c | 7 +++++++ - 1 file changed, 7 insertions(+) - ---- a/arch/arm/mach-omap2/timer.c -+++ b/arch/arm/mach-omap2/timer.c -@@ -275,6 +275,7 @@ static u32 notrace dmtimer_read_sched_cl - return 0; - } - -+#ifdef CONFIG_OMAP_32K_TIMER - /* Setup free-running counter for clocksource */ - static void __init omap2_gp_clocksource_init(int gptimer_id, - const char *fck_source) -@@ -304,6 +305,12 @@ static void __init omap##name##_timer_in - omap2_gp_clockevent_init((clkev_nr), clkev_src); \ - omap2_gp_clocksource_init((clksrc_nr), clksrc_src); \ - } -+#else -+static inline int omap2_sync32k_clocksource_init(void) -+{ -+ return -ENODEV; -+} -+#endif - - #define OMAP_SYS_TIMER(name) \ - struct sys_timer omap##name##_timer = { \ diff --git a/queue-3.4/series b/queue-3.4/series index b7b84a151d0..16c42a6e9b0 100644 --- a/queue-3.4/series +++ b/queue-3.4/series @@ -42,7 +42,6 @@ arm-7513-1-make-sure-dtc-is-built-before-running-it.patch arm-7526-1-traps-send-sigill-if-get_user-fails-on-undef-handling-path.patch arm-7527-1-uaccess-explicitly-check-__user-pointer-when-cpu_use_domains.patch staging-android-alarm-ioctl-command-encoding-fix.patch -arm-omap-timer-obey-the-config_omap_32k_timer.patch arm-fix-ioremap-of-address-zero.patch alsa-hda-fix-missing-master-volume-for-stac9200-925x.patch alsa-hda-fix-oops-at-codec-reset-reconfig.patch