use the recommended ARM I/O accessors
authorFlorian Fainelli <florian@openwrt.org>
Sat, 8 Sep 2012 09:51:05 +0000 (09:51 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 8 Sep 2012 09:51:05 +0000 (09:51 +0000)
commit6771d63284ee86924f5705a53953a50c4c43135a
tree94ce21298e99ba002240950105fc2d258dd77dd6
parent95f1b6d4157b93249cd6dd2a92b4116fabcff1f7
use the recommended ARM I/O accessors

use {read,write}l_relaxed instead of the plain __raw_{read,write}l variants.

SVN-Revision: 33330
target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/clock.c
target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/common.c
target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/irq.c
target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/pci.c
target/linux/mcs814x/files-3.3/arch/arm/mach-mcs814x/timer.c
target/linux/mcs814x/files-3.3/drivers/char/hw_random/mcs814x-rng.c
target/linux/mcs814x/files-3.3/drivers/gpio/gpio-mcs814x.c
target/linux/mcs814x/files-3.3/drivers/net/ethernet/mcs8140/nuport_mac.c
target/linux/mcs814x/files-3.3/drivers/watchdog/mcs814x_wdt.c