commit | 5be685faff2b75fa015832c5137bbb5513965104 | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Apr 21 19:53:25 2011 +0300 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu May 12 19:39:50 2011 +0300 |
tree | 8774f288d57039087d143ab67e355c180640b641 | |
parent | 773139f1759f9dc5efe2c314df9aad88b7364015 [diff] |
OMAP: DSS2: RFBI: clock enable/disable changes RFBI enables and disables clocks inside almost every function to get a finegrained control to the clocks. However, the current understanding is that this is not necessary power-management-wise. Change the clocking scheme so that RFBI clocks are enabled when the omapdss_rfbi_display_enable is called, and disabled when omapdss_rfbi_display_disable is called. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>