* Grygorii Strashko grygorii.strashko@ti.com [200611 13:59]:
I think, suspend might be fixed if all devices, which are now child of ti-sysc, will do pm_runtime_force_xxx() calls at noirq suspend stage by adding:
SET_NOIRQ_SYSTEM_SLEEP_PM_OPS(pm_runtime_force_suspend, pm_runtime_force_resume)
Am I missing smth?
Sounds good to me, makes it behave like a standard Linux driver now :)
Regards,
Tony