From: Paul Walmsley Date: Tue, 12 Aug 2008 21:31:44 +0000 (-0600) Subject: OMAP2 clock: associate clocks with clockdomains at startup X-Git-Tag: v2.6.27-omap1~319 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baee1ca8e61aa9df034e1706052a0eefc193f688;p=pandora-kernel.git OMAP2 clock: associate clocks with clockdomains at startup The OMAP2 clock code was missing code to associate clocks with clockdomains at registration time; fix this. Resolves "Unhandled fault: alignment exception (0x001) at 0xc02c1b4e" (address may vary) panic during clock framework init on OMAP2. The alignment error was caused by an attempt to dereference a pointer to a string (1-byte aligned) as if it were a pointer to a structure. Thanks to Felipe Balbi for originally reporting this bug. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed