commit | 28a181ff81826bfa53f42c9790cc7397ef9a2dc9 | [log] [tgz] |
---|---|---|
author | Aneesh V <aneesh@ti.com> | Mon Nov 21 23:38:57 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Tue Dec 06 23:59:34 2011 +0100 |
tree | 016d0b15baf0bb7b31b6f42ead09744257000f87 | |
parent | e4fce34e7a5f484de2ca557fd43a198fd14894b7 [diff] |
omap: Improve PLL parameter calculation tool Improve the tool that finds multiplier and divider for PLLs: The previous algorithm could get stuck on local maxima and required the user to specify the tolerance. Improve the algorithm to go through the entire search space and find the optimal solution. Signed-off-by: Aneesh V <aneesh@ti.com>