From: Rajendra Nayak Date: Mon, 29 Jul 2013 05:01:51 +0000 (-0600) Subject: ARM: OMAP2+: Sync hwmod state with the pm_runtime and omap_device state X-Git-Tag: v3.11-rc5~26^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7268032dfb1180fca6e91a738380b7ac53684247;p=pandora-kernel.git ARM: OMAP2+: Sync hwmod state with the pm_runtime and omap_device state Some hwmods which are marked with HWMOD_INIT_NO_IDLE are left in enabled state post setup(). When a omap_device gets created for such hwmods make sure the omap_device and pm_runtime states are also in sync for such hwmods by doing a omap_device_enable() and pm_runtime_set_active() for the device. Signed-off-by: Rajendra Nayak Tested-by: Mark Jackson Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed