From mboxrd@z Thu Jan 1 00:00:00 1970 From: t-kristo@ti.com (Tero Kristo) Date: Wed, 15 Feb 2012 17:37:46 +0200 Subject: [PATCHv2 0/8] arm: omap: clk/clkdm/pwrdm/voltdm usecounting changes Message-ID: <1329320274-481-1-git-send-email-t-kristo@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Changes compared to previous version: - moved voltdm_pwrdm_enable / disable hooks from idle code to pwrdm_pre_transition / pwrdm_post_transition functions (patch 4) - added patches 7 and 8 to fix one issue that was visible with off-mode on omap3: attempting to disable wkdeps for per_clkdm causes crash dumps to be generated by omap_l3_smx (this was actually part of the original larger set but I dropped it accidentally from v1), this issue surfaces with this patch set as the kernel actually tries to manually idle per_clkdm (probably first time in history) - added some parameter sanity checks (pwrdm/voltdm = null checks) Similar tests done as with previous version, additionally off-mode tests with omap3. -Tero