]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
ARM: tegra: dvfs: Don't protect dvfs data in early reasume
authorAlex Frid <afrid@nvidia.com>
Wed, 16 Jul 2014 01:28:15 +0000 (18:28 -0700)
committerMatthew Pedro <mapedro@nvidia.com>
Thu, 31 Jul 2014 17:53:53 +0000 (10:53 -0700)
commit757d49a1863b34c8d428164822b60deb4c2f6d1b
tree8612ff3eac59aba3ce60a8ec5573641bd9a63663
parentab0d361622b38d6663de3206579caaa6f2de054d
ARM: tegra: dvfs: Don't protect dvfs data in early reasume

Don't protect dvfs data with mutex in late suspend/early resume.
DVFS operations are suspended at that time, but during syscore resume
it may be necessary to update DVFS data to changes happened while the
system was in suspend (in praticular memory configuration was changed
by boot-rom on suspend wake).

Change-Id: I8df278dc2e58e5ea1508d187afe0b8f4d8ccbe22
Signed-off-by: Alex Frid <afrid@nvidia.com>
Reviewed-on: http://git-master/r/438903
(cherry picked from commit 9008a4ad3ee979445b42bc52b8d1619da82badbb)
Reviewed-on: http://git-master/r/440505
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-by: Matthew Pedro <mapedro@nvidia.com>
Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
Tested-by: Gaurav Sarode <gsarode@nvidia.com>
arch/arm/mach-tegra/dvfs.c