usb: phy: mxs: use readl(), writel() instead of the _relaxed() versions
authorMarc Kleine-Budde <mkl@pengutronix.de>
Thu, 28 Feb 2013 10:52:30 +0000 (11:52 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:17:59 +0000 (11:17 +0200)
commitb5a726b30436ab332aea4133bbfa0484d1c658b3
tree704e72d887882a6f532ba59e77d4cb4f9e864780
parent25df6397a6c063811154868b868e8bd10e5ae9b1
usb: phy: mxs: use readl(), writel() instead of the _relaxed() versions

This patch converts the mxs-phy driver from readl_relaxed(), writel_relaxed()
to the plain readl(), writel() functions, which are available on all platforms.

This is done to enable compile time testing on non ARM platforms.

Reported-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/otg/mxs-phy.c