On Tue, Feb 02, 2016 at 02:46:58PM +, Tvrtko Ursulin wrote:
> From: Tvrtko Ursulin
>
> RPS lock must be taken before the struct_mutex to avoid
> locking inversion. So stop grabbing it for the whole
> powersave initialization and instead only take it during
> the sections which need it.
>
> A
From: Tvrtko Ursulin
RPS lock must be taken before the struct_mutex to avoid
locking inversion. So stop grabbing it for the whole
powersave initialization and instead only take it during
the sections which need it.
Also, struct_mutex is not needed any more since dedicated
RPS lock was added in: