From: Mark Brown Date: Wed, 22 Jun 2011 14:08:56 +0000 (+0100) Subject: [CPUFREQ] S3C64xx: Notify transition complete as soon as frequency changed X-Git-Tag: v3.1-rc1~254^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb3b1fefaaccdbdc716db0963ba41fb6b4221e60;p=pandora-kernel.git [CPUFREQ] S3C64xx: Notify transition complete as soon as frequency changed The CPUFREQ_POSTCHANGE notification is used to update things that depend on the system clock rates. Since this may include the interfaces used to talk to the regulators do the notification before we try to update regulators to reflect lowered system clock rate. The voltage scaling is just a power optimisation and may not happen at all so there's no concern about it not having completed. Signed-off-by: Mark Brown Acked-by: Kukjin Kim Signed-off-by: Dave Jones --- Reading git-diff-tree failed