Re: [PATCH v2 3/7] usb: phy: msm: Move regulator usage to managed resource allocation

2013-07-26 Thread Ivan T. Ivanov
On Fri, 2013-07-26 at 23:28 +0300, Felipe Balbi wrote: > On Fri, Jul 26, 2013 at 03:31:34PM +0300, Ivan T. Ivanov wrote: > > > > Hi Felipe, > > > > On Thu, 2013-07-25 at 16:43 +0300, Ivan T. Ivanov wrote: > > > On Wed, 2013-07-24 at 15:39 +0300, Felipe Balbi wrote: > > > > On Tue, Jul 09, 2013 a

Re: [PATCH v2 3/7] usb: phy: msm: Move regulator usage to managed resource allocation

2013-07-26 Thread Felipe Balbi
On Fri, Jul 26, 2013 at 03:31:34PM +0300, Ivan T. Ivanov wrote: > > Hi Felipe, > > On Thu, 2013-07-25 at 16:43 +0300, Ivan T. Ivanov wrote: > > On Wed, 2013-07-24 at 15:39 +0300, Felipe Balbi wrote: > > > On Tue, Jul 09, 2013 at 06:47:09PM +0300, Ivan T. Ivanov wrote: > > > > From: "Ivan T. Ivan

Re: [PATCH v2 3/7] usb: phy: msm: Move regulator usage to managed resource allocation

2013-07-26 Thread Ivan T. Ivanov
Hi Felipe, On Thu, 2013-07-25 at 16:43 +0300, Ivan T. Ivanov wrote: > On Wed, 2013-07-24 at 15:39 +0300, Felipe Balbi wrote: > > On Tue, Jul 09, 2013 at 06:47:09PM +0300, Ivan T. Ivanov wrote: > > > From: "Ivan T. Ivanov" > > > > > > This patch move global regulators variables to driver state

Re: [PATCH v2 3/7] usb: phy: msm: Move regulator usage to managed resource allocation

2013-07-25 Thread Ivan T. Ivanov
On Wed, 2013-07-24 at 15:39 +0300, Felipe Balbi wrote: > On Tue, Jul 09, 2013 at 06:47:09PM +0300, Ivan T. Ivanov wrote: > > From: "Ivan T. Ivanov" > > > > This patch move global regulators variables to driver state > > structire and move allocation of the regulators to be devm managed. > > spl

Re: [PATCH v2 3/7] usb: phy: msm: Move regulator usage to managed resource allocation

2013-07-24 Thread Felipe Balbi
On Tue, Jul 09, 2013 at 06:47:09PM +0300, Ivan T. Ivanov wrote: > From: "Ivan T. Ivanov" > > This patch move global regulators variables to driver state > structire and move allocation of the regulators to be devm managed. split into two patches please. One for moving the global regulators into

[PATCH v2 3/7] usb: phy: msm: Move regulator usage to managed resource allocation

2013-07-09 Thread Ivan T. Ivanov
From: "Ivan T. Ivanov" This patch move global regulators variables to driver state structire and move allocation of the regulators to be devm managed. Signed-off-by: Ivan T. Ivanov --- drivers/usb/phy/phy-msm-usb.c | 111 +++-- include/linux/usb/msm_hsusb.h