]> git.baikalelectronics.ru Git - kernel.git/commit
OMAPDSS: DSI: remove DSI & DISPC clk divisors from dssdev
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 27 Nov 2012 15:05:54 +0000 (17:05 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 3 Apr 2013 12:19:00 +0000 (15:19 +0300)
commit26045765bf0f3c03e72015e2bb703579e01f8cad
tree847111a958768a937883d5ca224e772672061b42
parent6063df806efc7a67ce2311a1e96d03d920fc264c
OMAPDSS: DSI: remove DSI & DISPC clk divisors from dssdev

struct omap_dss_device contains DSS clock divisors. The idea is that the
board file can pass precalculated divisors to the display driver.
However, these divsors are no longer needed, as the omapdss driver can
calculate the divisors during runtime.

This patch removes the divisors from omap_dss_device, and their uses
from the dsi driver.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Reviewed-by: Archit Taneja <archit@ti.com>
drivers/video/omap2/dss/dsi.c
include/video/omapdss.h