Hi, Arjan, Is there any comments or any re-work needed for this patch?
Regards Ryan -----Original Message----- From: Huang, Shenbo Sent: Friday, November 12, 2010 5:25 PM To: [email protected] Cc: Luo, Zhenlin; Huang, Shenbo; Lian, ZhenlinX; Zhou, Ryan Subject: [PATCH] For CI sighting 3470292: s5k4e1 sensor framerate is changed from 14fps to 28fps >From 2ede29544b3bad38bc0de92f2cf3467c891360d8 Mon Sep 17 00:00:00 2001 From: ji yang <[email protected]> Date: Tue, 7 Sep 2010 10:37:02 +0800 Subject: [PATCH] For CI sighting 3470292: s5k4e1 sensor framerate is changed from 14fps to 28fps Fix the issue (MRST 3470292): KMOT sensor driver FPS was below 30fps on MRST Meego Build. Signed-off-by: Shenbo Huang <[email protected]> --- drivers/staging/mrstci/mrsts5k4e1/mrsts5k4e1.h | 26 +++++------------------ 1 files changed, 6 insertions(+), 20 deletions(-) diff --git a/drivers/staging/mrstci/mrsts5k4e1/mrsts5k4e1.h b/drivers/staging/mrstci/mrsts5k4e1/mrsts5k4e1.h index cf948b0..d722035 100644 --- a/drivers/staging/mrstci/mrsts5k4e1/mrsts5k4e1.h +++ b/drivers/staging/mrstci/mrsts5k4e1/mrsts5k4e1.h @@ -176,10 +176,8 @@ static struct regval_list s5k4e1_res_qsxga_plus4[] = { {0x30E2, 0x02}, {0x0305, 0x05}, {0x0306, 0x00}, - /*Don't apply Bill's PLL setting - {0x0307, 0x50}, - {0x30B5, 0x01}, - */ + {0x0307, 0x50}, /* vcc_out = 80 */ + {0x30B5, 0x01}, /* pll_s = 1 */ {0x30B4, 0x50}, {0x30B2, 0x05}, @@ -324,12 +322,8 @@ static struct regval_list s5k4e1_res_1080p[] = { {0x30E2, 0x02}, {0x0305, 0x05}, {0x0306, 0x00}, - /*Don't apply Bill's PLL setting - {0x0307, 0x50}, - {0x30B5, 0x01}, - */ - {0x0307, 0x3c}, - {0x30b5, 0x02}, + {0x0307, 0x50}, /*vcc_out = 80 */ + {0x30B5, 0x01}, /*pll_s = 1 */ {0x30B4, 0x50}, {0x30B2, 0x05}, @@ -481,12 +475,8 @@ static struct regval_list s5k4e1_res_720p[] = { {0x30E2, 0x02}, {0x0305, 0x05}, {0x0306, 0x00}, - /*Don't apply Bill's PLL setting - {0x0307, 0x50}, - {0x30B5, 0x01}, - */ - {0x0307, 0x3c}, - {0x30b5, 0x02}, + {0x0307, 0x50}, /*vcc_out = 80 */ + {0x30B5, 0x01}, /*pll_s = 1 */ {0x30B4, 0x50}, {0x30B2, 0x05}, @@ -620,12 +610,8 @@ static struct regval_list s5k4e1_res_vga_ac04_bill[] = { {0x30E2, 0x02}, {0x0305, 0x05}, {0x0306, 0x00}, - /*Don't apply Bill's PLL setting {0x0307, 0x50}, {0x30B5, 0x01}, - */ - {0x0307, 0x3c}, - {0x30b5, 0x02}, {0x30B4, 0x50}, {0x30B2, 0x05}, -- 1.7.0.4 _______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
