From: Tony Lindgren Date: Wed, 28 Jan 2009 19:18:48 +0000 (-0700) Subject: [ARM] omap: Fix omap1 clock issues X-Git-Tag: v2.6.30-rc1~636^2~20^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fed415e48f07799b278cd4353385fee1464d4aca;p=pandora-kernel.git [ARM] omap: Fix omap1 clock issues This fixes booting, and is a step toward fixing things properly: - Make enable_reg u32 instead of u16 [rmk: virtual addresses are void __iomem *, not u32] - Get rid of VIRTUAL_IO_ADDRESS for clocks - Use __raw_read/write instead of omap_read/write for clock registers This patch adds a bunch of compile warnings until omap1 clock also uses offsets. linux-omap source commit is 9d1dff8638c9e96a401e1885f9948662e9ff9636. Signed-off-by: Tony Lindgren Signed-off-by: Paul Walmsley Signed-off-by: Russell King --- Reading git-diff-tree failed