Re: [PATCH] usb: roles: Add PM callbacks

2019-07-08 Thread Hans de Goede
Hi, On 08-07-19 04:25, Chen, Hu wrote: On some Broxton NUC, the usb role is lost after S3 (it becomes "none"). Add PM callbacks to address this issue: save the role during suspend and restore usb to that role during resume. Test: Run Android on UC6CAY, a NUC powered by Broxton. Access this NUC

Re: [PATCH] usb: roles: Add PM callbacks

2019-07-08 Thread Sergei Shtylyov
Hello! On 08.07.2019 5:25, Chen, Hu wrote: On some Broxton NUC, the usb role is lost after S3 (it becomes "none"). Add PM callbacks to address this issue: save the role during suspend and restore usb to that role during resume. Test: Run Android on UC6CAY, a NUC powered by Broxton. Access this

[PATCH] usb: roles: Add PM callbacks

2019-07-07 Thread Chen, Hu
On some Broxton NUC, the usb role is lost after S3 (it becomes "none"). Add PM callbacks to address this issue: save the role during suspend and restore usb to that role during resume. Test: Run Android on UC6CAY, a NUC powered by Broxton. Access this NUC via "adb shell" from a host PC. After a su