commit | 0f0d84e52cb2a6e0b1d101484a92121410135da1 | [log] [tgz] |
---|---|---|
author | Haavard Skinnemoen <hskinnemoen@atmel.com> | Fri Dec 08 14:38:30 2006 +0100 |
committer | Jeff Garzik <jeff@garzik.org> | Mon Dec 11 09:31:28 2006 -0500 |
tree | 995b2a031e041b4673700904840511da476814f2 | |
parent | d836cae4f683211f14c1fd8184f478622b185164 [diff] |
[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 <hskinnemoen@atmel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>