30 Jun
2014
30 Jun
'14
8:42 p.m.
On Tue, Jun 17, 2014 at 12:41:31PM +0800, Axel Lin wrote:
The implementation of rt5677_pll_calc() has the same logic of rl6231_pll_calc(). The only difference is the lower boundary checking for freq_in.
This patch calls rl6231_pll_calc() instead of open-coded. The k_bp of struct rt5677_pll_code is always false, thus also remove the code to check pll_code.k_bp.
Applied, thanks.