Re: [PATCH] firmware: qcom: scm: Fix interrupted SCM calls fully

2016-10-26 Thread Bjorn Andersson
On Wed 28 Sep 03:42 PDT 2016, Sricharan R wrote: > Patch [1] fixes the issues with interrupted SCM64 calls > by returning the register r6 (Session ID) on the next try, but register > r0 also needs to be preserved for the retry. r0 contains the > result of the previous try. Without this i see that

[PATCH] firmware: qcom: scm: Fix interrupted SCM calls fully

2016-09-28 Thread Sricharan R
Patch [1] fixes the issues with interrupted SCM64 calls by returning the register r6 (Session ID) on the next try, but register r0 also needs to be preserved for the retry. r0 contains the result of the previous try. Without this i see that the SCM calls hang when retried. [1] https://patchwork.ke