From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ivan T. Ivanov" Subject: Re: [PATCH v2 3/7] usb: phy: msm: Move regulator usage to managed resource allocation Date: Sat, 27 Jul 2013 09:54:41 +0300 Message-ID: <1374908081.29094.1.camel@localhost> References: <1373384833-18077-1-git-send-email-iivanov@mm-sol.com> <1373384833-18077-4-git-send-email-iivanov@mm-sol.com> <20130724123912.GI17962@radagast> <1374759788.1956.31.camel@iivanov-dev.int.mm-sol.com> <1374841894.1956.42.camel@iivanov-dev.int.mm-sol.com> <20130726202820.GA14077@radagast> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20130726202820.GA14077@radagast> Sender: linux-kernel-owner@vger.kernel.org To: balbi@ti.com Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org 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 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 > > > > your structure and a separate patch to move to devm_* > > > > > > > > Would you accept patch which convert all resources allocation to devm_ > > variants in single patch or you prefer separate patches for memory, > > clocks, regulators and irq? > > devm_* all over the place should be fine ;-) > Thanks, it is coming. Regards, Ivan