Re: [PATCH 3/4] USB mxs-phy: use readl(), writel() instead of the _relaxed() versions

2013-03-08 Thread Felipe Balbi
On Fri, Mar 08, 2013 at 05:31:41PM +0100, Marc Kleine-Budde wrote: > On 03/08/2013 05:28 PM, Felipe Balbi wrote: > > Hi, > > > > On Fri, Mar 08, 2013 at 05:05:58PM +0100, Marc Kleine-Budde wrote: > >> On 02/28/2013 12:25 PM, Alexander Shishkin wrote: > >>> Marc Kleine-Budde writes: > >>> > T

Re: [PATCH 3/4] USB mxs-phy: use readl(), writel() instead of the _relaxed() versions

2013-03-08 Thread Marc Kleine-Budde
On 03/08/2013 05:28 PM, Felipe Balbi wrote: > Hi, > > On Fri, Mar 08, 2013 at 05:05:58PM +0100, Marc Kleine-Budde wrote: >> On 02/28/2013 12:25 PM, Alexander Shishkin wrote: >>> Marc Kleine-Budde writes: >>> This patch converts the mxs-phy driver from readl_relaxed(), writel_relaxed()

Re: [PATCH 3/4] USB mxs-phy: use readl(), writel() instead of the _relaxed() versions

2013-03-08 Thread Felipe Balbi
Hi, On Fri, Mar 08, 2013 at 05:05:58PM +0100, Marc Kleine-Budde wrote: > On 02/28/2013 12:25 PM, Alexander Shishkin wrote: > > Marc Kleine-Budde writes: > > > >> This patch converts the mxs-phy driver from readl_relaxed(), > >> writel_relaxed() > >> to the plain readl(), writel() functions, whi

Re: [PATCH 3/4] USB mxs-phy: use readl(), writel() instead of the _relaxed() versions

2013-03-08 Thread Marc Kleine-Budde
On 02/28/2013 12:25 PM, Alexander Shishkin wrote: > Marc Kleine-Budde 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

Re: [PATCH 3/4] USB mxs-phy: use readl(), writel() instead of the _relaxed() versions

2013-02-28 Thread Alexander Shishkin
Marc Kleine-Budde 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

[PATCH 3/4] USB mxs-phy: use readl(), writel() instead of the _relaxed() versions

2013-02-28 Thread Marc Kleine-Budde
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 --- dr