[3.11.y.z extended stable] Patch "clk: samsung: exynos4: Correct SRC_MFC register" has been added to staging queue

Luis Henriques luis.henriques at canonical.com
Tue Jan 21 11:02:48 UTC 2014


This is a note to let you know that I have just added a patch titled

    clk: samsung: exynos4: Correct SRC_MFC register

to the linux-3.11.y-queue branch of the 3.11.y.z extended stable tree 
which can be found at:

 http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.11.y-queue

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.11.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Luis

------

>From 72ad3013fab2f6fb3fa08165ab505495a3edf566 Mon Sep 17 00:00:00 2001
From: Seung-Woo Kim <sw0312.kim at samsung.com>
Date: Fri, 22 Nov 2013 14:21:08 +0900
Subject: clk: samsung: exynos4: Correct SRC_MFC register

commit 5fdd1b56be51b1ec4dbde5b213d649ac717442da upstream.

The SRC_MFC register offset was incorrect, which could cause have caused
wrong calculation of rate of sclk_mfc clock, that could in turn lead to
incorrect operation of MFC. This patch corrects it.

Signed-off-by: Seung-Woo Kim <sw0312.kim at samsung.com>
Acked-by: Mike Turquette <mturquette at linaro.org>
[t.figa: Updated patch description]
Signed-off-by: Tomasz Figa <t.figa at samsung.com>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
 drivers/clk/samsung/clk-exynos4.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c
index 4e57397..d068ae5 100644
--- a/drivers/clk/samsung/clk-exynos4.c
+++ b/drivers/clk/samsung/clk-exynos4.c
@@ -40,7 +40,7 @@
 #define SRC_TOP1		0xc214
 #define SRC_CAM			0xc220
 #define SRC_TV			0xc224
-#define SRC_MFC			0xcc28
+#define SRC_MFC			0xc228
 #define SRC_G3D			0xc22c
 #define E4210_SRC_IMAGE		0xc230
 #define SRC_LCD0		0xc234
--
1.8.3.2





More information about the kernel-team mailing list