From f0a5f24217fbedd7ffba0a2a0bf37c1102e44ad0 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Wed, 2 Dec 2015 21:52:41 +0000 Subject: kernel: update 4.1 to 4.1.13 - two upstreamed patches removed - compile tested all targets using 4.1 - run tested ar71xx Signed-off-by: Roman Yeryomin Signed-off-by: Hauke Mehrtens SVN-Revision: 47694 --- target/linux/mediatek/patches/0058-dont-disable-clocks.patch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'target/linux/mediatek/patches/0058-dont-disable-clocks.patch') diff --git a/target/linux/mediatek/patches/0058-dont-disable-clocks.patch b/target/linux/mediatek/patches/0058-dont-disable-clocks.patch index e30d5dc1aa..f5a97d2902 100644 --- a/target/linux/mediatek/patches/0058-dont-disable-clocks.patch +++ b/target/linux/mediatek/patches/0058-dont-disable-clocks.patch @@ -7,11 +7,9 @@ Subject: [PATCH 58/76] dont disable clocks drivers/clk/clk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c -index 5b0f418..360e6e4 100644 --- a/drivers/clk/clk.c +++ b/drivers/clk/clk.c -@@ -541,7 +541,7 @@ unlock_out: +@@ -542,7 +542,7 @@ unlock_out: clk_enable_unlock(flags); } @@ -20,6 +18,3 @@ index 5b0f418..360e6e4 100644 static int __init clk_ignore_unused_setup(char *__unused) { clk_ignore_unused = true; --- -1.7.10.4 - -- cgit v1.2.3