From: Marc Kleine-Budde Date: Thu, 28 Feb 2013 10:52:30 +0000 (+0100) Subject: usb: phy: mxs: use readl(), writel() instead of the _relaxed() versions X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~63^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5a726b30436ab332aea4133bbfa0484d1c658b3;p=pandora-kernel.git 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 Signed-off-by: Marc Kleine-Budde Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed