From: Haavard Skinnemoen Date: Fri, 8 Dec 2006 13:38:30 +0000 (+0100) Subject: [PATCH] MACB: Use __raw register access X-Git-Tag: v2.6.20-rc1~146^2~25^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f0d84e52cb2a6e0b1d101484a92121410135da1;p=pandora-kernel.git [PATCH] MACB: Use __raw register access Since macb is a chip-internal device, use __raw_readl and __raw_writel instead of readl/writel. This will perform native-endian accesses, which is the right thing to do on both AVR32 and ARM devices. Signed-off-by: Haavard Skinnemoen Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed