[PATCH 3/4] USB mxs-phy: use readl(), writel() instead of the _relaxed() versions
From: alexander.shishkin@linux.intel.com (Alexander Shishkin)
Date: 2013-02-28 11:25:29
From: alexander.shishkin@linux.intel.com (Alexander Shishkin)
Date: 2013-02-28 11:25:29
Marc Kleine-Budde [off-list ref] writes:
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>
I think it was Felipe who reported this actually. Regards, -- Alex