]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
omap: Improve PLL parameter calculation tool
authorAneesh V <aneesh@ti.com>
Mon, 21 Nov 2011 23:38:57 +0000 (23:38 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 6 Dec 2011 22:59:34 +0000 (23:59 +0100)
commit28a181ff81826bfa53f42c9790cc7397ef9a2dc9
tree016d0b15baf0bb7b31b6f42ead09744257000f87
parente4fce34e7a5f484de2ca557fd43a198fd14894b7
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>
tools/omap/clocks_get_m_n.c