[PATCH 3/3] MFD:rtsx: Add callback function conv_clk_and_div_n

2013-01-22 Thread wei_wang
From: Wei WANG Add callback function conv_clk_and_div_n to convert between SSC clock and its divider N. For rtl8411, the formula to calculate SSC clock divider N is different with the other card reader models. Signed-off-by: Wei WANG --- drivers/mfd/rtl8411.c | 13 +

[PATCH 3/3] MFD:rtsx: Add callback function conv_clk_and_div_n

2013-01-22 Thread wei_wang
From: Wei WANG wei_w...@realsil.com.cn Add callback function conv_clk_and_div_n to convert between SSC clock and its divider N. For rtl8411, the formula to calculate SSC clock divider N is different with the other card reader models. Signed-off-by: Wei WANG wei_w...@realsil.com.cn ---