commit | 72658f0716f36efad19d37517456b4a8a7cc7840 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Mar 05 16:39:00 2013 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 03 15:19:18 2013 +0300 |
tree | 59da5d95c253151bd1aba48c981916a3ff04cf27 | |
parent | 43417823fd8210edb7e714bea82ea9bd77089635 [diff] |
OMAPDSS: DSI: add new clock calculation code Add new way to iterate over DSI PLL and HSDIV clock divisors. dsi_pll_calc() and dss_hsdiv_calc() provide a generic way to go over all the divisors, within given clock range. The functions will call a callback function for each divider set, making the function reusable for all use cases. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>