Hi Andrej,
On 23 May 2014 13:13, Andrzej Hajda a.hajda@samsung.com wrote:
Hi Rahul,
[snip]
clk_disable_unprepare(ctx->lcd_clk);
clk_disable_unprepare(ctx->bus_clk);
return 0;
If you want to access fimd registers I guess pm_runtime_get_sync should be called as well, to wake up display pm domain.
You are right. I have added pm runtime get sync and put sync.
Regards, Rahul Sharma.
Regards Andrzej
}