commit | b5a726b30436ab332aea4133bbfa0484d1c658b3 | [log] [tgz] |
---|---|---|
author | Marc Kleine-Budde <mkl@pengutronix.de> | Thu Feb 28 11:52:30 2013 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Mon Mar 18 11:17:59 2013 +0200 |
tree | 704e72d887882a6f532ba59e77d4cb4f9e864780 | |
parent | 25df6397a6c063811154868b868e8bd10e5ae9b1 [diff] |
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>