[PATCH 40/70] cpufreq: interactive: fix deadlock on spinlock in timer

2015-10-27 Thread Bálint Czobor
From: Todd Poynor Need to use irqsave/restore spinlock calls to avoid a deadlock in calls from the timer. Change-Id: I15b6b590045ba1447e34ca7b5ff342723e53a605 Signed-off-by: Todd Poynor Signed-off-by: Bálint Czobor --- drivers/cpufreq/cpufreq_interactive.c | 29

[PATCH 40/70] cpufreq: interactive: fix deadlock on spinlock in timer

2015-10-27 Thread Bálint Czobor
From: Todd Poynor Need to use irqsave/restore spinlock calls to avoid a deadlock in calls from the timer. Change-Id: I15b6b590045ba1447e34ca7b5ff342723e53a605 Signed-off-by: Todd Poynor Signed-off-by: Bálint Czobor ---