RE: [PATCH v2] r8152: fix lockup when runtime PM is enabled

From: Hayes Wang
Date: Tue Dec 22 2015 - 22:35:05 EST


Oliver Neukum [mailto:oneukum@xxxxxxxx]
[...]
> It is clear to me that you cannot get away with using the same operation
> for resume() and reset_resume() in your driver. It is fundamentally
> impossible. Firmware cannot fix it.

I would think how to fix it.

> Sorry for the length of the explanation.

Thanks for your response. I have some questions. What are the flows when
the system resume follows a system suspend which follows a autosuspend?
Are they as following?

1. suspend() with PMSG_IS_AUTO for autosuspned.
2. suspend() for system suspend.
3. resume() for system resume.

And, should the device exist autosuspend before (2)?

Best Regards,
Hayes