commit | ef55f8215a78b7021401281e8a7fe056fd5ecdab | [log] [tgz] |
---|---|---|
author | Tony Lindgren <tony@atomide.com> | Mon Apr 16 10:27:15 2018 -0700 |
committer | Tony Lindgren <tony@atomide.com> | Tue May 01 06:54:17 2018 -0700 |
tree | 14c9515feead56c22ebcf86be4f635ecc9e79647 | |
parent | e7420c2d4495cbb9c14dd8bf8b3b4e5bdded6e20 [diff] |
bus: ti-sysc: Improve suspend and resume handling Based on testing with more devices I noticed that some devices don't suspend or resume properly. We need to PM runtime suspend and resume devices if we have ddata->needs_resume set. Let's also improve the error handling and add few debug statements to make it easier to notice suspend and resume related issues if DEBUG is set. Signed-off-by: Tony Lindgren <tony@atomide.com>