From df67a2b72eb6fa205c0954e3f4f416e282e7412b Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Tue, 17 Mar 2015 16:25:12 +0100 Subject: [PATCH] ARM: shmobile: cpuidle: Remove the pointless default driver The default idle driver uses one state with the WFI instruction. The default idle routine invokes WFI when no cpuidle driver is present. The default cpuidle driver is pointless and does not give more than the default idle routine and moreover it pulls all the mathematics tied with the cpuidle governor for nothing, hence consuming more energy. Remove the default driver, the related code and register the driver directly. [compiled only - no board - no test] Signed-off-by: Daniel Lezcano Signed-off-by: Simon Horman --- Reading git-format-patch failed