From: stanley.miao Date: Mon, 16 Aug 2010 06:21:19 +0000 (+0300) Subject: OMAP3: Fix a cpu type check problem X-Git-Tag: v2.6.36-rc3~11^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8098bb0d8c7fe4ace7d13274c85a149503eee114;p=pandora-kernel.git OMAP3: Fix a cpu type check problem cpu_is_omap3517() and cpu_is_omap3505() are the subgroups of cpu_is_omap34xx(), so we should check cpu_is_omap3517() and cpu_is_omap3505() first, then check cpu_is_omap34xx(). Otherwise, All AM35XX (Sitara) clocks do not get registered and device drivers (ti_hecc, etc...) that depend on those clocks are failing to get the clock and end up with non working device. Signed-off-by: Stanley.Miao Tested-by: Igor Grinberg Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed