From: Russell King Date: Wed, 29 Jun 2005 14:15:54 +0000 (+0100) Subject: [PATCH] ARM: Convert ARM timer implementations to use readl/writel X-Git-Tag: v2.6.13-rc2~63^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b720f73296916e87c744193c57bc8687d35888fe;p=pandora-kernel.git [PATCH] ARM: Convert ARM timer implementations to use readl/writel Convert ARMs timer implementations to use readl/writel instead of accessing the registers via a struct. People have recently asked if accessing timers via a structure is the "right way" and its not the Linux way. So fix this code to conform to "The Linux Way"(tm). Signed-off-by: Russell King Acked-by: Catalin Marinas --- Reading git-diff-tree failed