Re: [PATCH V4 3/6] OMAPDSS: DSS: Cleanup cpu_is_xxxx checks
From: Tomi Valkeinen <hidden>
Date: 2012-08-20 10:46:22
Also in:
linux-fbdev
Attachments
- signature.asc [application/pgp-signature] 836 bytes
From: Tomi Valkeinen <hidden>
Date: 2012-08-20 10:46:22
Also in:
linux-fbdev
On Mon, 2012-08-20 at 16:06 +0530, Mahapatra, Chandrabhanu wrote:
By releasing resources did you mean the dss.feat memory? I think dss_init_features call is wrongly placed and should be placed at the very beginning of the probe function.
I meant e.g. pm_runtime_disable() etc. But if the call is moved t the beginning, there's nothing to release. Tomi