Message ID | 1362048751-4061-1-git-send-email-mkl@pengutronix.de |
---|---|
State | New |
Headers | show |
Marc Kleine-Budde <mkl@pengutronix.de> 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
On 02/28/2013 12:25 PM, Alexander Shishkin wrote: > Marc Kleine-Budde <mkl@pengutronix.de> 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. Fixed. I'm about to repost this series with crediting Felipe as reporter. Which tree would you like to be this series based on? It depends on the "USB otg: use try_module_get in all usb_get_phy functions and add missing module_put" patch which is part of your usb/fixes branch, but not in usb/next yet. Marc
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 <mkl@pengutronix.de> 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. > > Fixed. I'm about to repost this series with crediting Felipe as reporter. > > Which tree would you like to be this series based on? It depends on the > "USB otg: use try_module_get in all usb_get_phy functions and add > missing module_put" patch which is part of your usb/fixes branch, but > not in usb/next yet. look at my testing branch. I have them all already. You didn't get an email yet because I'm waiting for -rc2 to be tagged. I have fixed the Reported-by tag, no issues there. Anyway, as soon as v3.9-rc2 is tagged, I will rebase testing on top of that and move all patches to 'next', then everything will be stable from that point on. If you want to have changes to any of the patches, now is the time, after I move patches to 'next' the tree becomes immutable. cheers
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 <mkl@pengutronix.de> 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. >> >> Fixed. I'm about to repost this series with crediting Felipe as reporter. >> >> Which tree would you like to be this series based on? It depends on the >> "USB otg: use try_module_get in all usb_get_phy functions and add >> missing module_put" patch which is part of your usb/fixes branch, but >> not in usb/next yet. > > look at my testing branch. I have them all already. You didn't get an > email yet because I'm waiting for -rc2 to be tagged. Thanks. > I have fixed the Reported-by tag, no issues there. > > Anyway, as soon as v3.9-rc2 is tagged, I will rebase testing on top of > that and move all patches to 'next', then everything will be stable from > that point on. > > If you want to have changes to any of the patches, now is the time, > after I move patches to 'next' the tree becomes immutable. Nope, I just wanted to keep track of the patches. Marc
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 <mkl@pengutronix.de> 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. > >> > >> Fixed. I'm about to repost this series with crediting Felipe as reporter. > >> > >> Which tree would you like to be this series based on? It depends on the > >> "USB otg: use try_module_get in all usb_get_phy functions and add > >> missing module_put" patch which is part of your usb/fixes branch, but > >> not in usb/next yet. > > > > look at my testing branch. I have them all already. You didn't get an > > email yet because I'm waiting for -rc2 to be tagged. > > Thanks. > > > I have fixed the Reported-by tag, no issues there. > > > > Anyway, as soon as v3.9-rc2 is tagged, I will rebase testing on top of > > that and move all patches to 'next', then everything will be stable from > > that point on. > > > > If you want to have changes to any of the patches, now is the time, > > after I move patches to 'next' the tree becomes immutable. > > Nope, I just wanted to keep track of the patches. alright, sorry for the time it's taking to have 'next' ready, but I need to make sure things are, at a minimum, compiling correctly. Plus, I have dependencies on commits which I have sent to Greg as fixes. They should be merged upstream any time now ;-)