From: Tarun Kanti DebBarma Date: Thu, 3 Mar 2011 21:22:46 +0000 (-0700) Subject: OMAP2+: hwmod: fix incorrect computation of autoidle_mask X-Git-Tag: v2.6.39-rc1~432^2~10^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8985b63d072413f0446fd2d0d654795f2d683323;p=pandora-kernel.git OMAP2+: hwmod: fix incorrect computation of autoidle_mask Autoidle is a single bit, TIOCP_CFG[0], setting on OMAP1/2/3/4 platforms. In _set_module_autoidle() I am seeing 0x3 value where the mask is computed. This should be 0x1. v2: (1) Modified the subject. (2) Modified the description with further specific information. Baseline: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git Tested Info: Boot tested on OMAP 1/2/3/4. Signed-off-by: Tarun Kanti DebBarma Acked-by: Rajendra Nayak Acked-by: Benoit Cousson Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed