commit | 43417823fd8210edb7e714bea82ea9bd77089635 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Mar 05 16:34:05 2013 +0200 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Wed Apr 03 15:19:17 2013 +0300 |
tree | ff0679cce0ad56cab87a047897aab236371e1f49 | |
parent | 7c284e6ee3710e96bf246e6b52032f3d766fa094 [diff] |
OMAPDSS: DSS: add new clock calculation code Add new way to iterate over DSS clock divisors. dss_div_calc() provides a generic way to go over all the divisors, within given clock range. dss_div_calc() 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>